From 2047cdc26af3d324450e57bb49d5c05d0e2b0416 Mon Sep 17 00:00:00 2001 From: MenacingManatee Date: Mon, 29 Aug 2022 07:14:30 -0500 Subject: [PATCH] AsteroidStation, a slightly larger alternative to Box (#13532) * merge into main * Revert "merge into main" This reverts commit b6aa002a825b5b115c8f177ada24ea96e68e5dc7. * Adds initial files for AsteroidStation * Fixes air while mining issue * Cleans up and decorates command * Service and engineering framework * Medbay layout * Shifted around layout, started on science * Fixes random templates in engine * touches up science * Finalized layout * Outlines locations for solars * Tweaks maint * Forgot vault and upload * Fixes breach in engineering * Removes template from botany * All solar locations added Plays with maint, rnd * Fixes breach and zoo * Removes random shutters * Improves xenobio and mini zoo * Boris! * Lights and power * Lighting improvements * . * Everything should have power now * Tweaks after suggestions * . * Lot of work on sec * Fixes execution and other minor tweaks * AI Core * Cargo * Tweaks after testing * Russian bunker * Replaces bar template, starts on engineering * Fills out medbay * Some decorations in sci * Tweaks based on feedback * nerf russian ruin * Starts on atmos * Atmos completed - untested * Fixes mapping on all areas * I didn't forget EVA you forgot EVA * Lights and power for EVA * AI atmos * Minor tweaks * Fixes russian bunker area tags * Swaps nanites and rnd, gives rnd and xenobio a desk * All suggested changes * Removes more pipes through walls * AI holopads * Fixes botany and brig phys issues pointed out by chubbygummibear * Disposals * Fixes all lighting * Fire extinguishers * Light switches * Fire alarms * Air alarms * Security Cameras * Misc minor tweaks * Directions signs * Adds posters and signs Gives det surgery table * Lots of firelocks, fixed a few maint airlocks * Intercomms * Decorates HoS office * Tweaks detective autopsy table * Fixes all map errors * Nav beacons * firelocks for flaps * Fixes some 1 tile hallways and other weirdness * Removed hidden items under rock, second rock type from station asteroid * Fixes one of the maint rooms * Fixes some rwalls * Forgot to decorate the sci mass driver area * Maint firelocks and helpers * glass in wall * newscaster, request consoles * Bounty boards * Minor tweaks and fixes * map area tweak * Chem has a button * Removed unsafe windows * Shifts a couple of medbay rooms around * Fixed pipes and posters * makes map votable * removes accidental change * Revert "removes accidental change" This reverts commit 58c1e2bf43274ed16b5d90833784fc80a90624c6. * Actually removes accidental change * wallgene * Moves incinerator somewhere safer * Minor tweaks * Minor fixes * Atmos shutters * Piping fixes and other tweaks * Bar shutters * Edits post feedback * Feedback 2: Electric boogaloo * Fixes mapping errors * Should fix broken check * Feedback 3: Tokyo Drift TODO: atmos command * atmos * Every atmos zone should have a scrubber and air * 3 windows had wrong floor * Major shift in layout and positioning of cargo and command - WIP * Improvements to piping * Disposals fix * Possibly ready for review * Minor lighting and camera tweaks * Exterior acces protection on a door * Fixed random extra wall * ty bai * Removed extra window in armory * tile color tweaks * Some improvements using feedback * Cargo shuttle no longer mercs a half dozen rocks * Tweaks after a walk through * Merge branch 'master' of https://github.com/yogstation13/Yogstation * Revert "Merge branch 'master' of https://github.com/yogstation13/Yogstation" This reverts commit 9ef9d8940b6d310042fc2713d1451ae234112dff. * Ice fishing asteroid ruin * No longer votable until it has been playtested * Remember Kilo ruin * Crashed shuttle asteroid ruin * More feedback from bai * AI Antechamber APC * Missing maint door added * "Gym Rat" Maint ruin * Renames mice in gym rat ruin * Minor tweaks * Moves an asteroid ruin * Expansion to south maints and asteroid, with santa ruin * Fixed medbay sec outpost * Fixed QM windows & toxins test distance * Adds the random donkpockets * Medbay tweaks * Removed a donksoft vendor * discord nitpicks * more discord suggestions * Cleans up medbay disposals a bit * Fixed stuff overlapping walls * gym rat tweak * Wiring tweak * cobwebs * Fixes typo in telepad * Jamie feedback * arrivals touch up * Update config/maps.txt * hotfix - missed igniter in toxins, gives paramed compact pick * Tweaks mineral spawn chance for asteroidstation * Start on hotfix 1 * hotfix 1 semifinal TODO: Fix the freeminer docking error * Add most suggestions Missing: connections to maint from hall * misaligned cam * more paintings * science showers * science oxy closets * Cuts a little more space from the edges * This medbay upday brought to you by Vael * Extra cam in atmos * Medbay, sec, and a small part of civillian get small wire loops * progress on playtest fix 2 * Playtest fix 2 final * Slightly shifts ice fishing ruin * atmos gas miners * Tweak to xmas ruin * second tweak to xmas ruin * Playtest fix 3 TODO: Robotics Maybe move vault * Robotics changes * Moved vault and tools * area fix * Minor tweaks * Minor tweaks * Fishing in bar beach * Tweaks to russian ruin * Fixes fishing in bar * playtest fix 4 * Atmos tweak * Arcade * Extra path to arcade * A few extra maint cams * misaligned cam in tool storage * Escape shuttle won't merc rocks in any situation * Playtest fix 5 * Several more extinguishers * playtest fix 6 * Adds some decals * tweaks to russian ruin * Ups mineral spawn chance slightly * Extra button for clerk shutters * minor tweaks * Playtest fix 7 * minor tweaks * more engi decals * tweaks russian loot * donkpocket->spawner * Playtest fix 8 * Roaches * Playtest fix 9 * Decal and lighting tweaks * Makes some bridge stuff more accessible * Power tweaks * admin has AI access * area tweak * Tools for the tool god * Backup power * backup power decals * backup power decals * lights and air for the backup power room * Replaced backup power with backup SMES * Cameras for backup SMES * missing bridge tile * decals * missed a few decals * missing button * chargers in meeting room * heads break room vendors accessible * sayonara to quarter tile decals * Command wire loop * Asteroid is votable in preparation for merge * Lowers minplayers from 35 to 25 * Update _maps/asteroidstation.json Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com> --- _maps/_basemap.dm | 1 + _maps/asteroidstation.dm | 1 + _maps/asteroidstation.json | 11 + .../AsteroidStation/AsteroidStation.dmm | 138572 +++++++++++++++ code/game/turfs/simulated/minerals.dm | 10 + config/maps.txt | 5 + 6 files changed, 138600 insertions(+) create mode 100644 _maps/asteroidstation.dm create mode 100644 _maps/asteroidstation.json create mode 100644 _maps/map_files/AsteroidStation/AsteroidStation.dmm diff --git a/_maps/_basemap.dm b/_maps/_basemap.dm index 6a61378c9d55..faf2c1a18c8b 100644 --- a/_maps/_basemap.dm +++ b/_maps/_basemap.dm @@ -5,6 +5,7 @@ #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" diff --git a/_maps/asteroidstation.dm b/_maps/asteroidstation.dm new file mode 100644 index 000000000000..48d46c1df8a9 --- /dev/null +++ b/_maps/asteroidstation.dm @@ -0,0 +1 @@ +#define FORCE_MAP "_maps/asteroidstation.json" \ No newline at end of file diff --git a/_maps/asteroidstation.json b/_maps/asteroidstation.json new file mode 100644 index 000000000000..34ecb68cedf9 --- /dev/null +++ b/_maps/asteroidstation.json @@ -0,0 +1,11 @@ +{ + "map_name": "[ALPHA] AsteroidStation", + "map_path": "map_files/AsteroidStation", + "map_file": "AsteroidStation.dmm", + "shuttles": { + "cargo": "cargo_box", + "ferry": "ferry_fancy", + "whiteship": "whiteship_box", + "emergency": "emergency_box" + } + } diff --git a/_maps/map_files/AsteroidStation/AsteroidStation.dmm b/_maps/map_files/AsteroidStation/AsteroidStation.dmm new file mode 100644 index 000000000000..a903febc271e --- /dev/null +++ b/_maps/map_files/AsteroidStation/AsteroidStation.dmm @@ -0,0 +1,138572 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aac" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aah" = ( +/obj/structure/window, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aai" = ( +/obj/structure/cable{ + icon_state = "4-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) +"aaj" = ( +/turf/closed/wall, +/area/medical/patients_rooms/room_b) +"aak" = ( +/mob/living/carbon/monkey, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"aal" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aam" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"aao" = ( +/turf/closed/wall, +/area/maintenance/port/fore) +"aar" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space/basic, +/area/solar/port/fore) +"aat" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/white, +/area/science/explab) +"aaw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + 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/storage) +"aay" = ( +/obj/effect/turf_decal/box, +/obj/structure/frame/machine, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aaz" = ( +/obj/structure/sign/poster/contraband/communist_state, +/turf/closed/wall, +/area/quartermaster/qm) +"aaA" = ( +/obj/structure/window/reinforced, +/obj/structure/table/glass, +/obj/item/crowbar, +/obj/item/pen, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"aaB" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -30 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"aaJ" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aaK" = ( +/obj/item/statuebust, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"aaN" = ( +/mob/living/simple_animal/hostile/retaliate/frog, +/obj/structure/sink/puddle, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"aaQ" = ( +/turf/closed/wall, +/area/quartermaster/miningdock) +"aaS" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aaV" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aaZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"abc" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"abe" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/genetics"; + name = "Genetics APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -37 + }, +/obj/machinery/camera{ + c_tag = "Medbay - Genetics Lab"; + dir = 1; + name = "medbay camera"; + network = list("ss13","medbay") + }, +/obj/item/radio/intercom{ + pixel_x = 33; + pixel_y = -31 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"abh" = ( +/turf/closed/wall/r_wall, +/area/medical/genetics) +"abk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"abl" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/turf/open/floor/engine, +/area/science/storage) +"abp" = ( +/turf/closed/wall, +/area/security/processing) +"abu" = ( +/obj/item/reagent_containers/food/snacks/deadmouse, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"abv" = ( +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"abw" = ( +/obj/structure/easel, +/obj/item/canvas/twentythreeXtwentythree{ + pixel_x = 4; + pixel_y = 11 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"abB" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"abD" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/r_wall, +/area/science/misc_lab) +"abE" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/ale, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"abH" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/poddoor/preopen{ + id = "chemistry_shutters"; + name = "Chemistry shutters" + }, +/turf/open/floor/plating, +/area/medical/chemistry) +"abL" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/light, +/turf/open/floor/carpet, +/area/crew_quarters/cryopods) +"abP" = ( +/obj/structure/table, +/obj/item/clothing/head/soft/grey{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"abR" = ( +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"abS" = ( +/obj/effect/landmark/start/depsec/engineering, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"abV" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/solar/port/fore) +"abW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/solar/port/fore) +"abX" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"abZ" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/satellite) +"aca" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"acb" = ( +/turf/open/space/basic, +/area/space) +"acd" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space, +/area/space/nearstation) +"acf" = ( +/obj/machinery/shieldgen, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ack" = ( +/obj/machinery/computer/nanite_chamber_control{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"aco" = ( +/obj/machinery/computer/prisoner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"acp" = ( +/obj/structure/table/wood, +/obj/item/pen/fountain, +/obj/item/pen/blue, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood, +/area/library) +"acq" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"acs" = ( +/turf/closed/wall, +/area/science/mixing) +"act" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"acw" = ( +/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{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"acz" = ( +/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) +"acD" = ( +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"acH" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"acP" = ( +/obj/structure/closet/crate/freezer/surplus_limbs, +/obj/item/reagent_containers/glass/beaker/synthflesh, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"acT" = ( +/obj/machinery/portable_atmospherics/canister/bz, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"acX" = ( +/obj/structure/flora/ausbushes/ywflowers, +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"acY" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"add" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"ade" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light/small, +/obj/structure/closet/crate/hydroponics, +/obj/item/wirecutters, +/obj/item/reagent_containers/glass/bucket, +/obj/item/shovel/spade, +/obj/item/wrench, +/obj/item/toy/figure/botanist, +/turf/open/floor/plasteel, +/area/hydroponics) +"adi" = ( +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"adj" = ( +/turf/closed/wall/r_wall, +/area/security/main) +"adm" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"ads" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/engine, +/area/science/storage) +"adt" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"adw" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/fancy/cigarettes/cigpack_syndicate, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"ady" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table, +/obj/item/razor, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"adB" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"adF" = ( +/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/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/janitor) +"adH" = ( +/obj/machinery/door/poddoor{ + id = "trash"; + name = "disposal bay door" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"adK" = ( +/turf/template_noop, +/area/science/test_area) +"adL" = ( +/obj/structure/table/wood, +/obj/item/storage/box/fancy/donut_box, +/turf/open/floor/wood, +/area/vacant_room) +"adP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/storage) +"adX" = ( +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"aec" = ( +/turf/closed/wall, +/area/maintenance/disposal) +"aef" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/solars/solar_96, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"aeq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/wood, +/area/library) +"aet" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aew" = ( +/turf/closed/wall, +/area/security/execution/transfer) +"aeA" = ( +/obj/structure/easel, +/obj/item/canvas/twentythreeXnineteen{ + pixel_y = 11 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"aeC" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aeJ" = ( +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aeK" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aeM" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aeP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"aeR" = ( +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/chapel/main) +"aeS" = ( +/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) +"aeV" = ( +/turf/open/floor/plasteel, +/area/science/mixing) +"aeW" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/security/prison) +"afa" = ( +/obj/structure/bookcase/random/religion, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/library) +"afb" = ( +/turf/closed/wall, +/area/janitor) +"afc" = ( +/mob/living/simple_animal/cockroach, +/turf/open/floor/engine, +/area/maintenance/starboard/fore) +"aff" = ( +/obj/machinery/computer/security/qm{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"afg" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"afj" = ( +/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/plasteel/yellowsiding{ + dir = 10 + }, +/area/engine/gravity_generator) +"afm" = ( +/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{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"afn" = ( +/obj/machinery/button/door{ + id = "Dorm2"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/turf/template_noop, +/area/crew_quarters/dorms) +"afp" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/starboard) +"afx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"afC" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/fore) +"afF" = ( +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"afH" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"afM" = ( +/obj/machinery/modular_computer/console/preset/command, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"afN" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"afO" = ( +/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/airlock/highsecurity{ + name = "Backup SMES Access"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"afR" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"afV" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"agh" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/shuttle/labor{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"agi" = ( +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"agk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"agn" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/aft) +"ags" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/grenades, +/obj/item/grenade/chem_grenade{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/grenade/chem_grenade{ + pixel_y = 10 + }, +/obj/item/grenade/chem_grenade{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/grenade/chem_grenade{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/item/stack/cable_coil/random{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/stack/cable_coil/random{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"agt" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"agw" = ( +/obj/machinery/rnd/production/techfab/department/service, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"agx" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/plasteel/white, +/area/science/explab) +"agB" = ( +/turf/closed/wall, +/area/medical/genetics/cloning) +"agD" = ( +/obj/machinery/processor/slime, +/turf/open/floor/plasteel/white/side, +/area/science/xenobiology) +"agG" = ( +/turf/closed/wall, +/area/quartermaster/sorting) +"agH" = ( +/obj/effect/landmark/stationroom/maint/threexfive, +/turf/template_noop, +/area/maintenance/port/aft) +"agJ" = ( +/obj/structure/closet/wardrobe/pjs, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"agL" = ( +/turf/open/floor/plasteel/white, +/area/medical/virology) +"agM" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/botanist, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"agQ" = ( +/obj/effect/turf_decal/delivery, +/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/effect/turf_decal/trimline/white/arrow_ccw{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"agR" = ( +/turf/open/floor/engine, +/area/hallway/secondary/exit) +"agV" = ( +/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) +"agW" = ( +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"agY" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"agZ" = ( +/obj/machinery/modular_computer/console/preset/cargo/qm{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"ahe" = ( +/turf/closed/wall/r_wall, +/area/engine/foyer) +"ahm" = ( +/obj/item/twohanded/required/pool/pool_noodle, +/turf/open/indestructible/sound/pool, +/area/crew_quarters/fitness) +"ahn" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/hallway/secondary/exit) +"ahu" = ( +/obj/machinery/vending/clothing, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"ahw" = ( +/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, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ + dirx = 1; + diry = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"ahx" = ( +/mob/living/simple_animal/hostile/retaliate/frog, +/obj/structure/flora/grass/jungle, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"ahy" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"ahz" = ( +/obj/machinery/telecomms/broadcaster/preset_right{ + name = "subspace broadcaster B" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"ahA" = ( +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"ahD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ahJ" = ( +/turf/closed/wall, +/area/engine/atmos) +"ahN" = ( +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"ahR" = ( +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ahW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"ahY" = ( +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"aid" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "garbage"; + name = "disposal conveyor" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"aii" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aio" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aiw" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aiz" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aiB" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"aiH" = ( +/obj/docking_port/stationary{ + dir = 2; + 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) +"aiM" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"aiP" = ( +/obj/structure/closet, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"aiV" = ( +/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) +"aiZ" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ajf" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ajh" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/pickaxe, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aji" = ( +/obj/docking_port/stationary{ + dir = 2; + 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) +"ajo" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"ajp" = ( +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/mixing) +"ajr" = ( +/obj/structure/chair, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ajt" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ajv" = ( +/obj/machinery/vending/hydroseeds/weak, +/turf/open/floor/grass, +/area/maintenance/port/fore) +"ajx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/stool{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/westright, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ajz" = ( +/turf/closed/wall/r_wall, +/area/medical/virology) +"ajC" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ajF" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/vacant_room) +"ajI" = ( +/turf/closed/wall/rust, +/area/maintenance/starboard/fore) +"ajL" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"ajM" = ( +/turf/closed/wall, +/area/crew_quarters/locker) +"ajQ" = ( +/turf/closed/wall, +/area/security/prison) +"ajR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"ajV" = ( +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Hydroponics Delivery"; + req_access_txt = "35" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hydroponics) +"ajW" = ( +/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/security/checkpoint/engineering) +"ajX" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ajZ" = ( +/obj/structure/table, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/aicard{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"akc" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"akf" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"akg" = ( +/obj/machinery/computer/ai_resource_distribution{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"akh" = ( +/turf/closed/wall/r_wall, +/area/science/storage) +"akk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/hallway/secondary/exit) +"akl" = ( +/turf/open/floor/plasteel/white, +/area/science/explab) +"akm" = ( +/obj/machinery/igniter{ + id = "Incinerator"; + luminosity = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"akp" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"aku" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"akx" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aky" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"akz" = ( +/obj/structure/rack, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"akC" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"akG" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ + dir = 1; + name = "toxins space injector" + }, +/turf/open/space/basic, +/area/space/nearstation) +"akJ" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"akM" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/atmospherics/miner/carbon_dioxide, +/turf/open/floor/engine/co2, +/area/engine/atmos_distro) +"akP" = ( +/obj/effect/turf_decal/bot_white/right, +/turf/open/floor/plasteel/yellowsiding{ + dir = 6 + }, +/area/engine/gravity_generator) +"akV" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"akW" = ( +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"akX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"akY" = ( +/obj/structure/closet/boxinggloves, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"akZ" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"alb" = ( +/obj/machinery/computer/camera_advanced/xenobio, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"ald" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall, +/area/maintenance/department/electrical) +"alj" = ( +/turf/closed/wall, +/area/science/xenobiology) +"all" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Xenobiology Desk"; + req_access_txt = "55" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "xenobio"; + name = "Xenobiology lab shutters" + }, +/turf/open/floor/plasteel/white, +/area/hallway/primary/starboard) +"alm" = ( +/obj/structure/table/wood, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"alo" = ( +/obj/machinery/door/poddoor{ + id = "chapelgun"; + name = "Chapel Launcher Door" + }, +/turf/open/floor/plating, +/area/chapel/office) +"alt" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"alu" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"alw" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen/red, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood, +/area/library) +"aly" = ( +/turf/open/indestructible/sound/pool/end, +/area/crew_quarters/fitness) +"alA" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"alB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/computer/cryopod{ + pixel_y = 26 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopods) +"alC" = ( +/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" + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"alD" = ( +/turf/open/floor/carpet, +/area/library) +"alJ" = ( +/turf/closed/wall, +/area/medical/medbay/aft) +"alL" = ( +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"alM" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Kill Room"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"alR" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Locker Room Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"alS" = ( +/obj/docking_port/stationary/random{ + dir = 2; + id = "pod_lavaland4"; + name = "lavaland" + }, +/turf/open/space/basic, +/area/space) +"amb" = ( +/obj/effect/landmark/stationroom/maint/tenxten, +/turf/template_noop, +/area/maintenance/port/fore) +"ami" = ( +/turf/open/floor/plasteel/white, +/area/science/research) +"amm" = ( +/obj/structure/table/wood, +/obj/item/storage/box/fancy/donut_box, +/obj/item/coin/silver, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"amq" = ( +/obj/effect/landmark/stationroom/maint/threexthree, +/turf/template_noop, +/area/maintenance/starboard/aft) +"amr" = ( +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ams" = ( +/obj/machinery/vending/autodrobe/capdrobe, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"amw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/space, +/area/solar/starboard/aft) +"amx" = ( +/turf/closed/wall, +/area/vacant_room) +"amy" = ( +/obj/effect/turf_decal/pool{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"amz" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/toy/figure/curator, +/turf/open/floor/carpet, +/area/library) +"amE" = ( +/obj/machinery/chem_master, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"amK" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"amO" = ( +/obj/structure/table/wood/poker, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"amR" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/secondarydatacore) +"amT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab East"; + dir = 8; + network = list("ss13","rd"); + pixel_y = -22 + }, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"amZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"ane" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"anj" = ( +/turf/closed/wall, +/area/maintenance/starboard) +"ank" = ( +/obj/structure/table, +/obj/item/key/janitor, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"anm" = ( +/turf/closed/wall, +/area/chapel/office) +"ann" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ano" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"anp" = ( +/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) +"anv" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"anC" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/yellowsiding{ + dir = 1 + }, +/area/engine/gravity_generator) +"anD" = ( +/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) +"anG" = ( +/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) +"anH" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"anK" = ( +/turf/closed/wall, +/area/crew_quarters/theatre) +"anR" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"anS" = ( +/obj/structure/displaycase/captain, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"anU" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"anW" = ( +/turf/open/floor/wood, +/area/library) +"anY" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/engine, +/area/science/storage) +"anZ" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"aoh" = ( +/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) +"aoi" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/hydroponics) +"aoj" = ( +/obj/effect/landmark/stationroom/maint/threexthree, +/turf/template_noop, +/area/maintenance/port/fore) +"aon" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aoq" = ( +/turf/open/floor/plating, +/area/maintenance/port) +"aov" = ( +/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) +"aox" = ( +/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) +"aoA" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/grille, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft) +"aoC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/pool/corner, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aoG" = ( +/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/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"aoJ" = ( +/turf/closed/wall, +/area/maintenance/starboard/aft) +"aoL" = ( +/obj/machinery/telecomms/receiver/preset_left{ + name = "subspace receiver A" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"aoP" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"aoV" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"aoW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"aoX" = ( +/obj/machinery/computer/ai_control_console{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"aoZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"apa" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ape" = ( +/turf/closed/wall, +/area/hydroponics) +"api" = ( +/turf/closed/wall/r_wall, +/area/security/physician) +"apj" = ( +/obj/machinery/door/window/westleft{ + dir = 4 + }, +/obj/structure/closet/crate/coffin, +/turf/open/floor/wood, +/area/chapel/office) +"apm" = ( +/turf/open/floor/wood, +/area/vacant_room) +"app" = ( +/obj/structure/displaycase/trophy, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/library) +"apr" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"apv" = ( +/turf/open/floor/plating, +/area/maintenance/disposal) +"apx" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/ale{ + pixel_x = -2; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/bottle/sake{ + pixel_x = 11; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"apB" = ( +/turf/closed/wall/r_wall, +/area/bridge/meeting_room) +"apC" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"apF" = ( +/obj/machinery/vending/wardrobe/gene_wardrobe, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Genetics"; + name = "Genetics Requests Console"; + pixel_x = -32 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"apG" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/medical/surgery) +"apJ" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/rack, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apO" = ( +/turf/closed/wall, +/area/quartermaster/qm) +"apP" = ( +/obj/machinery/vending/gifts, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"apS" = ( +/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) +"apT" = ( +/obj/effect/landmark/start/librarian, +/obj/structure/chair/office/dark, +/turf/open/floor/wood, +/area/library) +"apY" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/solars/solar_96, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"apZ" = ( +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"aqb" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/glowstick, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"aqi" = ( +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aqo" = ( +/obj/structure/table/glass, +/obj/item/twohanded/required/kirbyplants/dead{ + pixel_y = 13 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aqp" = ( +/turf/template_noop, +/area/engine/engineering) +"aqq" = ( +/obj/structure/table/wood/poker, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/carpet/exoticgreen, +/area/hallway/secondary/entry) +"aqt" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aqw" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/closed/wall, +/area/medical/sleeper) +"aqx" = ( +/obj/structure/sign/warning/pods, +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"aqy" = ( +/turf/template_noop, +/area/maintenance/port/fore) +"aqz" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"aqC" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"aqF" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hos) +"aqG" = ( +/mob/living/simple_animal/hostile/retaliate/dolphin/manatee, +/turf/open/floor/fakespace, +/area/maintenance/starboard/fore) +"aqH" = ( +/turf/closed/wall, +/area/crew_quarters/heads/cmo) +"aqI" = ( +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/carpet, +/area/library) +"aqK" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aqL" = ( +/obj/item/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqN" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aqS" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"aqU" = ( +/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 = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aqW" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Cryogenics" + }, +/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/crew_quarters/cryopods) +"aqX" = ( +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"aqY" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/random, +/turf/open/space, +/area/space/nearstation) +"aqZ" = ( +/turf/open/floor/plasteel, +/area/quartermaster/office) +"arb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/chief) +"arc" = ( +/obj/effect/landmark/stationroom/box/dorm_edoor, +/turf/template_noop, +/area/crew_quarters/dorms) +"arg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/space, +/area/solar/starboard/aft) +"ari" = ( +/turf/open/floor/plasteel, +/area/security/brig) +"arj" = ( +/obj/effect/landmark/start/yogs/psychiatrist, +/turf/open/floor/carpet, +/area/medical/psych) +"arl" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/secure_closet/chemical, +/obj/item/radio/headset/headset_med, +/obj/item/radio/headset/headset_med, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/clothing/glasses/science, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"arn" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood, +/area/medical/psych) +"arz" = ( +/obj/machinery/nanite_program_hub, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"arA" = ( +/turf/closed/wall, +/area/science/robotics/lab) +"arB" = ( +/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, +/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/telecomms, +/area/tcommsat/server) +"arE" = ( +/turf/open/floor/plasteel/white, +/area/science/lab) +"arG" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver{ + id = "escapepodbay" + }, +/turf/open/floor/engine, +/area/hallway/secondary/exit) +"arK" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arL" = ( +/obj/effect/turf_decal/tile/green{ + 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/hydroponics) +"arM" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"arO" = ( +/obj/structure/table, +/obj/item/clothing/head/papersack, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"arQ" = ( +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"arS" = ( +/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) +"arW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"asg" = ( +/turf/closed/wall, +/area/library) +"asi" = ( +/turf/closed/wall, +/area/crew_quarters/fitness) +"asl" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"asm" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"asn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"asp" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"asr" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hop) +"asv" = ( +/obj/structure/sign/departments/evac{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"asx" = ( +/turf/closed/wall/r_wall, +/area/science/misc_lab) +"asz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/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/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"asB" = ( +/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/plating, +/area/maintenance/solars/port/fore) +"asD" = ( +/obj/effect/landmark/start/botanist, +/obj/effect/turf_decal/tile/green{ + 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/dark, +/area/hydroponics) +"asE" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/hydroponics) +"asG" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/wood, +/area/medical/psych) +"asI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"asJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Mining Maintenance"; + req_access_txt = "48" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"asL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/space/basic, +/area/solar/port/fore) +"asO" = ( +/turf/open/floor/plasteel, +/area/engine/engineering) +"asR" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine, +/area/science/storage) +"asV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/airlock/maintenance{ + name = "Bar Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asX" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"ata" = ( +/turf/closed/wall, +/area/quartermaster/office) +"atj" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"atk" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lantern, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"atp" = ( +/obj/effect/landmark/stationroom/maint/fivexthree, +/turf/template_noop, +/area/maintenance/port/aft) +"atr" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/wood, +/area/chapel/office) +"att" = ( +/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) +"atu" = ( +/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/sign/map/right{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"atv" = ( +/obj/structure/closet/radiation, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"atx" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"atA" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/central) +"atB" = ( +/obj/machinery/mass_driver{ + dir = 8; + id = "trash" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"atD" = ( +/obj/structure/cable{ + icon_state = "1-2"; + tag = "" + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"atG" = ( +/obj/machinery/telecomms/message_server/preset, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"atJ" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"atP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space, +/area/solar/port/fore) +"atR" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/turf/open/floor/plasteel/white, +/area/science/lab) +"atS" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"atU" = ( +/obj/structure/closet/secure_closet/security/engine, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"atX" = ( +/obj/structure/closet/secure_closet/captains, +/obj/item/camera, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"aua" = ( +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/chapel/main) +"aub" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"aud" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white/side, +/area/science/xenobiology) +"aue" = ( +/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) +"aui" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aul" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aup" = ( +/obj/machinery/computer/security, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aus" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"auu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"auC" = ( +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"auE" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"auI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = -24; + pixel_y = -8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"auL" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/kitchen/fork, +/obj/item/reagent_containers/glass/mixbowl, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"auO" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"auT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/maintenance/department/electrical) +"auW" = ( +/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) +"avc" = ( +/obj/effect/landmark/stationroom/maint/threexthree, +/turf/template_noop, +/area/maintenance/port/aft) +"avf" = ( +/obj/structure/easel, +/obj/item/canvas/twentythreeXnineteen{ + pixel_x = 3; + pixel_y = 11 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"avh" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"avl" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"avq" = ( +/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) +"avv" = ( +/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner, +/turf/open/floor/engine, +/area/science/xenobiology) +"avw" = ( +/obj/structure/closet/crate/coffin, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"avA" = ( +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"avB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"avI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopods) +"avO" = ( +/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) +"avP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"avS" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avT" = ( +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/carpet, +/area/library) +"avU" = ( +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"avV" = ( +/turf/closed/wall/r_wall, +/area/bridge) +"avW" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"avX" = ( +/obj/structure/flora/rock/jungle, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"awa" = ( +/obj/machinery/camera{ + c_tag = "Hydroponics North" + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"awb" = ( +/turf/closed/wall, +/area/hallway/primary/port) +"awd" = ( +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"awh" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/yellowsiding{ + dir = 8 + }, +/area/engine/gravity_generator) +"awm" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"awn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"awr" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/open/floor/wood, +/area/library) +"aws" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"awz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"awB" = ( +/turf/closed/wall/rust, +/area/maintenance/port/aft) +"awC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"awH" = ( +/turf/open/floor/carpet/exoticgreen, +/area/hallway/secondary/entry) +"awL" = ( +/obj/machinery/light_switch{ + pixel_x = 26 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Office"; + dir = 8; + name = "cargo camera" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"awN" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/engine, +/area/science/storage) +"awR" = ( +/turf/closed/wall, +/area/medical/morgue) +"awU" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"awZ" = ( +/obj/machinery/mass_driver{ + dir = 8; + id = "chapelgun"; + name = "Holy Driver" + }, +/obj/machinery/door/window{ + dir = 4; + name = "Mass Driver"; + req_access_txt = "22" + }, +/turf/open/floor/plating, +/area/chapel/office) +"axa" = ( +/obj/structure/grille/broken, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"axg" = ( +/obj/machinery/vending/wardrobe/science_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/explab) +"axh" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/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/white, +/area/medical/medbay/aft) +"axk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"axn" = ( +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"axr" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"axu" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"axy" = ( +/obj/structure/chair/comfy{ + dir = 4; + icon_state = "comfychair"; + tag = "" + }, +/obj/machinery/light/broken{ + dir = 1 + }, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/ruin/powered) +"axG" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"axH" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/yellowsiding{ + dir = 4 + }, +/area/engine/gravity_generator) +"axP" = ( +/turf/closed/wall, +/area/maintenance/starboard/fore) +"axS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/space, +/area/solar/starboard/aft) +"axV" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plasteel, +/area/storage/tech) +"aya" = ( +/obj/structure/table/wood, +/obj/item/storage/lockbox/medal, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"ayb" = ( +/obj/structure/lattice, +/turf/open/space, +/area/solar/port/fore) +"ayg" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ayi" = ( +/turf/open/floor/plasteel, +/area/security/courtroom) +"ayk" = ( +/turf/open/floor/plasteel, +/area/engine/foyer) +"ayo" = ( +/turf/open/floor/plasteel, +/area/security/processing) +"ayq" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ays" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ayu" = ( +/turf/open/floor/plasteel, +/area/security/main) +"ayA" = ( +/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 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayH" = ( +/obj/machinery/button/door{ + id = "Dorm3"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/turf/template_noop, +/area/crew_quarters/dorms) +"ayJ" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ayK" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/wood, +/area/vacant_room) +"ayQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ayS" = ( +/obj/machinery/field/generator, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ayY" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"ayZ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/gloves, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aza" = ( +/turf/template_noop, +/area/medical/morgue) +"azd" = ( +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics) +"aze" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/airalarm/tcomms{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/airalarm/tcomms{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"azg" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"azo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"azq" = ( +/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) +"azw" = ( +/obj/effect/landmark/stationroom/maint/threexfive, +/turf/template_noop, +/area/maintenance/port/fore) +"azB" = ( +/turf/open/floor/carpet, +/area/crew_quarters/cryopods) +"azE" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/coin/silver, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"azG" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"azH" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/lawoffice) +"azI" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/ale{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/ale{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + 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/solars/starboard/aft) +"azK" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/cryopod, +/turf/open/floor/carpet, +/area/crew_quarters/cryopods) +"azO" = ( +/obj/structure/sign/poster/official/nanotrasen_logo, +/turf/closed/wall/r_wall, +/area/bridge) +"azP" = ( +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/lab) +"azU" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "chemistry_shutters"; + name = "Chemistry shutters" + }, +/turf/open/floor/plating, +/area/security/checkpoint/medical) +"azV" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Cryogenics" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/cryopods) +"azX" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 11; + height = 22; + id = "whiteship_home"; + name = "SS13: Auxiliary Dock, Station-Port"; + width = 35 + }, +/turf/open/space/basic, +/area/space) +"azY" = ( +/obj/structure/sign/poster/official/ian, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hop) +"aAg" = ( +/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/maintenance/port/fore) +"aAn" = ( +/obj/structure/frame/machine{ + anchored = 1; + state = 2 + }, +/turf/open/floor/circuit/telecomms/server, +/area/ai_monitored/secondarydatacore) +"aAq" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAt" = ( +/obj/item/radio/intercom{ + pixel_x = -28; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"aAu" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aAv" = ( +/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) +"aAw" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aAy" = ( +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"aAz" = ( +/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) +"aAA" = ( +/turf/open/space/basic, +/area/space/nearstation) +"aAC" = ( +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aAE" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aAH" = ( +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"aAI" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aAJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aAN" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"aAO" = ( +/obj/structure/bookcase/random/fiction, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/library) +"aAP" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aAU" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aAY" = ( +/turf/closed/wall, +/area/chapel/main) +"aBb" = ( +/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/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aBd" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/hydroponics) +"aBg" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"aBi" = ( +/turf/closed/wall/r_wall, +/area/science/nanite) +"aBj" = ( +/obj/effect/turf_decal/tile/green{ + 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/dark, +/area/hydroponics) +"aBm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/pool/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aBu" = ( +/turf/open/floor/engine/vacuum, +/area/engine/atmos_distro) +"aBw" = ( +/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) +"aBy" = ( +/turf/closed/wall, +/area/crew_quarters/dorms) +"aBz" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"aBC" = ( +/obj/machinery/door/window/westleft, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"aBD" = ( +/obj/machinery/monkey_recycler, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"aBE" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aBF" = ( +/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) +"aBH" = ( +/obj/structure/table/glass, +/obj/item/disk/design_disk, +/obj/item/paicard{ + pixel_x = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"aBI" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aBL" = ( +/obj/machinery/camera{ + c_tag = "Mining Dock" + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"aBN" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aBQ" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window, +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aCa" = ( +/mob/living/simple_animal/hostile/retaliate/dolphin, +/turf/open/floor/fakespace, +/area/maintenance/starboard/fore) +"aCb" = ( +/turf/closed/wall/r_wall, +/area/science/server) +"aCe" = ( +/turf/open/floor/fakespace, +/area/maintenance/starboard/fore) +"aCf" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aCi" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aCj" = ( +/obj/docking_port/stationary{ + dir = 2; + 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) +"aCk" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/chapel/main) +"aCl" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aCo" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"aCr" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/solar/port/fore) +"aCs" = ( +/obj/machinery/door/poddoor{ + id = "turbinevent"; + name = "Turbine Vent" + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"aCt" = ( +/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) +"aCu" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/sign/departments/minsky/command/space{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aCx" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark/corner, +/area/chapel/main) +"aCB" = ( +/obj/structure/rack, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/capacitor, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aCC" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopods) +"aCG" = ( +/turf/closed/wall/r_wall, +/area/teleporter) +"aCM" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"aCO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"aCQ" = ( +/turf/open/floor/plasteel, +/area/engine/atmos) +"aCS" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aCY" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light, +/obj/structure/table/optable, +/obj/item/surgical_drapes, +/turf/open/floor/plasteel/white, +/area/security/execution/transfer) +"aCZ" = ( +/mob/living/simple_animal/hostile/retaliate/frog, +/obj/structure/flora/rock/jungle, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"aDa" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"aDd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/solar/port/fore) +"aDf" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"aDi" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/phone/real{ + pixel_x = -2; + pixel_y = -4 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"aDl" = ( +/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/chapel{ + dir = 4 + }, +/area/chapel/main) +"aDt" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/hand_labeler, +/obj/item/stack/packageWrap, +/obj/item/book/manual/wiki/experimentor, +/turf/open/floor/plasteel/white, +/area/science/explab) +"aDu" = ( +/obj/machinery/vending/wardrobe/engi_wardrobe, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aDv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood, +/area/library) +"aDx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/mixing) +"aDz" = ( +/obj/effect/landmark/stationroom/box/medbay/morgue, +/turf/template_noop, +/area/medical/morgue) +"aDC" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aDE" = ( +/turf/closed/wall, +/area/quartermaster/storage) +"aDF" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"aDG" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/white/arrow_ccw{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aDJ" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/obj/item/paicard, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood, +/area/library) +"aDL" = ( +/turf/closed/wall, +/area/security/brig) +"aDM" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "Cargo Bay"; + width = 12 + }, +/turf/open/space/basic, +/area/space) +"aDN" = ( +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"aDO" = ( +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"aDP" = ( +/turf/closed/wall, +/area/crew_quarters/kitchen) +"aDX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopods) +"aDY" = ( +/turf/closed/wall/r_wall, +/area/maintenance/central/secondary) +"aEa" = ( +/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) +"aEb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plating, +/area/maintenance/port) +"aEi" = ( +/obj/structure/rack, +/obj/item/book/random, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"aEk" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopods) +"aEA" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aEH" = ( +/obj/docking_port/stationary{ + 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) +"aEO" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"aEP" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"aEQ" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"aES" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"aET" = ( +/turf/open/floor/plating/asteroid, +/area/ruin/powered) +"aEU" = ( +/turf/open/floor/grass, +/area/maintenance/port/fore) +"aEX" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/turf/open/floor/plasteel/dark, +/area/janitor) +"aFa" = ( +/obj/structure/easel, +/obj/item/canvas/twentyfour_twentyfour{ + pixel_y = 10 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"aFd" = ( +/turf/open/floor/plasteel/dark, +/area/bridge) +"aFe" = ( +/obj/machinery/vending/hydronutrients, +/turf/open/floor/plasteel, +/area/hydroponics) +"aFi" = ( +/turf/closed/wall, +/area/crew_quarters/bar) +"aFj" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot_white, +/obj/item/toy/figure/warden{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/grenade/barrier{ + pixel_x = -4 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = 4 + }, +/obj/machinery/camera{ + c_tag = "Armory Access"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aFk" = ( +/turf/template_noop, +/area/maintenance/starboard/aft) +"aFm" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/engineering"; + name = "Engineering Security APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"aFo" = ( +/obj/effect/turf_decal/bot_white/right, +/turf/open/floor/plasteel/yellowsiding{ + dir = 9 + }, +/area/engine/gravity_generator) +"aFq" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aFr" = ( +/turf/closed/wall, +/area/security/courtroom) +"aFu" = ( +/turf/open/floor/engine, +/area/science/xenobiology) +"aFv" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"aFy" = ( +/obj/item/book/random, +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"aFB" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aFE" = ( +/turf/closed/wall/r_wall, +/area/security/warden) +"aFF" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet, +/obj/item/clothing/under/suit_jacket/really_black{ + pixel_x = -2 + }, +/obj/item/clothing/under/suit_jacket/female{ + pixel_x = 3; + pixel_y = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"aFG" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/solars/solar_96, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"aFI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/stool{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/westleft, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aFJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/space/basic, +/area/solar/port/fore) +"aFT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/storage) +"aFX" = ( +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"aFY" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aGb" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/rag, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aGc" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_y = 15 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"aGk" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white/side, +/area/crew_quarters/heads/chief) +"aGo" = ( +/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) +"aGq" = ( +/obj/machinery/nanite_chamber, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"aGr" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aGu" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aGv" = ( +/obj/structure/pool_ladder, +/turf/open/indestructible/sound/pool/end, +/area/crew_quarters/fitness) +"aGy" = ( +/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) +"aGC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/brig) +"aGD" = ( +/obj/item/stack/rods, +/turf/open/space, +/area/space/nearstation) +"aGE" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/wood, +/area/vacant_room) +"aGF" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/rxglasses, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_x = 30 + }, +/obj/item/storage/box/syringes, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/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/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"aGK" = ( +/turf/closed/wall, +/area/medical/storage) +"aGL" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aGM" = ( +/turf/open/floor/wood, +/area/bridge/meeting_room) +"aGP" = ( +/obj/machinery/computer/ai_server_console{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"aGS" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aGT" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space/nearstation) +"aGU" = ( +/turf/closed/wall, +/area/medical/surgery) +"aGV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"aGW" = ( +/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) +"aHa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aHe" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"aHh" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"aHn" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aHr" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/coin/silver, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aHs" = ( +/turf/closed/wall, +/area/medical/chemistry) +"aHu" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/carpet, +/area/library) +"aHv" = ( +/turf/template_noop, +/area/maintenance/port) +"aHw" = ( +/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) +"aHC" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"aHF" = ( +/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/aft) +"aHK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/closed/wall, +/area/medical/sleeper) +"aHR" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"aHS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/solar/port/fore) +"aHW" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"aHX" = ( +/obj/machinery/light, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"aHZ" = ( +/turf/open/floor/engine, +/area/science/explab) +"aIf" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"aIg" = ( +/obj/structure/closet/crate/hydroponics, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aIh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"aIj" = ( +/obj/effect/landmark/stationroom/maint/fivexfour, +/turf/template_noop, +/area/maintenance/port/fore) +"aIk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/power/apc{ + areastring = "/area/lawoffice"; + dir = 8; + name = "Law Office APC"; + pixel_x = -25 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aIm" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "toxinsdriver" + }, +/turf/open/floor/plating, +/area/science/mixing) +"aIn" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aIu" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aIy" = ( +/turf/closed/wall, +/area/crew_quarters/cryopods) +"aIC" = ( +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"aID" = ( +/turf/closed/wall, +/area/hallway/secondary/entry) +"aIE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/engine/foyer) +"aIH" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aIP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aIT" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aIU" = ( +/obj/structure/table/wood, +/obj/item/pen/fountain, +/turf/open/floor/wood, +/area/vacant_room) +"aIW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/lawoffice) +"aIZ" = ( +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aJb" = ( +/obj/structure/flora/tree/pine/xmas{ + pixel_x = -17; + pixel_y = 10 + }, +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"aJe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/solar/port/fore) +"aJf" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aJj" = ( +/turf/closed/wall/r_wall, +/area/engine/engineering) +"aJl" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aJn" = ( +/turf/closed/wall, +/area/maintenance/department/electrical) +"aJp" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aJq" = ( +/turf/closed/wall, +/area/engine/foyer) +"aJr" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aJx" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aJy" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/open/floor/carpet, +/area/library) +"aJC" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"aJD" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/engine, +/area/science/storage) +"aJF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"aJG" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aJI" = ( +/turf/closed/wall, +/area/maintenance/port) +"aJO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/sleeper) +"aJP" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/grown/rainbow_flower, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJQ" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aJS" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/random, +/turf/open/space, +/area/solar/port/fore) +"aJV" = ( +/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) +"aKb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"aKc" = ( +/turf/template_noop, +/area/maintenance/port/aft) +"aKe" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/shutter, +/turf/open/floor/plating, +/area/engine/atmos_distro) +"aKh" = ( +/turf/closed/wall, +/area/lawoffice) +"aKj" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"aKk" = ( +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"aKl" = ( +/turf/open/floor/engine, +/area/science/misc_lab) +"aKu" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement, +/turf/open/floor/wood, +/area/library) +"aKw" = ( +/obj/machinery/button/door{ + id = "escapepodbay"; + name = "Pod Door Control"; + pixel_x = 6; + pixel_y = 24 + }, +/turf/open/floor/engine, +/area/hallway/secondary/exit) +"aKE" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aKF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"aKG" = ( +/turf/closed/wall, +/area/science/nanite) +"aKM" = ( +/obj/effect/overlay/palmtree_r{ + pixel_x = 17; + pixel_y = 15 + }, +/obj/structure/table/wood, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"aKN" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"aKT" = ( +/turf/template_noop, +/area/crew_quarters/dorms) +"aKW" = ( +/obj/docking_port/stationary/random{ + id = "pod_lavaland1"; + name = "lavaland" + }, +/turf/open/space/basic, +/area/space) +"aKX" = ( +/turf/closed/wall, +/area/crew_quarters/heads/captain) +"aLc" = ( +/obj/structure/closet/crate/medical, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aLf" = ( +/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) +"aLi" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"aLo" = ( +/obj/machinery/button/door{ + id = "rnd"; + name = "Shutters Control Button"; + pixel_x = -25; + pixel_y = -26; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"aLp" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"aLB" = ( +/obj/effect/landmark/stationroom/box/testingsite, +/turf/open/space/basic, +/area/space) +"aLC" = ( +/obj/structure/bed/roller, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"aLL" = ( +/obj/machinery/computer/nanite_chamber_control{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"aLR" = ( +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"aLW" = ( +/mob/living/simple_animal/opossum, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"aMc" = ( +/obj/machinery/door/poddoor{ + id = "toxinsdriver"; + name = "toxins launcher bay door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/science/mixing) +"aMg" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"aMh" = ( +/obj/structure/sign/poster/official/cohiba_robusto_ad, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"aMl" = ( +/turf/closed/wall, +/area/medical/medbay/central) +"aMm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"aMn" = ( +/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/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/telecomms, +/area/tcommsat/server) +"aMt" = ( +/obj/effect/landmark/stationroom/maint/tenxfive, +/turf/template_noop, +/area/maintenance/port/fore) +"aMv" = ( +/obj/structure/bookcase/random/adult, +/turf/open/floor/carpet, +/area/library) +"aMw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aMB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/cryopod{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopods) +"aMT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"aMY" = ( +/obj/machinery/door/window/eastleft{ + dir = 8; + name = "Coffin Storage"; + req_access_txt = "22" + }, +/obj/structure/closet/crate/coffin, +/turf/open/floor/wood, +/area/chapel/office) +"aNb" = ( +/turf/closed/wall, +/area/medical/sleeper) +"aNg" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aNh" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"aNm" = ( +/obj/machinery/smartfridge/chemistry, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"aNo" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/wood, +/area/vacant_room) +"aNs" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aNt" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"aNw" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space, +/area/space/nearstation) +"aNy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/space/basic, +/area/solar/port/fore) +"aNH" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"aNJ" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"aNM" = ( +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"aNO" = ( +/obj/machinery/door/window/westright{ + dir = 1; + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/structure/table/reinforced, +/obj/item/paper, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aNR" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"aNU" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/machinery/power/solar_control{ + dir = 8; + id = "auxsolareast"; + name = "Port Bow Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"aNX" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aNY" = ( +/turf/closed/wall, +/area/hallway/secondary/exit) +"aOc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"aOd" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"aOe" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aOf" = ( +/obj/effect/landmark/stationroom/maint/tenxfive, +/turf/template_noop, +/area/maintenance/starboard/fore) +"aOl" = ( +/turf/closed/wall/r_wall, +/area/science/mixing) +"aOm" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aOp" = ( +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aOt" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aOC" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/white/arrow_ccw{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOD" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance/three, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aOE" = ( +/turf/closed/wall/rust, +/area/maintenance/starboard/aft) +"aOG" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"aOI" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = 1; + pixel_y = 25 + }, +/obj/machinery/suit_storage_unit/standard_unit{ + suit_type = /obj/item/clothing/suit/space/paramedic + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"aOL" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aON" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aOP" = ( +/turf/open/floor/plasteel, +/area/storage/tech) +"aOR" = ( +/obj/structure/easel, +/obj/item/canvas/nineteenXnineteen{ + pixel_x = 5; + pixel_y = 11 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"aOS" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aOX" = ( +/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) +"aOY" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Containment Chamber"; + dir = 4; + network = list("xeno","rd") + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"aPc" = ( +/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/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aPg" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aPk" = ( +/turf/closed/wall, +/area/maintenance/port/aft) +"aPn" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/chief) +"aPp" = ( +/obj/machinery/portable_atmospherics/canister/bz, +/obj/effect/turf_decal/bot, +/obj/machinery/camera{ + c_tag = "Atmospherics Canister Storage"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"aPq" = ( +/turf/open/floor/plasteel/white, +/area/medical/storage) +"aPr" = ( +/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) +"aPs" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window{ + dir = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aPt" = ( +/obj/structure/table/reinforced, +/obj/item/healthanalyzer, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"aPv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/clothing/neck/stethoscope, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"aPx" = ( +/obj/machinery/portable_atmospherics/canister/water_vapor, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"aPy" = ( +/turf/closed/wall, +/area/medical/patients_rooms/room_a) +"aPF" = ( +/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) +"aPG" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"aPK" = ( +/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) +"aPM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aPQ" = ( +/turf/closed/wall/r_wall, +/area/science/explab) +"aPR" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/science/mixing) +"aPS" = ( +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aPX" = ( +/turf/closed/wall, +/area/medical/paramedic) +"aQb" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 1; + pixel_y = -33 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"aQd" = ( +/obj/machinery/vending/donksofttoyvendor, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQh" = ( +/turf/closed/wall, +/area/science/explab) +"aQj" = ( +/obj/machinery/camera{ + c_tag = "Chapel Crematorium"; + dir = 8; + name = "chapel camera" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aQk" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/wood, +/area/vacant_room) +"aQl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/storage/tech) +"aQo" = ( +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aQs" = ( +/obj/machinery/nanite_programmer, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"aQv" = ( +/turf/closed/wall/r_wall, +/area/security/brig) +"aQy" = ( +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"aQI" = ( +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"aQO" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"aQS" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/nasavoid/old, +/obj/item/clothing/head/helmet/space/nasavoid/old, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plating, +/area/maintenance/port) +"aQW" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"aQY" = ( +/obj/structure/closet/wardrobe/black, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aQZ" = ( +/turf/closed/wall/r_wall, +/area/science/robotics/mechbay) +"aRa" = ( +/obj/structure/cable, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"aRc" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"aRd" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aRh" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aRp" = ( +/obj/machinery/portable_atmospherics/canister/water_vapor, +/turf/open/floor/engine, +/area/science/storage) +"aRr" = ( +/obj/machinery/power/emitter, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aRs" = ( +/obj/structure/table/wood/poker, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"aRt" = ( +/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 = 1; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/turf/open/floor/plasteel/white, +/area/science/lab) +"aRv" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aRx" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aRz" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aRB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"aRI" = ( +/turf/closed/wall, +/area/hallway/secondary/service) +"aRS" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aRZ" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse"; + name = "warehouse shutters" + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"aSb" = ( +/obj/machinery/gravity_generator/main/station, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/yellowsiding, +/area/engine/gravity_generator) +"aSe" = ( +/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/storage) +"aSh" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"aSi" = ( +/obj/item/a_gift{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/item/a_gift{ + pixel_x = -16; + pixel_y = 5 + }, +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"aSl" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSm" = ( +/obj/docking_port/stationary/random{ + id = "pod_lavaland2"; + name = "lavaland" + }, +/turf/open/space/basic, +/area/space) +"aSv" = ( +/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, +/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/telecomms, +/area/tcommsat/server) +"aSz" = ( +/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 + }, +/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/telecomms, +/area/tcommsat/server) +"aSA" = ( +/turf/closed/wall/r_wall, +/area/storage/tech) +"aSB" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/maintenance/disposal) +"aSH" = ( +/turf/closed/wall, +/area/medical/virology) +"aSJ" = ( +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aSK" = ( +/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) +"aSO" = ( +/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 = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aSP" = ( +/obj/structure/dresser, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"aSS" = ( +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"aSZ" = ( +/obj/structure/table/glass, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/open/floor/plasteel, +/area/hydroponics) +"aTc" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"aTd" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aTh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aTi" = ( +/obj/structure/grille, +/turf/open/space, +/area/space/nearstation) +"aTj" = ( +/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) +"aTk" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/maintenance/department/electrical) +"aTl" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aTm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 0; + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"aTn" = ( +/turf/open/floor/plating, +/area/quartermaster/storage) +"aTp" = ( +/turf/closed/wall, +/area/security/checkpoint/supply) +"aTq" = ( +/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 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aTs" = ( +/obj/machinery/gulag_processor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"aTt" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/random, +/turf/open/space/basic, +/area/space/nearstation) +"aTu" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/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, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"aTx" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aTD" = ( +/turf/closed/wall/r_wall, +/area/security/prison) +"aTK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_l"; + name = "Left side containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"aTO" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"aTR" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "O2 Outlet Pump"; + target_pressure = 4500 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"aTS" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/locker) +"aTU" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"aUa" = ( +/turf/open/floor/engine, +/area/science/mixing) +"aUb" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"aUe" = ( +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aUf" = ( +/obj/machinery/recharger/wallrecharger{ + pixel_x = -21; + pixel_y = -3 + }, +/obj/machinery/suit_storage_unit/captain, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"aUg" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) +"aUm" = ( +/obj/structure/alien/resin/membrane, +/turf/open/floor/engine, +/area/science/xenobiology) +"aUu" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aUw" = ( +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"aUx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"aUz" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/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/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"aUB" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aUC" = ( +/turf/closed/wall, +/area/science/misc_lab) +"aUF" = ( +/obj/structure/table/wood/poker, +/obj/item/reagent_containers/food/snacks/cheesyfries, +/turf/open/floor/carpet/exoticgreen, +/area/hallway/secondary/entry) +"aUH" = ( +/turf/closed/wall, +/area/security/detectives_office) +"aUN" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/fore) +"aUP" = ( +/turf/open/floor/carpet, +/area/maintenance/port/fore) +"aUW" = ( +/turf/closed/wall, +/area/clerk) +"aUZ" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aVc" = ( +/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) +"aVd" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/black, +/area/ai_monitored/turret_protected/aisat_interior) +"aVi" = ( +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"aVk" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"aVr" = ( +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"aVu" = ( +/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/engineering) +"aVy" = ( +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aVE" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aVK" = ( +/turf/closed/wall/r_wall, +/area/security/processing) +"aVM" = ( +/turf/closed/wall, +/area/engine/engineering) +"aVN" = ( +/turf/closed/wall, +/area/medical/psych) +"aVO" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aVQ" = ( +/obj/machinery/computer/nanite_cloud_controller, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"aVY" = ( +/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) +"aWb" = ( +/turf/open/indestructible/sound/pool, +/area/crew_quarters/fitness) +"aWc" = ( +/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 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aWe" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aWh" = ( +/turf/closed/wall, +/area/medical/genetics) +"aWo" = ( +/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) +"aWE" = ( +/obj/structure/closet/l3closet/scientist, +/obj/item/extinguisher, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"aWJ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aWK" = ( +/obj/machinery/light, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"aWO" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aWQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"aWR" = ( +/obj/effect/landmark/stationroom/maint/threexfive, +/turf/template_noop, +/area/maintenance/port) +"aWS" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"aXb" = ( +/turf/closed/wall/r_wall, +/area/engine/atmos) +"aXd" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aXf" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/science/mixing) +"aXg" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/science/explab) +"aXh" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"aXl" = ( +/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/plasteel/yellowsiding{ + dir = 5 + }, +/area/engine/gravity_generator) +"aXo" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"aXp" = ( +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"aXq" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aXu" = ( +/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) +"aXy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"aXD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/grille/broken, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/barricade/wooden, +/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) +"aXE" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L2" + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXF" = ( +/obj/machinery/pool_filter{ + pixel_x = -16; + pixel_y = -21 + }, +/turf/open/indestructible/sound/pool, +/area/crew_quarters/fitness) +"aXH" = ( +/obj/machinery/electrolyzer, +/turf/open/floor/engine, +/area/science/storage) +"aXJ" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aXK" = ( +/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/patients_rooms/room_a) +"aXS" = ( +/turf/template_noop, +/area/maintenance/starboard/fore) +"aXU" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aXY" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/aft"; + dir = 1; + name = "Port Quarter Maintenance APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aYa" = ( +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"aYd" = ( +/obj/structure/sign/warning/vacuum{ + pixel_x = -32 + }, +/obj/machinery/conveyor{ + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"aYf" = ( +/turf/open/floor/plasteel, +/area/hydroponics) +"aYg" = ( +/obj/machinery/door/poddoor{ + id = "auxincineratorvent"; + name = "Auxiliary Incinerator Vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/space/basic, +/area/maintenance/disposal/incinerator) +"aYj" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"aYk" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/cryopods) +"aYm" = ( +/obj/effect/landmark/stationroom/maint/fivexthree, +/turf/template_noop, +/area/maintenance/starboard/aft) +"aYp" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space, +/area/space) +"aYy" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/fifty, +/turf/open/floor/plasteel/white, +/area/science/lab) +"aYz" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"aYA" = ( +/obj/machinery/vending/games, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aYB" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYC" = ( +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aYF" = ( +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"aYI" = ( +/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) +"aYJ" = ( +/obj/item/twohanded/required/pool/rubber_ring, +/turf/open/indestructible/sound/pool, +/area/crew_quarters/fitness) +"aYK" = ( +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"aYN" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/circuit, +/area/maintenance/department/electrical) +"aYP" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYQ" = ( +/obj/machinery/chem_master/condimaster, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYV" = ( +/obj/effect/landmark/stationroom/maint/fivexfour, +/turf/template_noop, +/area/maintenance/port/aft) +"aYY" = ( +/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) +"aYZ" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ + dir = 1 + }, +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2"; + tag = "" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"aZa" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance/three, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aZb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/space/basic, +/area/solar/port/fore) +"aZc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"aZe" = ( +/turf/closed/wall/r_wall, +/area/science/lab) +"aZg" = ( +/obj/machinery/door/airlock/external{ + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"aZm" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 1; + stack_amt = 10 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"aZr" = ( +/obj/structure/bed/dogbed/runtime, +/mob/living/simple_animal/pet/cat/Runtime, +/obj/machinery/computer/security/telescreen/cmo{ + dir = 8; + name = "Chief Medical Officer's telescreen"; + network = list("medical"); + pixel_x = 28 + }, +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"aZs" = ( +/turf/closed/wall, +/area/quartermaster/warehouse) +"aZv" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"aZD" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aZG" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aZH" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aZJ" = ( +/turf/closed/wall, +/area/security/checkpoint/medical) +"aZM" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aZN" = ( +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"aZO" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/solars/solar_96, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"aZP" = ( +/obj/machinery/computer/rdconsole/experiment{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"aZQ" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/explab) +"aZR" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aZU" = ( +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"aZV" = ( +/obj/machinery/ai/data_core, +/turf/open/floor/circuit/telecomms/server, +/area/ai_monitored/secondarydatacore) +"aZW" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"bak" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"bal" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red, +/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{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bam" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bat" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"baA" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/crowbar, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"baF" = ( +/obj/effect/turf_decal/pool, +/obj/structure/chair/stool/bamboo{ + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"baI" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"baN" = ( +/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 = "Security Escape Pod"; + dir = 10 + }, +/turf/open/floor/plating, +/area/security/processing) +"baZ" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Courtroom"; + location = "HOP"; + name = "hop navigation beacon" + }, +/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{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bby" = ( +/obj/item/kitchen/knife/shank, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/russian/ranged/mosin, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"bcg" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/meter{ + layer = 3.4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"bcn" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"bco" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"bcH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/maintenance/starboard/fore) +"bdc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/brig) +"bdl" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L10" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bdu" = ( +/obj/structure/chair/sofa/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"bdy" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"bef" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/effect/spawner/lootdrop/donkpockets, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bep" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ber" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"beu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"bew" = ( +/obj/structure/sign/poster/official/no_erp, +/turf/closed/wall, +/area/crew_quarters/dorms) +"beL" = ( +/obj/structure/table/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"beU" = ( +/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/port/fore) +"beX" = ( +/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/processing) +"beZ" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bfb" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/library) +"bfs" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"bfC" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bfD" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"bgi" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"bgo" = ( +/turf/open/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/ruin/powered) +"bgP" = ( +/obj/machinery/vending/cola/random, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bhe" = ( +/obj/structure/table/reinforced, +/obj/item/aicard{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/laser_pointer{ + pixel_x = 15; + pixel_y = -4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bhm" = ( +/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/fore) +"bho" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Law Office"; + req_access_txt = "38" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/lawoffice) +"bhr" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/xenobiology) +"bhs" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bhy" = ( +/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/heads/hop) +"bhC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + 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/processing) +"bhN" = ( +/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/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"bhQ" = ( +/obj/structure/table, +/obj/item/clipboard{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/folder/yellow, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bib" = ( +/mob/living/simple_animal/hostile/russian, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/space/has_grav/listeningstation) +"bii" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"bik" = ( +/obj/machinery/door/window/eastleft{ + dir = 8; + name = "Ice Cream Shoppe"; + req_access_txt = "28" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"biy" = ( +/obj/machinery/power/apc{ + areastring = "/area/vacant_room"; + dir = 4; + name = "Vacant Office APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"biB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Aft Port Solar Access"; + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"biK" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes, +/obj/effect/spawner/structure/window, +/turf/open/floor/grass, +/area/quartermaster/office) +"biV" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/plasteel, +/area/engine/foyer) +"biX" = ( +/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) +"bjb" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs{ + dir = 8 + }, +/area/crew_quarters/bar) +"bjd" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/main) +"bjf" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/mixing/chamber"; + dir = 4; + name = "Mixing Chamber APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel/white, +/area/science/mixing/chamber) +"bjt" = ( +/obj/structure/table/wood, +/obj/item/seeds/eggplant{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/seeds/cinnamomum{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/seeds/berry{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/seeds/apple{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/grass, +/area/maintenance/port/fore) +"bjH" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bjM" = ( +/obj/structure/window/reinforced{ + 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/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"bkf" = ( +/obj/structure/table/wood, +/obj/item/storage/box/fancy/cigarettes/cigpack_robustgold, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"bkh" = ( +/obj/structure/closet/secure_closet/brig, +/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/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"bki" = ( +/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 = 2 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bkD" = ( +/turf/open/floor/carpet/red, +/area/maintenance/starboard/fore) +"bkE" = ( +/obj/structure/table/wood, +/obj/item/coin/iron{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/coin/iron{ + pixel_y = -14 + }, +/obj/item/coin/iron{ + pixel_x = 4; + pixel_y = -15 + }, +/obj/item/toy/cards/cardhand{ + pixel_x = -14; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 11; + pixel_y = -2 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -12; + pixel_y = -1 + }, +/obj/item/toy/cards/cardhand{ + pixel_x = 4; + pixel_y = -11 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"blb" = ( +/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/dorms"; + name = "Dormitory APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bln" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/light/small{ + dir = 8; + pixel_y = 10 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"bly" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"blJ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "AI Upload Access" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"blP" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/clothing/head/welding{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/assembly/timer, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"bmw" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"bmQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"bmX" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnc" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"bnm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bnq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/oil, +/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/sorting/mail/flip{ + dir = 1; + sortType = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnI" = ( +/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/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bob" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/door/window/southleft{ + dir = 4; + name = "Virology"; + req_one_access_txt = "39;24" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"boj" = ( +/obj/structure/table, +/obj/item/taperecorder, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"bor" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"boz" = ( +/obj/machinery/light{ + dir = 8 + }, +/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) +"bpd" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"bpg" = ( +/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) +"bpp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpu" = ( +/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 = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bpw" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Containment Pen 1"; + req_access_txt = "55" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/science/xenobiology) +"bpC" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bqd" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"bqm" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/research"; + dir = 1; + name = "Misc Research APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"bqv" = ( +/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/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/misc_lab) +"bqw" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plasteel, +/area/medical/medbay/lobby) +"bqN" = ( +/obj/structure/table/wood, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/spawner/lootdrop/donkpockets, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"bqW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/turf_decal/box, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"bqX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"brm" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plating, +/area/maintenance/port) +"brs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"brA" = ( +/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 + }, +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = -32; + receive_ore_updates = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"brF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"bsh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Laundry Room"; + dir = 8 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"bsp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bsS" = ( +/obj/structure/table, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -30 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"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, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 7 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"bsY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bsZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/holopad, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"bte" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"btt" = ( +/obj/structure/bed, +/obj/item/bedsheet/prisoner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"btv" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"btx" = ( +/obj/structure/cable{ + 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/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"btz" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 1; + name = "Mix to Space" + }, +/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/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"btB" = ( +/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/medical/genetics/cloning) +"btS" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"btU" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"btV" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + req_access_txt = "19" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bud" = ( +/turf/open/floor/wood, +/area/maintenance/port/fore) +"bup" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/engine, +/area/science/xenobiology) +"buD" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"buJ" = ( +/obj/structure/sign/poster/random, +/turf/closed/wall/r_wall, +/area/storage/tech) +"buK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"buL" = ( +/obj/structure/lattice, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"buN" = ( +/obj/machinery/door/airlock{ + name = "Private Restroom"; + req_access_txt = "20" + }, +/turf/open/floor/mineral/silver, +/area/crew_quarters/heads/captain) +"bva" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bvd" = ( +/obj/structure/table/optable, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/item/storage/backpack/duffelbag/sec/surgery, +/turf/open/floor/plasteel/white, +/area/security/physician) +"bvk" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/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/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/computer/upload/ai{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai_upload) +"bvr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/open/floor/wood, +/area/library) +"bvz" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bvF" = ( +/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/item/twohanded/required/kirbyplants/random, +/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/medical/virology) +"bvS" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"bwc" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bwH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bwN" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bwR" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/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/maintenance/solars/port/aft) +"bwU" = ( +/obj/machinery/camera{ + c_tag = "Dormitory Toilets"; + dir = 5 + }, +/obj/structure/sign/departments/restroom{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bxt" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/requests_console{ + department = "Janitorial"; + departmentType = 1; + name = "Custodial RC"; + pixel_x = 32; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Custodial Closet"; + dir = 6 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bxz" = ( +/obj/structure/disposalpipe/segment{ + 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{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"bxJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bxL" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bxQ" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/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, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"byd" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"byo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"byL" = ( +/obj/structure/closet/ammunitionlocker, +/obj/effect/turf_decal/bot_red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"byQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bzh" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"bzm" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"bzq" = ( +/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) +"bzt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"bzU" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bAf" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/fore) +"bAh" = ( +/obj/structure/bed/dogbed{ + desc = "A comfy-looking drone bed."; + name = "drone bed" + }, +/obj/item/drone_shell, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bAo" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/closet/l3closet, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bAz" = ( +/obj/machinery/rnd/production/protolathe/department/science, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bAF" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"bBd" = ( +/obj/structure/sign/poster/contraband/d_day_promo, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/listeningstation) +"bBn" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bBt" = ( +/turf/open/water/safe, +/area/space/nearstation) +"bCe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Central Hallway North-East"; + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCh" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/mineral/silver, +/area/crew_quarters/heads/captain) +"bCi" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bCj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bCp" = ( +/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 = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bCS" = ( +/obj/machinery/smartfridge/organ, +/turf/closed/wall, +/area/medical/sleeper) +"bCZ" = ( +/obj/effect/turf_decal/box, +/obj/structure/sign/poster/official/help_others{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"bDr" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "CO2 Outlet Pump" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"bDH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail{ + name = "CE's Junction"; + sortType = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bDK" = ( +/obj/item/shard, +/obj/machinery/power/apc{ + areastring = "/area/bridge/meeting_room"; + dir = 1; + name = "Conference Room APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bDL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"bDU" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"bDV" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"bDY" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + 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/plasteel, +/area/engine/engine_smes) +"bEf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/do_not_question{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"bEh" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 32 + }, +/obj/machinery/vending/gifts, +/turf/open/floor/plasteel, +/area/clerk) +"bEM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bFc" = ( +/obj/structure/sign/poster/random, +/turf/closed/wall/r_wall, +/area/hallway/primary/central) +"bFk" = ( +/obj/structure/closet/secure_closet/hop, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bFn" = ( +/obj/structure/table, +/obj/item/nanite_remote{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/nanite_scanner{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/nanite_remote{ + pixel_x = 1; + pixel_y = 7 + }, +/obj/item/nanite_scanner{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"bFJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"bGh" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Security Hallway" + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"bGn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"bGy" = ( +/obj/machinery/papershredder, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bGP" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bGS" = ( +/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 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bHa" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"bHN" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/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/plasteel, +/area/quartermaster/qm) +"bHX" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/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/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"bIa" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bIg" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/pickaxe, +/turf/open/floor/plating, +/area/maintenance/port) +"bIq" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"bIs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Lab"; + req_access_txt = "55" + }, +/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 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bIw" = ( +/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/bridge) +"bIF" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"bIX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/engine/foyer) +"bJk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"bJn" = ( +/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/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bJr" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bJu" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"bJy" = ( +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"bJD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/physician) +"bJG" = ( +/obj/structure/sign/departments/minsky/research/robotics{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bJJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bJK" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"bKS" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"bKT" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bKW" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bLc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bLu" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"bLB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"bLE" = ( +/obj/structure/spirit_board, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bLL" = ( +/obj/machinery/door/airlock/external{ + name = "Russian External Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mine/stun{ + icon = 'icons/obj/assemblies.dmi'; + icon_state = "device" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav/listeningstation) +"bLR" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bMa" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bMl" = ( +/obj/structure/table/optable, +/obj/item/surgical_drapes, +/obj/machinery/door/window/northleft{ + name = "Autopsy Desk"; + req_access_txt = "4" + }, +/turf/open/floor/plasteel/dark, +/area/security/detectives_office) +"bMs" = ( +/obj/machinery/recharge_station, +/obj/effect/landmark/start/cyborg, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bMT" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"bNw" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bNM" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/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/metal/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/storage/belt/utility, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bNO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/flashlight/lantern, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"bNQ" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"bNW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 3; + name = "Chief Engineer RC"; + pixel_x = -32; + pixel_y = -32 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/crew_quarters/heads/chief) +"bOk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"bOv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bOA" = ( +/obj/machinery/light{ + dir = 8 + }, +/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{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Chapel"; + departmentType = 2; + pixel_x = -32 + }, +/turf/open/floor/wood, +/area/chapel/office) +"bOE" = ( +/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/crew_quarters/dorms) +"bOJ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"bOL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/requests_console{ + department = "Chemistry"; + departmentType = 2; + pixel_x = -32; + pixel_y = -32; + receive_ore_updates = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bOM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/space/basic, +/area/solar/starboard/aft) +"bOX" = ( +/turf/closed/mineral/random/high_chance, +/area/space/nearstation) +"bPc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPm" = ( +/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 = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"bPx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"bPL" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bPM" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood, +/area/vacant_room) +"bPX" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"bQk" = ( +/obj/machinery/food_cart, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"bRb" = ( +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"bRo" = ( +/obj/effect/landmark/stationroom/maint/tenxten, +/turf/template_noop, +/area/space/nearstation) +"bRt" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Office"; + req_access_txt = "20" + }, +/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{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"bRG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bRP" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/storage/box/beakers{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/box/beakers{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/storage/box/syringes{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = 1; + pixel_y = 25 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bRV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bSf" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Tanks North" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"bSj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bSy" = ( +/obj/machinery/light, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"bSE" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"bTi" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bTo" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/space/basic, +/area/space/nearstation) +"bTx" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/mixing/chamber) +"bTF" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Medbay Sleepers"; + dir = 6; + name = "medical camera"; + network = list("ss13","medical") + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bTQ" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + pixel_x = 2 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"bUc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bVj" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"bWo" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"bWr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"bWt" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bWH" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bWO" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + 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/engine, +/area/science/misc_lab) +"bXj" = ( +/obj/machinery/door/airlock/maintenance{ + name = "EVA Maintenance"; + req_access_txt = "18" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bXp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bXr" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"bXz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"bXC" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bYc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"bYq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + name = "engineering sorting disposal pipe"; + sortType = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bYr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"bYy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + 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) +"bYJ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/security/processing) +"bYM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"bYN" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/trimline/green/filled/warning, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"bZh" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"bZn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/fitness"; + dir = 4; + name = "Fitness Room APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bZq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/effect/turf_decal/siding/wideplating, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"bZK" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/library) +"bZO" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bZR" = ( +/obj/item/twohanded/required/kirbyplants/dead, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"bZS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"bZW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"cad" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"cah" = ( +/obj/machinery/camera{ + c_tag = "Theatre Stage"; + dir = 2 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"caG" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"caU" = ( +/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/security/prison) +"caV" = ( +/obj/structure/table/wood, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"caW" = ( +/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 = 2 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"cbd" = ( +/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 = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office"; + req_access_txt = "50" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"cbr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"cbK" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Arrivals"; + location = "Lockers" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"cbW" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"cca" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_access_txt = "65" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/aisat_interior) +"ccg" = ( +/obj/effect/decal/cleanable/glass, +/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 = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Disposal Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"cch" = ( +/obj/effect/turf_decal/pool/corner{ + dir = 8 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"ccr" = ( +/obj/machinery/camera{ + c_tag = "Fitness Room"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ccy" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"ccH" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cdc" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/engine, +/area/science/storage) +"cdd" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"cdi" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/atmospherics/miner/toxins, +/turf/open/floor/engine/plasma, +/area/engine/atmos_distro) +"cdm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"cdt" = ( +/obj/effect/turf_decal/pool{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"cdG" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/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 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cdH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"cdP" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/cell_charger, +/obj/structure/sign/poster/official/help_others{ + pixel_x = 32 + }, +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"cdS" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"cev" = ( +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/security/processing) +"ceE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ceQ" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/doorButtons/access_button{ + idDoor = "toxins_airlock_exterior"; + idSelf = "toxins_access_control"; + name = "Toxins airlock control"; + pixel_x = 8; + pixel_y = 25 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "toxins_airlock_interior"; + idSelf = "toxins_access_control"; + layer = 3.1; + name = "Toxins airlock control"; + pixel_x = 8; + pixel_y = -25 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Mix to Space" + }, +/turf/open/floor/engine, +/area/science/mixing/chamber) +"ceS" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/effect/turf_decal/bot_white, +/obj/item/gun/energy/laser/practice, +/obj/machinery/syndicatebomb/training, +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"ceU" = ( +/obj/machinery/button/door{ + id = "robotics"; + name = "Public Shutters Control Button"; + pixel_x = 26; + pixel_y = 38; + req_access_txt = "29" + }, +/obj/machinery/button/door{ + id = "robotics2"; + name = "Science Shutters Control Button"; + pixel_x = 26; + pixel_y = 27; + req_access_txt = "29" + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the robotics foyer."; + id = "RoboticsFoyer"; + name = "Robotics Doors Control"; + normaldoorcontrol = 1; + pixel_x = 39; + pixel_y = 27; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"ceW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfi" = ( +/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) +"cfq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"cfs" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit) +"cfD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 8 + }, +/obj/machinery/space_heater, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"cfF" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"cfJ" = ( +/obj/machinery/camera{ + c_tag = "Engineering South"; + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cfO" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"cfQ" = ( +/obj/effect/mapping_helpers/teleport_anchor, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cfX" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"cgc" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cgw" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"cgK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"cgM" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Locker Room Toilets"; + dir = 6 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/item/lipstick/random{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"cgU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"chn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"chG" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/open/floor/wood, +/area/chapel/office) +"chM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"chU" = ( +/obj/machinery/button/door{ + id = "tele"; + name = "Public Teleporter Access Control"; + pixel_x = 5; + pixel_y = 24; + req_access_txt = "17" + }, +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"chV" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser, +/obj/item/analyzer, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"cid" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Launch Room Access"; + req_access_txt = "7" + }, +/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 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"cie" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/tile/black{ + dir = 1 + }, +/obj/effect/turf_decal/tile/black{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"cii" = ( +/obj/machinery/power/smes/engineering{ + charge = 6e+007 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cij" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"cit" = ( +/obj/machinery/button/door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = 26; + req_access_txt = "31" + }, +/obj/structure/closet/crate/freezer, +/obj/machinery/light_switch{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"civ" = ( +/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{ + icon_state = "1-4" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"ciJ" = ( +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/cmo) +"ciW" = ( +/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{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"ciY" = ( +/obj/machinery/door/window/westright, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/sand, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"cjf" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cjk" = ( +/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 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"cjF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cjO" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"cjW" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cjY" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/storage/primary) +"ckf" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"ckm" = ( +/obj/machinery/light, +/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/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"cks" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cky" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"ckB" = ( +/obj/structure/table, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_y = 32 + }, +/obj/item/folder/blue, +/obj/item/pen, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"ckF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ckP" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder/kitchen{ + pixel_y = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"ckQ" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/starboard/fore) +"ckX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/closet/firecloset, +/obj/machinery/light, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"clb" = ( +/obj/machinery/light, +/turf/open/floor/wood, +/area/medical/psych) +"clh" = ( +/obj/structure/table/wood, +/obj/item/instrument/saxophone{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/item/instrument/guitar{ + pixel_x = 5; + pixel_y = -8 + }, +/obj/item/instrument/piano_synth{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/clerk) +"clp" = ( +/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) +"clw" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"clx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/closet/l3closet, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cly" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"clB" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"cma" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"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 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmL" = ( +/mob/living/simple_animal/crab/clown, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"cmP" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/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) +"cmU" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"cnh" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"cnB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cnU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/prison) +"coc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/vacant_room) +"coo" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/engine/engineering) +"coD" = ( +/obj/item/reagent_containers/food/snacks/meat/slab/gondola, +/turf/open/floor/grass/snow/safe, +/area/ruin/space/has_grav/listeningstation) +"coL" = ( +/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{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/wood, +/area/chapel/office) +"cpm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"cps" = ( +/obj/machinery/computer/message_monitor, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"cpL" = ( +/obj/effect/turf_decal/pool{ + dir = 1 + }, +/obj/structure/chair/stool/bamboo{ + pixel_y = 6 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"cqa" = ( +/obj/structure/cable{ + icon_state = "4-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/starboard/fore) +"cqc" = ( +/obj/item/reagent_containers/glass/bottle, +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"cqg" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/firealarm{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/electronics/firelock, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqi" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/theatre"; + dir = 8; + name = "Theatre APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-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 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cqk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"cqM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"cqN" = ( +/obj/structure/table/wood, +/obj/item/folder/documents, +/obj/item/pen/fountain, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"cqX" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"crb" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"crm" = ( +/obj/effect/landmark/start/quartermaster, +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"crp" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"crW" = ( +/obj/machinery/vending/gifts, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cse" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"csn" = ( +/obj/structure/chair{ + 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/exit) +"csp" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/crew_quarters/heads/chief"; + dir = 1; + name = "CE Office APC"; + pixel_y = 23 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white/side, +/area/crew_quarters/heads/chief) +"csy" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"csR" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cta" = ( +/obj/structure/girder, +/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/starboard/fore) +"ctm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"ctn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door{ + id = "permabolt3"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/structure/sign/poster/official/obey{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"cto" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"ctX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cua" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuk" = ( +/obj/structure/closet/wardrobe/genetics_white, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"cum" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"cuv" = ( +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_main"; + name = "Main containment blast door" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"cuH" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"cuW" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plasteel, +/area/clerk) +"cva" = ( +/turf/open/floor/plasteel, +/area/storage/primary) +"cvf" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cvt" = ( +/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/segment{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"cvI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cvJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cvP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/computer/med_data, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"cwd" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"cwe" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cwu" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"cwz" = ( +/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/white, +/area/science/nanite) +"cwO" = ( +/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/security/main) +"cxd" = ( +/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 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"cxh" = ( +/obj/effect/turf_decal/pool/corner, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"cxp" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"cxq" = ( +/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/crew_quarters/dorms) +"cxL" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/requests_console{ + department = "Primary Tool Storage"; + name = "Primary Tool Storage RC"; + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cxX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"cyj" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyt" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"cyu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/pool/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"cyS" = ( +/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/trimline/red/filled/line, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"cyV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"czh" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"czo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"czu" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/port) +"czy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"czE" = ( +/obj/machinery/camera{ + c_tag = "Security Hallway South"; + dir = 4; + name = "hallway camera" + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"czR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"czY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/library) +"cAa" = ( +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/bridge) +"cAc" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -37 + }, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"cAd" = ( +/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 = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"cAh" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/radio/off{ + pixel_y = 4 + }, +/obj/machinery/camera/motion{ + c_tag = "Telecomms Maintenance"; + dir = 1; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cAq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"cAw" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"cAz" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cAE" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/server"; + dir = 4; + name = "Server Room APC"; + pixel_x = 24 + }, +/obj/machinery/power/apc/highcap{ + areastring = "/area/ai_monitored/secondarydatacore"; + dir = 4; + name = "AI Secondary Datacore"; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/science/explab) +"cAW" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"cBr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"cBy" = ( +/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) +"cBB" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/lawoffice) +"cBJ" = ( +/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/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cCg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cCV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"cDp" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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) +"cDw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"cDO" = ( +/obj/effect/turf_decal/pool{ + dir = 4 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"cDQ" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/effect/spawner/structure/window, +/turf/open/floor/grass, +/area/hallway/primary/port) +"cDT" = ( +/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/machinery/button/crematorium{ + id = "crematoriumChapel"; + pixel_y = -25 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"cDZ" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/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) +"cEb" = ( +/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 = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"cEd" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cEB" = ( +/obj/machinery/computer/slot_machine, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"cEH" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"cEO" = ( +/obj/structure/closet/secure_closet/RD, +/obj/item/circuitboard/computer/ai_upload_download, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"cEQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/engine/atmos_distro) +"cFh" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"cFj" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/stamp/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"cFv" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Genetics Maintenance"; + req_access_txt = "5;9;68" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/genetics/cloning) +"cFH" = ( +/obj/structure/flora/ausbushes/ppflowers, +/mob/living/simple_animal/butterfly, +/mob/living/simple_animal/hostile/lizard{ + name = "Utot"; + real_name = "Wags-His-Tail" + }, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"cFQ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/quartermaster/storage) +"cGf" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"cGi" = ( +/obj/machinery/vending/cola/random, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"cGo" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/security/main) +"cGp" = ( +/obj/structure/sign/poster/ripped{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cGC" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/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 = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cGR" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"cGT" = ( +/obj/machinery/vending/games, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"cHa" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/medical/psych) +"cHc" = ( +/obj/structure/rack, +/obj/item/analyzer, +/obj/item/t_scanner, +/obj/item/stack/packageWrap, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel, +/area/storage/primary) +"cHo" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cHT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/variation/box/sec/brig_cell/perma, +/obj/machinery/flasher{ + id = "PCell 2"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"cHW" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"cHX" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"cIa" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"cIc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/medical/virology) +"cIi" = ( +/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/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cIj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"cID" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall, +/area/engine/foyer) +"cIE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cIO" = ( +/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/wood, +/area/maintenance/starboard/fore) +"cJv" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cJy" = ( +/obj/item/toy/beach_ball{ + pixel_y = 11 + }, +/obj/structure/table/wood, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"cJG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cKy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"cKz" = ( +/obj/item/clothing/suit/space/nasavoid/old, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"cKA" = ( +/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 = 8 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cLe" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4; + name = "Judge" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"cLw" = ( +/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) +"cLY" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"cMe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"cMg" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"cMn" = ( +/obj/effect/turf_decal/sand, +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"cMt" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"cME" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"cMI" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cMJ" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"cMP" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical/virology, +/obj/machinery/camera{ + c_tag = "Virology Break Room"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cNb" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance"; + req_access_txt = "12;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/plating, +/area/maintenance/starboard/aft) +"cNk" = ( +/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/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cNs" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access_txt = "20" + }, +/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/heads/captain) +"cNz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cNJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"cNN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"cNO" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/camera{ + c_tag = "Central Hallway West 3"; + dir = 5 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"cOs" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cOF" = ( +/obj/machinery/button/flasher{ + id = "executionflash"; + pixel_x = -25; + pixel_y = 5 + }, +/obj/machinery/button/door{ + id = "executionfireblast"; + name = "Transfer Area Lockdown"; + pixel_x = -25; + pixel_y = -6; + req_access_txt = "2" + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"cOH" = ( +/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 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Atmospherics" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cOK" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cOQ" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"cPN" = ( +/obj/machinery/camera{ + c_tag = "Bar South"; + dir = 10 + }, +/turf/open/water/safe{ + dir = 8; + icon = 'icons/misc/beach.dmi'; + icon_state = "sandwater_b" + }, +/area/crew_quarters/bar) +"cQf" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"cQp" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_red, +/obj/item/storage/box/trackimp{ + pixel_x = -3 + }, +/obj/item/storage/box/chemimp{ + pixel_x = 6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"cQr" = ( +/obj/machinery/quantumpad{ + map_pad_id = "aitobridge"; + map_pad_link_id = "bridgetoai" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cQs" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/door/window/southright{ + name = "Bar Door"; + req_one_access_txt = "25;28" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"cQD" = ( +/obj/effect/turf_decal/pool, +/obj/effect/turf_decal/pool{ + dir = 4 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"cQR" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cRb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/mixing) +"cRg" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 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 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/janitor) +"cRN" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/viscerator{ + desc = "A small, twin-bladed machine capable of inflicting very deadly lacerations. This one appears to be painted in the colors of the russian flag."; + faction = list("russian"); + name = "Russ-erator" + }, +/obj/item/clothing/suit/space/hardsuit/powerarmor_advanced, +/obj/item/clothing/gloves/yogs/army, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"cRU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/turf/open/floor/plating, +/area/science/misc_lab) +"cSt" = ( +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"cSy" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"cSA" = ( +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"cSE" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"cSV" = ( +/obj/machinery/paystand/register, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"cTi" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8; + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"cTo" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp{ + pixel_x = -1; + pixel_y = 11 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 8; + pixel_y = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"cTp" = ( +/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, +/area/storage/tech) +"cTw" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = -22; + pixel_y = -8 + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = -22; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"cTY" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/decal/cleanable/glitter/blue, +/turf/open/floor/carpet/royalblack, +/area/maintenance/port) +"cUf" = ( +/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) +"cUn" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"cUE" = ( +/obj/machinery/teleport/station, +/turf/open/floor/plating, +/area/teleporter) +"cUF" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white/side, +/area/science/xenobiology) +"cUI" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + shuttledocked = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"cUV" = ( +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/cockroach{ + desc = "Virtually unkillable."; + name = "Becquerel"; + sentience_type = 5; + status_flags = 16 + }, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"cUY" = ( +/obj/structure/closet/lasertag, +/turf/open/floor/plating, +/area/maintenance/port) +"cVp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cVr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cVH" = ( +/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 = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"cVQ" = ( +/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/locked, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/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/white, +/area/science/mixing/chamber) +"cWi" = ( +/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{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"cWk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Fore"; + dir = 4; + network = list("aicore") + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -32; + pixel_y = 0 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cWE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"cWI" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"cWU" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"cXe" = ( +/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/grimy, +/area/security/detectives_office) +"cXh" = ( +/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/white, +/area/medical/medbay/aft) +"cXC" = ( +/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/primary/aft) +"cXE" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Locker Room South"; + dir = 10 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"cYf" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + name = "Chief Engineer"; + req_access_txt = "56" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cYl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/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 = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"cYG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/closed/wall, +/area/medical/sleeper) +"cYL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"cYN" = ( +/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/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cYU" = ( +/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/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"cZb" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/explab) +"cZB" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cZF" = ( +/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 = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"cZJ" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/engine, +/area/science/xenobiology) +"cZS" = ( +/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/heads/captain) +"das" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"day" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"daI" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"daT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"dbf" = ( +/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 = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"dbx" = ( +/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, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"dbM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"dbP" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"dbQ" = ( +/obj/effect/mapping_helpers/teleport_anchor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dbS" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/red, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"dbU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/starboard/fore) +"dbZ" = ( +/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 = "4-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"dcn" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/wood, +/area/vacant_room) +"dcK" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Armoury"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/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/dark, +/area/ai_monitored/security/armory) +"dcQ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/space/basic, +/area/space) +"dcX" = ( +/obj/effect/landmark/start/research_director, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"ddn" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/donkpockets, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ddB" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_y = 14 + }, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = 1; + pixel_y = 12 + }, +/obj/item/restraints/handcuffs{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = -9; + pixel_y = 2 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"ddG" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/machinery/button/massdriver{ + id = "toxinsdriver"; + pixel_y = 24 + }, +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"den" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"dep" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port"; + dir = 1; + name = "Port Maintenance APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"deB" = ( +/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/secondary/entry) +"deR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"dfm" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"dfp" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dft" = ( +/obj/structure/displaycase/labcage, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"dfv" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"dfz" = ( +/obj/machinery/door/airlock/vault{ + req_access_txt = "53" + }, +/obj/effect/mapping_helpers/airlock/locked, +/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 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"dgz" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"dgA" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/smartfridge/drinks, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"dgC" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"dgH" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel, +/area/storage/tech) +"dhf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"dhM" = ( +/obj/item/bikehorn/rubberducky, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/fitness) +"dhS" = ( +/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 + }, +/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/telecomms, +/area/tcommsat/server) +"dhU" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/janitorialcart, +/obj/item/mop, +/turf/open/floor/plasteel/dark, +/area/janitor) +"dhY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"die" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dix" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"diA" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/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/machinery/camera{ + c_tag = "Prison Cell 3"; + network = list("ss13","prison") + }, +/turf/open/floor/plasteel, +/area/security/prison) +"diH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/obey{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"djo" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/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/white, +/area/medical/medbay/lobby) +"djO" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"djY" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"dkf" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"dkh" = ( +/obj/structure/table/wood, +/obj/item/hand_labeler{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/hand_labeler_refill{ + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"dki" = ( +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"dkB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"dkJ" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "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, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"dkV" = ( +/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" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"dlb" = ( +/obj/structure/sink/kitchen{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + dir = 8; + name = "old sink"; + pixel_x = 11; + pixel_y = 1 + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"dle" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/carrot, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Prison Common Room East"; + network = list("ss13","prison") + }, +/obj/structure/sign/poster/contraband/fun_police{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"dlh" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/button/door{ + id = "barshutters"; + name = "Bar Shutters Control"; + pixel_y = 24; + req_access_txt = "25" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"dlj" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"dlp" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/potato, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"dlw" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/clerk) +"dlI" = ( +/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 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"dmh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"dmm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"dmx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"dnb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"dnH" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"dnZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/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/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"dof" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"dom" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"dot" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/vending/boozeomat, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"doI" = ( +/mob/living/simple_animal/hostile/asteroid/goliath, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"doO" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/effect/landmark/start/yogs/clerk, +/turf/open/floor/plasteel, +/area/clerk) +"doR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/engine, +/area/science/storage) +"dpd" = ( +/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/red/filled/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"dpR" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped{ + dir = 8; + filter_type = "o2"; + name = "O2 Filter" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"dqq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dqF" = ( +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"dqV" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/biogenerator, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"drq" = ( +/obj/structure/dresser, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"drH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"drO" = ( +/obj/structure/sign/poster/contraband/free_drone{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"drR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"dsb" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/wood, +/area/medical/psych) +"dse" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/kitchen) +"dsf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"dsM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/white, +/area/security/execution/transfer) +"dsS" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer2{ + name = "AI Satellite Supply" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"dtd" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"dtk" = ( +/turf/open/floor/plating, +/area/maintenance/starboard) +"dts" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_access_txt = "31" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"dtz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Corridor North" + }, +/obj/structure/rack, +/obj/item/poster/neverforget, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dtM" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/science/xenobiology) +"duv" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"duI" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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) +"duN" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"duS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"dvb" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_y = 15 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"dvi" = ( +/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/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 11 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"dvm" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"dvE" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/assembly/timer, +/turf/open/floor/plasteel, +/area/security/main) +"dvR" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/engine/air, +/area/engine/atmos_distro) +"dvT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"dvX" = ( +/obj/structure/tank_dispenser, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dwf" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"dwg" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"dwT" = ( +/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/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "61" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/tcoms) +"dwW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/janitor) +"dwZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"dxd" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + id = "armory"; + name = "Armoury Shutter" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"dxj" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/atmospherics/miner/n2o, +/turf/open/floor/engine/n2o, +/area/engine/atmos_distro) +"dxo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"dxv" = ( +/obj/structure/table/wood, +/obj/item/clothing/ears/headphones{ + pixel_y = 4 + }, +/obj/item/clothing/ears/headphones{ + pixel_x = 4; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/maintenance/port) +"dxM" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/command{ + name = "Captain's Office"; + req_access_txt = "20" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"dxV" = ( +/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/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"dyb" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"dyt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"dyv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dyD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/spacetwinkie, +/obj/item/reagent_containers/food/snacks/spacetwinkie{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/snacks/spacetwinkie{ + pixel_x = -1; + pixel_y = 13 + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"dyV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"dza" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/maintenance/port/fore) +"dzg" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"dzz" = ( +/obj/structure/filingcabinet/chestdrawer, +/mob/living/simple_animal/parrot/Poly, +/obj/item/toy/figure/ce, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/crew_quarters/heads/chief) +"dzG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"dzM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dzP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"dzR" = ( +/obj/structure/flora/junglebush/b, +/obj/item/reagent_containers/food/snacks/egg, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"dAa" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"dAc" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23"; + security_level = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/storage/tech) +"dAi" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table, +/obj/item/storage/box/fancy/donut_box, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"dAy" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Medical"; + location = "Engineering"; + name = "engineering navigation beacon" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"dAN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dAU" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"dBf" = ( +/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/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/central) +"dBG" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"dBS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"dCb" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dCg" = ( +/obj/structure/rack, +/obj/item/electronics/apc, +/obj/item/stock_parts/cell{ + maxcharge = 2000 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"dCh" = ( +/obj/machinery/power/solar_control{ + dir = 4; + id = "portsolar"; + name = "Port Quarter Solar Control" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"dCs" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"dCx" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/chapel/office) +"dCX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"dDo" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/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) +"dDC" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"dDL" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/breath, +/obj/structure/rack, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dDU" = ( +/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/patients_rooms/room_b) +"dEj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"dET" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock South"; + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/processing) +"dEU" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/announcement_system, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"dEV" = ( +/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/fore) +"dFj" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"dFk" = ( +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"dFo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space) +"dFu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 3"; + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"dFy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance{ + name = "EVA Maintenance"; + req_access_txt = "18" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"dFN" = ( +/obj/machinery/computer/robotics, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"dFP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"dFW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/washing_machine, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"dGD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/station_engineer, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"dGM" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"dHk" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"dHs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/wood, +/area/vacant_room) +"dHB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock{ + name = "Unisex Restroom" + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"dHE" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 4; + pixel_x = -2; + pixel_y = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -40 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"dIk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"dIv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "Dorm4"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"dIS" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = 32; + receive_ore_updates = 1 + }, +/obj/structure/closet/bombcloset, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"dJo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"dJx" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dJH" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/rack, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"dJL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"dJP" = ( +/obj/effect/landmark/stationroom/maint/threexthree, +/turf/template_noop, +/area/space/nearstation) +"dKb" = ( +/obj/machinery/door/airlock/command/glass{ + id_tag = "secondary_aicore_exterior"; + name = "Physical Core Access"; + req_access_txt = "30" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ + dirx = -2; + diry = -1 + }, +/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/circuit/telecomms/server, +/area/ai_monitored/secondarydatacore) +"dKg" = ( +/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{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"dKF" = ( +/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/hallway/primary/central) +"dLg" = ( +/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) +"dLn" = ( +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/item/folder/yellow, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dLr" = ( +/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) +"dLt" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"dLV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"dLX" = ( +/obj/effect/landmark/start/geneticist, +/obj/structure/chair/office{ + dir = 4 + }, +/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/plasteel/white, +/area/medical/genetics) +"dMb" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"dMf" = ( +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"dMP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dNk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"dNC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"dNW" = ( +/obj/item/trash/topkakes, +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"dNZ" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/medical/psych) +"dOe" = ( +/obj/effect/landmark/start/janitor, +/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{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/janitor) +"dOn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/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 = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"dOA" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"dOH" = ( +/obj/machinery/door/airlock/command{ + name = "Conference Room"; + req_access_txt = "19" + }, +/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, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"dOL" = ( +/obj/structure/window/reinforced, +/turf/open/space/basic, +/area/space) +"dON" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mine/stun{ + icon = 'icons/obj/assemblies.dmi'; + icon_state = "device" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"dPb" = ( +/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 = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"dPe" = ( +/obj/machinery/space_heater, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"dPl" = ( +/obj/structure/chair/stool, +/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/security/prison) +"dPn" = ( +/obj/item/flashlight/flare/signal, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dPt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/southleft{ + dir = 4; + name = "Engineering Delivery"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dPy" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/storage/tech) +"dPz" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/port/aft) +"dPA" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"dQp" = ( +/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 = 1 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"dQq" = ( +/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 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"dQz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"dQI" = ( +/obj/structure/closet/wardrobe/white, +/obj/item/tank/internals/plasmaman/belt/full, +/obj/item/clothing/mask/breath, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"dQQ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"dQR" = ( +/obj/machinery/door/window/eastright, +/obj/effect/turf_decal/stripes, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"dQW" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/soda_cans/monkey_energy{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/monkey_energy{ + pixel_x = -8; + pixel_y = 14 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/monkey_energy{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/maintenance/port) +"dRb" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"dRg" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/circuit/off, +/area/ai_monitored/turret_protected/aisat_interior) +"dRk" = ( +/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/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"dRp" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"dRM" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/port) +"dRN" = ( +/obj/machinery/camera{ + c_tag = "Security Office"; + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/sign/poster/official/space_cops{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/security/main) +"dRT" = ( +/obj/machinery/computer/arcade, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"dRU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/twohanded/required/kirbyplants{ + desc = "About as helpful as an actual cargo tech."; + icon_state = "plant-27"; + name = "Planty the Cargo Technician " + }, +/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/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"dRV" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"dRX" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/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 + }, +/turf/open/floor/wood, +/area/medical/psych) +"dSn" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"dSr" = ( +/turf/open/floor/engine/air, +/area/engine/atmos_distro) +"dSE" = ( +/obj/structure/statue/snow/snowman, +/turf/open/floor/grass/snow/safe, +/area/ruin/space/has_grav/listeningstation) +"dSG" = ( +/obj/item/reagent_containers/food/snacks/fish/tuna, +/obj/item/twohanded/fishingrod, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"dSQ" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/russian, +/turf/open/floor/plating, +/area/ruin/space/has_grav/listeningstation) +"dSW" = ( +/obj/effect/turf_decal/bot_red, +/obj/machinery/rnd/production/techfab/department/armory, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"dTe" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard Fore"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) +"dTh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"dTp" = ( +/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) +"dTv" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/analyzer, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"dTE" = ( +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/bridge) +"dTL" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"dTM" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"dUe" = ( +/obj/item/toy/plush/nukeplushie, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"dUg" = ( +/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/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"dUj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"dUw" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"dUy" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"dUD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/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/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dUL" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"dVp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/security/courtroom) +"dVE" = ( +/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{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"dWi" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/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/machinery/camera{ + c_tag = "Prison Cell 2"; + network = list("ss13","prison") + }, +/turf/open/floor/plasteel, +/area/security/prison) +"dWA" = ( +/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 + }, +/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/ai_monitored/nuke_storage) +"dWT" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"dWX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"dXl" = ( +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay Break Room"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"dXm" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"dXL" = ( +/obj/item/cigbutt, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"dYi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Research Division"; + location = "EVA" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"dYI" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"dZB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/dresser, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"dZD" = ( +/obj/item/reagent_containers/food/drinks/beer, +/obj/item/reagent_containers/food/drinks/beer, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"dZL" = ( +/obj/structure/cable{ + 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/hallway/primary/starboard) +"dZW" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/item/hand_labeler{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/stack/wrapping_paper{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/stack/packageWrap{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/clerk) +"eaw" = ( +/turf/open/floor/engine/n2, +/area/engine/atmos_distro) +"eaB" = ( +/obj/machinery/lapvend, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"eaJ" = ( +/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 = 6 + }, +/turf/open/floor/wood, +/area/medical/psych) +"eaK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 6; + name = "Connector Port (Air Supply)" + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"eaS" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eaY" = ( +/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/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"ebe" = ( +/obj/machinery/rack_creator, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"ebh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ebp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"eby" = ( +/obj/effect/landmark/blobstart, +/obj/item/clothing/head/helmet/space/nasavoid/old, +/obj/item/pickaxe, +/obj/structure/rack, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ebE" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"ebK" = ( +/obj/machinery/requests_console{ + department = "Locker Room"; + pixel_x = -32 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"ebL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ebR" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ecp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ecr" = ( +/obj/structure/table/wood, +/obj/item/multitool, +/obj/item/radio/off{ + pixel_y = 4 + }, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"ecD" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"ecG" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage"; + req_access_txt = "25" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"ecU" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"edd" = ( +/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/bar) +"edh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"edA" = ( +/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 = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"edD" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/closed/wall/r_wall, +/area/security/prison) +"edW" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"eec" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eem" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"eeD" = ( +/obj/effect/turf_decal/pool{ + dir = 1 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"eeR" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/manipulator/nano, +/turf/open/floor/plasteel, +/area/storage/tech) +"eff" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"efg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_main"; + name = "Main containment blast door" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_r"; + name = "Right side containment blast door" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"efi" = ( +/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/carpet, +/area/library) +"efs" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"efC" = ( +/obj/machinery/disposal/bin, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"efD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"efO" = ( +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, +/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, +/area/ai_monitored/storage/eva) +"efW" = ( +/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/plasteel, +/area/hallway/primary/starboard) +"ego" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"egv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/brig) +"egx" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"egF" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"ehh" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/kitchen"; + name = "Kitchen APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/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/port/fore) +"ehJ" = ( +/obj/item/cigbutt/roach, +/turf/open/floor/wood, +/area/maintenance/port/fore) +"ehV" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/crowbar, +/obj/item/wrench, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"eid" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "barshutters"; + name = "bar shutters" + }, +/obj/structure/table/wood, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"eii" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/clerk) +"eil" = ( +/obj/structure/dresser, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"eiq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"eir" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"eiv" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"eiB" = ( +/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/carpet/blue, +/area/crew_quarters/heads/hop) +"eiC" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"eiL" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/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/white, +/area/medical/virology) +"eiP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"ejb" = ( +/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" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ejn" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ejt" = ( +/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/engine/engineering) +"ejv" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ejI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/three, +/turf/open/floor/plating, +/area/maintenance/port) +"ejM" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/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/hallway/secondary/exit) +"ejZ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ekl" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"eky" = ( +/obj/structure/chair, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Escape Arm Holding Area"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ekB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"ekD" = ( +/obj/machinery/computer/holodeck{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ekL" = ( +/obj/machinery/requests_console{ + department = "Mining"; + departmentType = 0; + name = "Mining RC"; + pixel_x = 32; + pixel_y = 29 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"elc" = ( +/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/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ell" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"elG" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"emc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"emk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/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, +/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/plasteel, +/area/quartermaster/office) +"enc" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"eno" = ( +/obj/machinery/camera{ + c_tag = "Brig Entrance"; + dir = 5 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/sign/poster/official/report_crimes{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ent" = ( +/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/starboard/fore) +"enI" = ( +/obj/structure/disposaloutlet{ + desc = "An outlet for the pneumatic disposal system. One-way so you can't throw your virus down the tubes."; + name = "Mail Outlet" + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"enM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"eod" = ( +/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/starboard/fore) +"eoe" = ( +/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) +"eop" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/nuke_storage"; + dir = 8; + name = "Vault APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"eoq" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/sign/departments/minsky/engineering/atmospherics{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"eoO" = ( +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/disposal) +"eoV" = ( +/obj/machinery/jukebox, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"epc" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "giftshop" + }, +/turf/open/floor/plasteel, +/area/clerk) +"epr" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + departmentType = 2; + pixel_y = -33 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"epy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"epK" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"eqr" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/medicine{ + pixel_x = 3; + pixel_y = -1 + }, +/obj/item/book/manual/wiki/surgery{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/cmo) +"equ" = ( +/obj/machinery/light, +/obj/machinery/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Brig Central"; + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/brig) +"eqy" = ( +/obj/structure/chair/comfy{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"eqO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"eqP" = ( +/obj/structure/table/glass, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"eqQ" = ( +/turf/open/floor/plating/beach/coastline_t{ + dir = 8 + }, +/area/crew_quarters/bar) +"eqY" = ( +/obj/structure/closet/wardrobe/miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"erk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"ert" = ( +/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) +"erv" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"erD" = ( +/obj/structure/frame/machine{ + anchored = 1; + state = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"erI" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/russian, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"erJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"erM" = ( +/obj/structure/lattice, +/turf/closed/mineral/random/low_chance_air, +/area/space/nearstation) +"erV" = ( +/obj/machinery/porta_turret/syndicate/energy/raven{ + armor = list("melee" = 90, "bullet" = 70, "laser" = 70, "energy" = 50, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 90); + desc = "A Raven-Class laser turret repurposed by the Russians for the defense of their numerous Bunkers. This turret appears to have anti-explosive plating."; + faction = list("russian"); + name = "Russian Defense Turret MK-II" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/circuit/off, +/area/ruin/space/has_grav/listeningstation) +"esc" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Teleporter Room"; + dir = 4; + network = list("ss13","minisat") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"esi" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Detective's Office"; + req_access_txt = "4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"est" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/apc{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/electronics/apc{ + pixel_x = -6; + pixel_y = 9 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"esZ" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port) +"etd" = ( +/obj/effect/turf_decal/sand, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"etg" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"etn" = ( +/obj/machinery/requests_console{ + department = "Crew Quarters"; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"etu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/solar/port/aft) +"etS" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"etZ" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Dormitory West" + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"euj" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/blue/filled/end{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/hop) +"euG" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"euH" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"euI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"euL" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"euV" = ( +/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/patients_rooms/room_b) +"evo" = ( +/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 = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"evt" = ( +/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 = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"evw" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"evy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"evA" = ( +/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) +"evL" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"evS" = ( +/obj/machinery/light, +/obj/structure/tank_dispenser/oxygen{ + layer = 2.9; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"ewc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"ewm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ews" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"exb" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"exe" = ( +/mob/living/simple_animal/hostile/russian, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"ext" = ( +/obj/machinery/conveyor/inverted{ + dir = 6; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"exC" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "Dorm3"; + name = "Dorm 3" + }, +/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) +"exT" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"exX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"eyn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"eyp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"eyq" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"eyT" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/sign/map/left{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"eyX" = ( +/obj/structure/sign/poster/contraband/communist_state, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/listeningstation) +"ezt" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L14" + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ezv" = ( +/obj/machinery/door/airlock/maintenance/external{ + welded = 1 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/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/port/fore) +"ezP" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/food/pie_smudge, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"ezU" = ( +/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/secondary/entry) +"eAk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"eAm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"eAw" = ( +/obj/machinery/door/airlock/engineering{ + name = "Port Quarter Solar Access"; + req_access_txt = "10" + }, +/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 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"eBg" = ( +/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/hallway/primary/central) +"eBr" = ( +/obj/machinery/bounty_board{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"eBw" = ( +/mob/living/simple_animal/cockroach{ + desc = "Virtually unkillable."; + name = "Becquerel"; + sentience_type = 5; + status_flags = 16 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"eBD" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"eBL" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"eBU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"eCc" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/security/processing) +"eCd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"eCj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2"; + tag = "" + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"eCu" = ( +/obj/item/stack/ore/iron, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"eCF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"eCI" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain RC"; + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"eDj" = ( +/obj/machinery/camera{ + c_tag = "Fore Port Solar Access" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"eDr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"eDE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"eDH" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"eEj" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/teleporter) +"eEl" = ( +/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 = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"eEz" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/crew_quarters/heads/chief) +"eEH" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"eFa" = ( +/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, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"eFb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 1 + }, +/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/xenobiology) +"eFi" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/engine/engineering) +"eFj" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"eFu" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/security/execution/transfer) +"eFx" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"eFy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/space/basic, +/area/solar/port/aft) +"eFQ" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"eGg" = ( +/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/crew_quarters/dorms) +"eGp" = ( +/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) +"eGv" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/medical_cloning{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/medical_genetics{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/cmo) +"eGx" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"eHc" = ( +/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/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"eHe" = ( +/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 + }, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plasteel/white, +/area/science/research) +"eHk" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/filingcabinet, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"eHm" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"eHs" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"eHx" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"eHO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"eHP" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"eIC" = ( +/mob/living/simple_animal/cow/betsy, +/turf/open/floor/grass, +/area/maintenance/starboard/aft) +"eIE" = ( +/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/airlock/engineering{ + name = "Electrical Maintenance"; + req_access_txt = "11" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"eIG" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/prison) +"eJv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"eJz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"eJV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 30 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"eKn" = ( +/obj/structure/table/wood, +/obj/item/instrument/saxophone{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"eKr" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"eKy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/vacant_room) +"eKI" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/item/clothing/neck/stethoscope, +/obj/item/hand_labeler_refill, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"eKM" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"eKP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/suit_storage_unit/hos, +/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 = 2 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"eLd" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"eLe" = ( +/obj/structure/table/reinforced, +/obj/item/aicard, +/obj/item/assembly/flash/handheld, +/obj/machinery/camera{ + c_tag = "AI Upload Access"; + dir = 1; + network = list("ss13","RD") + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"eLh" = ( +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"eLm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Backup SMES Access"; + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"eLv" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/glass_large{ + doorOpen = 'sound/machines/defib_success.ogg'; + name = "Locker Room" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"eLD" = ( +/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/sleeper) +"eLI" = ( +/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/trimline/purple/filled/warning{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"eLO" = ( +/obj/machinery/camera/motion{ + c_tag = "Armory Motion Sensor" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"eLQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + 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 = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"eLZ" = ( +/obj/machinery/door/airlock{ + name = "Gift Shop"; + req_access_txt = "36" + }, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/clerk) +"eMm" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/stack/spacecash/c100, +/obj/item/toy/figure/bartender, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"eMs" = ( +/obj/machinery/papershredder, +/obj/machinery/camera{ + c_tag = "Conference Room North"; + dir = 6 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"eMv" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"eMx" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "N2 to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eMz" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/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) +"eMC" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"eMP" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"eMS" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Unfiltered to Mix"; + on = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eNd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"eNk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eNu" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"eNI" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit) +"eNL" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"eNT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"eOp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"eOE" = ( +/obj/structure/table/wood, +/obj/item/toy/sword{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/open/floor/carpet/red, +/area/maintenance/starboard/fore) +"eOS" = ( +/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 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/airlock/mining{ + req_access_txt = "48" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"ePk" = ( +/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, +/area/hallway/primary/central) +"ePs" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"ePK" = ( +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"ePM" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"ePU" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"eQa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eQb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eQo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"eQt" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/circuit/telecomms/server, +/area/ai_monitored/secondarydatacore) +"eQv" = ( +/turf/open/floor/wood, +/area/security/courtroom) +"eQD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"eQH" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Monitoring"; + dir = 10; + name = "telecomms camera"; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"eQJ" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"eQY" = ( +/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/hop) +"eRb" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"eRp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"eRK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/medical/chemistry/chemical1{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"eRU" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"eRY" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"eSb" = ( +/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 = 6 + }, +/turf/open/floor/plasteel, +/area/tcommsat/server) +"eSm" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/clerk) +"eSF" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Plasma Outlet Pump" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eSV" = ( +/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) +"eTa" = ( +/obj/structure/altar_of_gods, +/obj/item/storage/book/bible{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"eTm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"eTo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4; + external_pressure_bound = 140; + name = "server vent"; + pressure_checks = 0 + }, +/obj/machinery/rnd/server, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"eTC" = ( +/obj/machinery/camera{ + c_tag = "Research Division Access South"; + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"eTK" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/dorms) +"eTQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/turf/open/floor/plating, +/area/security/brig) +"eUh" = ( +/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/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/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"eUk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"eUA" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"eUP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"eUU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + layer = 2.5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eVh" = ( +/obj/item/restraints/handcuffs, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav/listeningstation) +"eVF" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"eVW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"eWa" = ( +/obj/structure/disposalpipe/segment{ + 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/white, +/area/medical/storage) +"eWq" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eWt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"eWv" = ( +/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/primary/aft) +"eWG" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"eWI" = ( +/obj/effect/turf_decal/sand, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"eWS" = ( +/obj/machinery/door/airlock/research{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/structure/cable{ + icon_state = "4-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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"eXi" = ( +/obj/structure/weightmachine/stacklifter, +/obj/effect/decal/cleanable/glitter/blue, +/mob/living/simple_animal/mouse/brown{ + desc = "The immense sight of its jacked figure makes you feel the NEED to bench. Looks like it'll even spot for you! "; + name = "Gym Rat" + }, +/turf/open/floor/carpet/royalblack, +/area/maintenance/port) +"eXk" = ( +/turf/closed/wall/r_wall, +/area/maintenance/central) +"eXo" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"eXy" = ( +/obj/structure/sign/departments/minsky/command/space{ + pixel_y = 32 + }, +/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/maintenance/starboard/fore) +"eXz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/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="; + location = "Research Division" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"eXN" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/library) +"eXO" = ( +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eXZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eYe" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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) +"eYm" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"eYO" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"eYY" = ( +/mob/living/simple_animal/hostile/viscerator{ + desc = "A small, twin-bladed machine capable of inflicting very deadly lacerations. This one appears to be painted in the colors of the russian flag."; + faction = list("russian"); + name = "Russ-erator" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"eZb" = ( +/turf/open/water/safe{ + icon = 'icons/misc/beach.dmi'; + icon_state = "water" + }, +/area/crew_quarters/bar) +"eZf" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"eZn" = ( +/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/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"eZx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"eZK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + layer = 2.5; + name = "Mix to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"eZU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"faj" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"faH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"faU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/morgue"; + dir = 1; + name = "Morgue APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"fbq" = ( +/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) +"fbB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"fbQ" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"fbW" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"fbZ" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/effect/landmark/blobstart, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"fci" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/computer/atmos_control/tank/air_tank{ + sensors = list("air_sensor" = "Tank") + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"fcv" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/gravity_generator"; + name = "Gravity Generator APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"fcA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"fcF" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -7; + pixel_y = 30 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 7; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fcG" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"fcQ" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"fcU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Backup SMES Access"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"fcV" = ( +/obj/machinery/recharger/wallrecharger{ + pixel_x = -25; + pixel_y = -9 + }, +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 4; + network = list("ss13","chpt") + }, +/obj/machinery/light_switch{ + pixel_x = -25; + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"fdb" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"fdg" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"fdi" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"fdj" = ( +/obj/machinery/ministile/hop{ + 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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"fdm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fdq" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/window/reinforced/tinted, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"fdt" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"fdv" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/physician) +"fdH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white/side, +/area/science/xenobiology) +"fdV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"feo" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"feA" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"feC" = ( +/obj/structure/table, +/obj/item/storage/box/hug{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/storage/box/zipties{ + pixel_x = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/prison) +"feE" = ( +/obj/structure/table/wood, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/disk/holodisk/tutorial/AICore, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"feK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"feL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/camera{ + c_tag = "Library Backroom"; + dir = 9; + name = "library camera" + }, +/turf/open/floor/carpet, +/area/library) +"feZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"ffE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"ffF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ffG" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/server) +"ffH" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics - Incinerator"; + name = "atmospherics camera" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"fgb" = ( +/obj/structure/table, +/obj/item/storage/box/fancy/donut_box{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/item/stack/sheet/cardboard{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/clothing/under/yogs/rank/clerk/skirt{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/clothing/under/yogs/rank/clerk{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/clerk) +"fgc" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"fgo" = ( +/obj/item/a_gift{ + pixel_x = -3; + pixel_y = -15 + }, +/obj/item/a_gift{ + pixel_x = 5; + pixel_y = -8 + }, +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"fgM" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/engineering{ + charge = 6e+007 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"fgP" = ( +/obj/machinery/door/poddoor/preopen{ + id = "barshutters"; + name = "privacy shutters" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"fgT" = ( +/obj/machinery/computer/slot_machine, +/turf/open/floor/plating, +/area/maintenance/port) +"fgX" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fho" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"fht" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"fhG" = ( +/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{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"fhH" = ( +/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/ai_monitored/turret_protected/aisat_interior) +"fid" = ( +/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/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"fii" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"fio" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/supply"; + dir = 8; + name = "Cargo Security APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"fiv" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Court)"; + pixel_x = -31; + pixel_y = -4 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"fiE" = ( +/obj/structure/chair{ + 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/secondary/exit) +"fiM" = ( +/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{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"fiN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"fiQ" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"fiV" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=6"; + dir = 8; + freq = 1400; + location = "Security" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/security/processing) +"fjf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"fjh" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"fjk" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/obj/item/reagent_containers/food/snacks/grown/harebell{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"fjL" = ( +/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/flip, +/turf/open/floor/plasteel/white, +/area/science/research) +"fko" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Security Hallway" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"fkt" = ( +/obj/structure/window, +/obj/structure/grille, +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"fkF" = ( +/obj/machinery/power/apc/highcap{ + areastring = "/area/science/misc_lab"; + dir = 4; + name = "Testing Lab"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/closet/crate, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"fkN" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Disposal Exit"; + name = "disposal exit vent" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"fkW" = ( +/obj/machinery/camera{ + c_tag = "Aft Port Solar Control"; + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"flc" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/port) +"fle" = ( +/obj/structure/cable{ + 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/engine/engineering) +"flf" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 6 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"flq" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 8; + name = "Upload APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Port"; + dir = 4; + network = list("aiupload") + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -26; + pixel_y = 13 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai_upload) +"flv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"flB" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"flQ" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"fmn" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"fmr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"fmw" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"fmL" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"fne" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/science/server) +"fnA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/table, +/obj/item/dyespray{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/item/razor{ + pixel_x = -4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"fnN" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"fod" = ( +/obj/machinery/light, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"fom" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/storage) +"foE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/recharge_station, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"foP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/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/security/prison) +"fpC" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/mixing"; + dir = 4; + name = "Toxins Lab APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"fpJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"fpL" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/item/soap/homemade, +/turf/open/floor/plasteel/freezer, +/area/ruin/space/has_grav/listeningstation) +"fpV" = ( +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/office"; + dir = 1; + name = "Cargo Office APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"fpZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fqa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"fqz" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"fqD" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/optable, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"fqO" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"fqP" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"fqX" = ( +/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/storage/tech) +"fre" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/item/beacon, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"frh" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Tanks South"; + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"fsd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"fsx" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"fsA" = ( +/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/processing) +"fsJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"fsP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"fsX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"fta" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"ftc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"fti" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"ftj" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"fto" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"ftI" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ftS" = ( +/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/plasteel/white, +/area/medical/medbay/central) +"ful" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"fuB" = ( +/obj/structure/table, +/obj/item/hand_labeler{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/hand_labeler{ + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"fuW" = ( +/obj/machinery/vending/cola/shamblers/prison{ + onstation = 0 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"fva" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/structure/closet/emcloset, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fvf" = ( +/obj/item/bikehorn/rubberducky, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"fvF" = ( +/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" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"fvK" = ( +/obj/machinery/telecomms/broadcaster/preset_left{ + name = "subspace broadcaster A" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"fvV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/engine/atmos) +"fwl" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"fww" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"fwE" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"fwF" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"fxj" = ( +/obj/machinery/newscaster{ + pixel_x = -3; + pixel_y = 32 + }, +/obj/machinery/light_switch{ + pixel_x = 10; + pixel_y = 25 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/structure/closet/secure_closet/medical3, +/obj/item/gun/syringe, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"fxq" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 4; + name = "Telecomms Server APC"; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 4; + name = "Telecomms Server APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"fxw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"fxC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + 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/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"fxN" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"fxW" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"fxY" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"fyh" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"fyG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"fyI" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"fyT" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"fzb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/sign/warning/fire{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"fzi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"fzj" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/snowcones/rainbow, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"fzn" = ( +/obj/effect/landmark/stationroom/maint/tenxfive, +/turf/template_noop, +/area/maintenance/starboard/aft) +"fzu" = ( +/obj/item/reagent_containers/food/snacks/deadmouse, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"fzz" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"fzB" = ( +/obj/machinery/camera{ + c_tag = "Engineering East"; + dir = 8 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fzH" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Command Hallway" + }, +/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 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"fzM" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"fzW" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/lawyer, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/carpet, +/area/lawoffice) +"fAo" = ( +/turf/closed/wall/mineral/wood, +/area/maintenance/starboard/fore) +"fAs" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"fAy" = ( +/obj/effect/landmark/start/librarian, +/turf/open/floor/carpet, +/area/library) +"fAz" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"fAC" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"fAV" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + density = 0; + department = "Bridge"; + name = "Bridge Fax Machine" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"fBP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"fBR" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/clerk) +"fBT" = ( +/obj/item/shard, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"fBW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"fCb" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/stack/packageWrap, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/main) +"fCq" = ( +/obj/item/clothing/suit/space/nasavoid/old, +/turf/open/floor/plating/asteroid/airless, +/area/space/nearstation) +"fCz" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/netmin, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"fCA" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"fCJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"fCN" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"fCP" = ( +/obj/machinery/recharge_station, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"fDg" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"fDn" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"fDy" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "5; 9; 68" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/morgue) +"fDQ" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"fDR" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/phone{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"fDX" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + network = list("ss13","tcomms"); + pixel_x = 22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + network = list("ss13","tcomms"); + pixel_x = 22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"fEm" = ( +/mob/living/simple_animal/cockroach, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"fEq" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/obj/machinery/meter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"fEr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/processing) +"fEW" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"fFj" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"fFs" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"fFu" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/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 + }, +/obj/item/hand_labeler, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"fFG" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"fFJ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"fFP" = ( +/turf/closed/wall, +/area/maintenance/central) +"fFV" = ( +/obj/structure/table, +/obj/item/electropack, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/item/multitool, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"fGg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"fGz" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"fGA" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"fGL" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"fGS" = ( +/obj/item/shard, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"fGW" = ( +/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/port/fore) +"fHd" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"fHr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"fHD" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/plantgenes, +/turf/open/floor/plasteel, +/area/hydroponics) +"fHG" = ( +/obj/machinery/chem_master/condimaster, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"fHV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8; + 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/n2o, +/area/engine/atmos_distro) +"fIs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fIS" = ( +/obj/effect/decal/cleanable/food/pie_smudge, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"fJc" = ( +/obj/machinery/light_switch{ + pixel_x = -28 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"fJD" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Security Hallway" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"fJH" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"fJP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"fKa" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"fKn" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 33 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = 41 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 25 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"fKN" = ( +/obj/effect/decal/cleanable/glass, +/turf/closed/wall/r_wall, +/area/maintenance/central/secondary) +"fKX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) +"fLl" = ( +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"fLo" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/machinery/camera{ + c_tag = "Engineering West"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fLC" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"fLP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/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/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fLT" = ( +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"fLW" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos_distro) +"fMa" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + layer = 3 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"fMF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"fMK" = ( +/obj/structure/closet/wardrobe/green, +/turf/open/floor/plating, +/area/maintenance/port) +"fMP" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"fNb" = ( +/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/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"fNl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ruin/space/has_grav/listeningstation) +"fNn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Virology Monkey Pen"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"fNo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/atmos_distro) +"fNC" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/grass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"fNN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIW"; + location = "hall1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"fOc" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"fOl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"fOm" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"fOv" = ( +/obj/machinery/advanced_airlock_controller{ + 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/port) +"fOJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stamp/ce, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/item/clipboard, +/obj/item/paper/monitorkey, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"fOX" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"fPr" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/toy/figure/clown{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/toy/talking/AI{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/toy/figure/borg{ + pixel_x = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"fPx" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"fPC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"fPM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"fPN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"fQc" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"fQl" = ( +/obj/machinery/door/window/eastleft, +/obj/effect/turf_decal/stripes{ + 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 = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"fQo" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/bot, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"fQq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"fQu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Cargo Delivery Office" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"fQD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"fQE" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"fQT" = ( +/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, +/turf/open/floor/plasteel, +/area/hydroponics) +"fQX" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/solars/solar_96, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"fQZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Engineering Access"; + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fRn" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"fRr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"fRP" = ( +/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/fore) +"fRT" = ( +/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 = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"fRU" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/book/manual/wiki/medical_cloning{ + pixel_y = 6 + }, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"fRV" = ( +/obj/structure/disposalpipe/segment{ + 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{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"fRZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"fSi" = ( +/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/warehouse) +"fSA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/door/airlock/research/glass{ + name = "Genetics Research"; + req_access_txt = "5; 9; 68" + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/medical/genetics) +"fSB" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/gun/syringe, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"fSE" = ( +/obj/structure/table/wood, +/obj/item/toy/crayon/rainbow{ + pixel_x = -6; + pixel_y = -1 + }, +/obj/item/toy/crayon/rainbow{ + pixel_x = 7; + pixel_y = -1 + }, +/obj/item/toy/crayon/mime{ + pixel_y = -1 + }, +/obj/item/storage/crayons{ + pixel_y = 10 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"fTy" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"fTA" = ( +/obj/effect/decal/cleanable/glass/plasma, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fTK" = ( +/obj/machinery/camera{ + c_tag = "Kitchen"; + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Kitchen"; + departmentType = 2; + name = "Kitchen RC"; + pixel_x = -30 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"fTU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"fTX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"fUb" = ( +/obj/machinery/door/airlock/engineering{ + name = "Vacant Office A"; + req_access_txt = "32" + }, +/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, +/area/vacant_room) +"fUp" = ( +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"fUy" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"fUz" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/storage"; + dir = 8; + name = "Cargo Bay APC"; + pixel_x = -25 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"fUA" = ( +/obj/item/clothing/mask/cigarette/rollie/trippy, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"fUD" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/quartermaster/storage) +"fVl" = ( +/obj/machinery/door/window/southleft{ + base_state = "right"; + 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, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"fVy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"fVB" = ( +/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) +"fVD" = ( +/obj/machinery/vending/dinnerware, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"fVI" = ( +/obj/effect/turf_decal/box, +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/healthanalyzer, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"fVW" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"fWq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"fWA" = ( +/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/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"fWF" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"fXa" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"fXp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/janitor) +"fXq" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"fXs" = ( +/obj/structure/toilet_bong{ + flags_1 = 128 + }, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/powered) +"fXy" = ( +/mob/living/simple_animal/crab, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"fXE" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Command Hallway" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"fXJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"fXK" = ( +/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 = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"fXM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/security/prison) +"fXY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"fYy" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"fYQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"fZb" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"fZk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Backup SMES Access"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"fZl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"fZo" = ( +/obj/structure/table, +/obj/item/electropack, +/obj/item/restraints/handcuffs, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"fZx" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"fZQ" = ( +/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) +"fZZ" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"gah" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"gao" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"gav" = ( +/obj/structure/sign/poster/official/enlist, +/turf/closed/wall, +/area/security/detectives_office) +"gaO" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"gba" = ( +/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 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"gbd" = ( +/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/hydroponics) +"gbl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"gbo" = ( +/obj/machinery/door/window/southleft{ + name = "Court Cell"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"gbp" = ( +/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/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/port/fore) +"gbu" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"gbE" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/sign/departments/security{ + pixel_x = -32 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"gbZ" = ( +/obj/effect/turf_decal/stripes{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"gce" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "heads_meeting"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/bridge/meeting_room) +"gct" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"gcA" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Pure to Incinerator" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"gdp" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"gds" = ( +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"gdt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/hop) +"gdu" = ( +/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/science/robotics/lab) +"gdx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"gdH" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_red, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/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) +"gdX" = ( +/obj/machinery/computer/station_alert, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"gef" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door{ + id = "permabolt2"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/structure/sign/poster/official/obey{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"gez" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + name = "Testing Lab"; + req_access_txt = "47" + }, +/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 = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"geC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"geG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/camera{ + c_tag = "Dormitory South"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"geX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"gfx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"gfQ" = ( +/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) +"ggF" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "telecomms_airlock_exterior"; + idInterior = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 5; + pixel_y = 25 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -7; + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ggH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ggP" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + 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/brig) +"ggQ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "atmos blast door" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"ggZ" = ( +/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/carpet, +/area/crew_quarters/heads/hos) +"gha" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"ghp" = ( +/obj/structure/flora/rock/jungle, +/turf/open/floor/grass, +/area/maintenance/starboard/aft) +"ghH" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/locker) +"gic" = ( +/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/machinery/holopad, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"gig" = ( +/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 = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"gip" = ( +/obj/structure/sign/poster/contraband/syndicate_pistol, +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/listeningstation) +"giF" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"giR" = ( +/obj/structure/table/wood, +/obj/item/toy/snappop{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/toy/snappop, +/obj/item/toy/snappop{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/carpet/red, +/area/maintenance/starboard/fore) +"gjp" = ( +/obj/structure/closet/secure_closet/warden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"gjq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"gjs" = ( +/obj/machinery/suit_storage_unit/command, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"gjy" = ( +/obj/machinery/porta_turret/ai{ + scan_range = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"gjH" = ( +/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/crew_quarters/locker) +"gjI" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/chair/stool, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"gjP" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"gkb" = ( +/turf/open/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/ruin/powered) +"gkc" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"gkg" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/landmark/start/yogs/clerk, +/turf/open/floor/plasteel, +/area/clerk) +"gkv" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"gkw" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"gkG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gkX" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/medspray/synthflesh{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/reagent_containers/medspray/sterilizine{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/machinery/vending/wallmed{ + pixel_y = 29 + }, +/turf/open/floor/plasteel/white, +/area/security/physician) +"gli" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/robotics/lab"; + name = "Robotics Lab APC"; + pixel_y = -23 + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"glm" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/surgery, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"glU" = ( +/obj/effect/landmark/start/head_of_security, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"glV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"gmg" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/glass/plasma, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gmj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"gmL" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/turf/open/floor/carpet, +/area/lawoffice) +"gmR" = ( +/obj/machinery/air_sensor{ + id_tag = "air_sensor" + }, +/turf/open/floor/engine/air, +/area/engine/atmos_distro) +"gmW" = ( +/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/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gng" = ( +/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/plating, +/area/crew_quarters/bar) +"gnq" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"gnw" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/engine, +/area/science/xenobiology) +"gnC" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"gnT" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"gnZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"goc" = ( +/obj/machinery/bounty_board, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"goe" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"gon" = ( +/obj/machinery/door/poddoor{ + id = "mixvent"; + name = "Mixer Room Vent" + }, +/turf/open/floor/plasteel, +/area/science/mixing/chamber) +"goo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/twohanded/required/kirbyplants/random, +/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{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"goT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 4; + name = "Input Gas Connector Port" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"goW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"gpi" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"gpn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"gpo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/wood, +/area/vacant_room) +"gpL" = ( +/obj/effect/landmark/start/chief_medical_officer, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"gpM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"gqk" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/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, +/obj/item/radio/headset/headset_med, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"gqG" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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/aft) +"gqJ" = ( +/obj/machinery/rnd/production/techfab/department/security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/main) +"gra" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/medical/virology) +"grt" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 4 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gry" = ( +/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) +"grP" = ( +/obj/structure/chair/wood/wings, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"gsn" = ( +/obj/structure/statue/diamond/ai1, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/circuit/off, +/area/ai_monitored/turret_protected/aisat_interior) +"gsp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"gss" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/xenobiology) +"gsy" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"gsA" = ( +/obj/machinery/power/apc{ + areastring = "/area/teleporter"; + dir = 1; + name = "Teleporter APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"gsL" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"gsN" = ( +/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/primary/port) +"gsT" = ( +/obj/structure/bookcase, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"gtc" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{ + name = "Waste Ejector" + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"gtq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"gtB" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"gtC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/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{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"gtK" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"gub" = ( +/obj/item/toy/xmas_cracker, +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"guj" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"gul" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/shower{ + dir = 1 + }, +/obj/item/bikehorn/rubberducky, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"gur" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"guO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/donksofttoyvendor, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"gvf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/artist, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"gvg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"gvk" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"gvz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"gvC" = ( +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"gvE" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/teleporter, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/teleporter) +"gvX" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"gwo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"gwC" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/cardhand{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"gwE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"gwP" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"gwS" = ( +/obj/effect/landmark/start/janitor, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/janitor) +"gxo" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"gxt" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gxF" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/security/armory"; + dir = 8; + name = "Armory APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/rack, +/obj/effect/turf_decal/bot_white, +/obj/item/storage/box/evidence, +/obj/item/storage/box/emptysandbags, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"gxR" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 1"; + dir = 9 + }, +/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/plasteel, +/area/hallway/secondary/entry) +"gyh" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ + dir = 1 + }, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"gyp" = ( +/obj/structure/table, +/obj/item/storage/box/fancy/donut_box, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"gyr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/brig) +"gyz" = ( +/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/medical/virology) +"gyE" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/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 + }, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"gyU" = ( +/obj/machinery/camera{ + c_tag = "Kitchen Cold Room"; + dir = 10 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"gyY" = ( +/obj/structure/rack, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/turf/open/floor/plasteel, +/area/storage/primary) +"gza" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"gzr" = ( +/obj/item/reagent_containers/food/drinks/beer, +/obj/machinery/button/door{ + id = "HippieVan"; + name = "Shuttle Shutters Control"; + pixel_x = 32; + pixel_y = 2 + }, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/ruin/powered) +"gzt" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/door/window/westleft{ + name = "Janitorial Delivery"; + req_access_txt = "26" + }, +/mob/living/simple_animal/cockroach{ + desc = "Virtually unkillable."; + name = "Becquerel"; + sentience_type = 5; + status_flags = 16 + }, +/turf/open/floor/plasteel, +/area/janitor) +"gzG" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/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/plasteel/white, +/area/medical/medbay/aft) +"gzN" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/russian, +/obj/item/storage/box/fancy/cigarettes/cigpack_cannabis, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"gzP" = ( +/obj/structure/rack, +/obj/item/book/manual/wiki/toxins{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/book/manual/wiki/xenobiology{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/item/book/manual/wiki/research_and_development, +/obj/item/storage/firstaid/toxin, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"gzT" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/hotdog, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"gzX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"gAc" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"gAB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-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 = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"gAM" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 8; + piping_layer = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"gAX" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"gBc" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"gBr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"gBx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"gBF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"gBG" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"gBI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"gBM" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"gBO" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"gCd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"gCv" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"gCC" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"gCI" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/genetics/cloning"; + dir = 4; + name = "Cloning Lab APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"gCZ" = ( +/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" + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"gDb" = ( +/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/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"gDx" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"gDC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"gEl" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Theatre Maintenance"; + req_access_txt = "46" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + 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/fore) +"gEw" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/white, +/area/security/physician) +"gEx" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"gFa" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck/syndicate{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/toy/cards/cardhand{ + pixel_x = -9; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"gFr" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/solar/port/aft) +"gFE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"gFS" = ( +/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 = 1 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"gGd" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"gGf" = ( +/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/structure/sign/painting{ + persistence_id = "public"; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"gGg" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office"; + req_access_txt = "50" + }, +/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/quartermaster/office) +"gGp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/yogs/brigphsyician, +/turf/open/floor/plasteel/white, +/area/security/physician) +"gGq" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"gGy" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/rollie{ + pixel_x = 7 + }, +/obj/item/lighter{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/rollingpaper, +/turf/open/floor/carpet, +/area/maintenance/port/fore) +"gGE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"gGH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plasteel/white, +/area/science/research) +"gGY" = ( +/obj/machinery/smartfridge/drying_rack, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"gHd" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"gHi" = ( +/obj/machinery/camera{ + c_tag = "Experimentor Lab Chamber"; + dir = 1; + network = list("ss13","rd") + }, +/turf/open/floor/engine, +/area/science/explab) +"gHr" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/foyer) +"gHV" = ( +/obj/machinery/camera{ + c_tag = "Patient Room 1"; + name = "medical camera"; + network = list("ss13","medical") + }, +/obj/machinery/requests_console{ + department = "Patient Room A"; + name = "Medbay Storage RC"; + pixel_y = 28 + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"gIi" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"gIn" = ( +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Containment Pen 1"; + req_access_txt = "55" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/science/xenobiology) +"gIs" = ( +/obj/structure/closet/crate, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/gun/ballistic/automatic/toy/pistol, +/obj/item/gun/ballistic/automatic/toy/pistol, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"gIL" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/mob/living/simple_animal/hostile/russian, +/turf/open/floor/plasteel/freezer, +/area/ruin/space/has_grav/listeningstation) +"gIY" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"gIZ" = ( +/obj/effect/landmark/stationroom/maint/threexfive, +/turf/template_noop, +/area/space/nearstation) +"gJg" = ( +/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/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"gJk" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table/american/end{ + dir = 4; + name = "ironing board" + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/locker"; + name = "Locker Room APC"; + pixel_y = -23 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"gJK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"gJN" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"gKa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"gKb" = ( +/obj/machinery/vending/autodrobe, +/obj/effect/turf_decal/tile/red, +/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/crew_quarters/theatre) +"gKg" = ( +/obj/effect/decal/cleanable/dirt, +/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/security/prison) +"gKi" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"gKu" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"gLw" = ( +/obj/structure/sign/poster/official/build, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/chief) +"gLy" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"gLz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"gLA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/pool{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"gLE" = ( +/obj/machinery/button/door{ + id = "Skynet_launch"; + name = "Mech Bay Door Control"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/button/door{ + id = "Skynet_launch"; + name = "Mech Bay Door Control"; + pixel_x = -7; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"gLH" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"gLJ" = ( +/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/port/fore) +"gMd" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall, +/area/security/checkpoint/science) +"gMe" = ( +/obj/effect/decal/hammerandsickle{ + pixel_x = -34; + pixel_y = -47 + }, +/turf/open/floor/engine, +/area/maintenance/starboard/fore) +"gMi" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/modular_computer/console/preset/command/hos{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"gMm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"gMp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"gMs" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"gMy" = ( +/obj/structure/window/reinforced/tinted, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"gMC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"gMM" = ( +/turf/open/floor/engine/o2, +/area/engine/atmos_distro) +"gMO" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + 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/white, +/area/science/misc_lab) +"gMV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"gMW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"gMX" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/engine, +/area/maintenance/starboard/fore) +"gNB" = ( +/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) +"gND" = ( +/obj/effect/landmark/start/detective, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"gNL" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"gNT" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"gNV" = ( +/obj/machinery/power/port_gen/pacman, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"gNY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/port/aft) +"gOc" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/space/basic, +/area/space) +"gOt" = ( +/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 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"gOw" = ( +/obj/structure/easel, +/obj/item/canvas/nineteenXnineteen{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"gOD" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"gOI" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"gOK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"gOU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"gOV" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"gPp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"gPs" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/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/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"gPG" = ( +/obj/machinery/shower{ + dir = 4 + }, +/mob/living/simple_animal/hostile/russian, +/turf/open/floor/plasteel/freezer, +/area/ruin/space/has_grav/listeningstation) +"gPP" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"gPX" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"gQe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"gQp" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plasteel/freezer, +/area/ruin/space/has_grav/listeningstation) +"gQq" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/clothing/suit/space/nasavoid/old, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"gQs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"gQt" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L4" + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"gQK" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"gRa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"gRf" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable/yellow, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"gRp" = ( +/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) +"gRu" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/tank_dispenser, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"gRV" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"gSb" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"gSe" = ( +/obj/structure/closet/wardrobe/white, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"gSg" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"gSh" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/mineral_door/wood, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"gSo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Medbay" + }, +/obj/effect/turf_decal/bot, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"gSw" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage"; + req_access_txt = "11" + }, +/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/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gSE" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"gSF" = ( +/obj/item/twohanded/fishingrod, +/obj/structure/table/wood, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"gSN" = ( +/obj/machinery/computer/security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"gSS" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Southwest"; + dir = 4; + network = list("ss13","rd") + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"gSV" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Antechamber"; + dir = 8; + network = list("minisat","ss13") + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "ai_core_airlock_interior"; + idSelf = "ai_core_airlock_control"; + pixel_x = 23; + pixel_y = -7 + }, +/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 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"gSW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/engine/engineering) +"gTd" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"gTv" = ( +/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) +"gTH" = ( +/obj/machinery/light, +/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/plasteel/dark, +/area/chapel/office) +"gTI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"gTY" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"gUj" = ( +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/prison) +"gUX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"gVk" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + 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) +"gVz" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4"; + tag = "" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"gVB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"gVJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"gWg" = ( +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt1"; + name = "Cell 1" + }, +/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/security/prison) +"gWo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gWA" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"gWF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"gXp" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"gXs" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"gXu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"gXE" = ( +/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/carpet/black, +/area/maintenance/department/tcoms) +"gYe" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped{ + dir = 1; + filter_type = "co2"; + name = "CO2 Filter" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"gYH" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"gYM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"gYT" = ( +/obj/structure/statue/diamond/ai2, +/turf/open/floor/circuit/off, +/area/ai_monitored/turret_protected/aisat_interior) +"gZo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"gZu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"gZx" = ( +/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 = 29 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"haa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"haj" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/sand, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"hao" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"hay" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"hbg" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/fitness) +"hbB" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"hbS" = ( +/obj/structure/mineral_door/wood, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"hcs" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"hcu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/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/plating, +/area/maintenance/port/fore) +"hdq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"hdw" = ( +/obj/effect/turf_decal/sand, +/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, +/area/crew_quarters/bar) +"hdB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"hdF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"hdJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/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 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"hdK" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"hdO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/mob/living/simple_animal/hostile/lizard{ + name = "Eats-The-Roaches"; + real_name = "Wags-His-Tail" + }, +/turf/open/floor/plasteel, +/area/janitor) +"hdX" = ( +/obj/effect/turf_decal/tile/yellow{ + 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 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"heb" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"heh" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"hes" = ( +/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 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"heD" = ( +/obj/machinery/oven, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"heT" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/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/machinery/camera{ + c_tag = "Prison Cell 1"; + network = list("ss13","prison") + }, +/turf/open/floor/plasteel, +/area/security/prison) +"hfE" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"hfO" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/item/pen, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"hfW" = ( +/obj/item/chair/stool, +/turf/open/floor/fakespace, +/area/maintenance/starboard/fore) +"hge" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"hgf" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"hgg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"hgr" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/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/plasteel/white, +/area/science/misc_lab) +"hgx" = ( +/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/showroomfloor, +/area/security/warden) +"hgD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"hgE" = ( +/obj/structure/table/wood, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 6; + pixel_y = 7 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"hhi" = ( +/obj/structure/table/wood, +/obj/item/seeds/tower{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/seeds/wheat{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/item/seeds/orange{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/seeds/lime{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/grass, +/area/maintenance/port/fore) +"hhk" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"hhm" = ( +/obj/machinery/doppler_array/research/science{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/mixing) +"hho" = ( +/obj/structure/sign/poster/random, +/turf/closed/wall/r_wall, +/area/teleporter) +"hhM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/turf/open/floor/plating, +/area/security/brig) +"hhU" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"hic" = ( +/obj/machinery/modular_computer/console/preset/tcomms, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"hif" = ( +/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 = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"hig" = ( +/obj/effect/turf_decal/sand, +/mob/living/carbon/monkey/punpun, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"hiw" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"hiD" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"hiF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/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/maintenance/disposal/incinerator) +"hiU" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"hiX" = ( +/turf/closed/wall, +/area/engine/atmos_distro) +"hjo" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/gloves, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"hjM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8; + 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/plasma, +/area/engine/atmos_distro) +"hjO" = ( +/obj/structure/bed{ + pixel_x = 1; + pixel_y = 14 + }, +/obj/item/bedsheet/red{ + pixel_x = 1; + pixel_y = 14 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"hke" = ( +/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/sorting/mail/flip{ + dir = 1; + sortType = 18 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"hkh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"hkj" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"hkv" = ( +/obj/machinery/light/small, +/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/plating, +/area/maintenance/port/aft) +"hkE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"hkI" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"hkK" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"hkR" = ( +/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/central) +"hkS" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet/crate, +/obj/item/toy/windupToolbox, +/turf/open/floor/plating, +/area/maintenance/port) +"hkU" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"hlq" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"hlI" = ( +/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/structure/sign/poster/contraband/tools{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"hlK" = ( +/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{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer_L"; + name = "Medbay"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"hlS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"hlU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"hmf" = ( +/obj/effect/turf_decal/sand, +/obj/effect/landmark/start/bartender, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"hmm" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex{ + pixel_y = -13 + }, +/obj/item/wrench{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/slime_scanner{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/item/clothing/glasses/science{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/glasses/science{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -40 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"hmu" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "Genetics Junction"; + sortType = 23 + }, +/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/genetics) +"hmD" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/security/courtroom) +"hmF" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 1"; + dir = 4; + pixel_y = -22 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"hmV" = ( +/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) +"hnb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"hnC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/office) +"hnM" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"hnN" = ( +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"hoj" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"hon" = ( +/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 = 8 + }, +/turf/open/floor/plating, +/area/security/processing) +"hot" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 2"; + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"hoB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"hoF" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/security/courtroom) +"hoL" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"hoP" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"hoS" = ( +/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/processing) +"hoT" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port/aft) +"hoX" = ( +/obj/machinery/camera{ + c_tag = "Escape Podbay" + }, +/turf/open/floor/engine, +/area/hallway/secondary/exit) +"hpr" = ( +/turf/closed/indestructible/riveted, +/area/ruin/space/has_grav/listeningstation) +"hpC" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/clerk) +"hpE" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"hpU" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/storage/lockbox/vialbox/virology{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"hqn" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/randomdrink, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"hqt" = ( +/obj/item/wrench, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"hqB" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/flashlight/lamp{ + pixel_x = -6; + pixel_y = -1 + }, +/turf/open/floor/carpet, +/area/lawoffice) +"hqI" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Incinerator to Output" + }, +/obj/machinery/light/small, +/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 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"hqO" = ( +/obj/structure/table/wood, +/obj/item/pen/red, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/vacant_room) +"hqS" = ( +/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 = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"hqT" = ( +/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/spawner/lootdrop/costume, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"hqY" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/warden"; + dir = 4; + name = "Brig Control APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Brig Warden's Office"; + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"hrk" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation B"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + 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) +"hrx" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/photocopier, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"hrE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"hrR" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"hrY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"hsb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/explab) +"hsf" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Genetics Desk"; + req_access_txt = "5;9;68" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"hsp" = ( +/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 = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"hsr" = ( +/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/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"hsu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"hsw" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"hsB" = ( +/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 = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"hsL" = ( +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt2"; + name = "Cell 2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/security/prison) +"hsM" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"hsQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/structure/sign/poster/official/obey{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"hsX" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 1; + pixel_y = -28 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"htb" = ( +/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 = "giftshop_ext" + }, +/turf/open/floor/plating, +/area/clerk) +"hts" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"htC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"htL" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"htX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"hut" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel, +/area/security/main) +"huC" = ( +/turf/open/floor/engine/plasma, +/area/engine/atmos_distro) +"huV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"huX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/solar/port/aft) +"hvi" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/modular_computer/console/preset/security{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"hvl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"hvA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"hvN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"hvV" = ( +/obj/machinery/light{ + dir = 8 + }, +/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) +"hvY" = ( +/obj/effect/decal/cleanable/glitter/blue, +/mob/living/simple_animal/mouse/brown{ + desc = "The immense sight of its jacked figure makes you feel the NEED to bench. Looks like it'll even spot for you! "; + name = "Gym Rat" + }, +/turf/open/floor/plasteel, +/area/maintenance/port) +"hwH" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/sparker/toxmix{ + id = "mixingsparker"; + pixel_y = 32 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing/chamber) +"hwN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/arcade{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"hwW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"hxk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"hxK" = ( +/obj/machinery/meter{ + target_layer = 2 + }, +/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 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"hxN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"hxO" = ( +/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, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"hxY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"hxZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"hyh" = ( +/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{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai_upload) +"hyB" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L11" + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"hyW" = ( +/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) +"hyX" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hor) +"hzd" = ( +/obj/structure/cloth_curtain{ + color = "#99ccff" + }, +/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/plasteel/white, +/area/medical/patients_rooms/room_b) +"hzA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/crate, +/obj/item/crowbar, +/obj/effect/turf_decal/box, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"hzL" = ( +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Garden Door"; + req_access_txt = "5" + }, +/obj/structure/flora/ausbushes/ppflowers, +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/medical/medbay/aft) +"hzN" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/vacant_room) +"hAa" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"hAb" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/lobby) +"hAe" = ( +/obj/machinery/modular_computer/console/preset/command/rd{ + dir = 1 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"hAo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped{ + dir = 1; + filter_type = "n2o"; + name = "N2O Fitler" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"hAq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"hAL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"hAO" = ( +/obj/structure/cable{ + icon_state = "1-2"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"hAQ" = ( +/obj/machinery/requests_console{ + department = "Engineering"; + departmentType = 4; + name = "Engineering RC"; + pixel_y = 30 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"hAR" = ( +/obj/item/twohanded/fishingrod, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"hBu" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"hBP" = ( +/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/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"hCu" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"hCz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood/footprints{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"hCH" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/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 = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"hCJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/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/engine/atmos) +"hCM" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"hCS" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"hCT" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/janitor) +"hDa" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"hDf" = ( +/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/crew_quarters/heads/hor) +"hDh" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"hDn" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"hDC" = ( +/obj/effect/turf_decal/pool/corner{ + dir = 1 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"hDL" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/bot_red, +/obj/structure/rack, +/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) +"hEa" = ( +/obj/structure/disposalpipe/segment{ + 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/plasteel, +/area/security/processing) +"hEg" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"hEm" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/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) +"hEy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/quantumpad{ + map_pad_id = "bridgetoai"; + map_pad_link_id = "aitobridge" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/carpet/red, +/area/bridge) +"hEK" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"hEY" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/medical"; + dir = 4; + name = "Medbay Security APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"hFg" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"hFp" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"hFK" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Escape Podbay" + }, +/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, +/area/hallway/secondary/exit) +"hFQ" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"hFT" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"hGo" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/folder/blue, +/obj/item/clothing/head/collectable/HoP, +/turf/open/floor/plasteel/dark, +/area/maintenance/starboard/fore) +"hGs" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"hGt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"hGB" = ( +/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/storage/tech) +"hGY" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/meatclown{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/snacks/meatclown{ + pixel_x = 4; + pixel_y = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/port) +"hGZ" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/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/prison) +"hHc" = ( +/obj/item/shard, +/obj/item/shard, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"hHA" = ( +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/hop) +"hHO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"hIm" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/science/research) +"hIn" = ( +/obj/effect/turf_decal/stripes{ + dir = 10 + }, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"hIA" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/mapping_helpers/airlock/locked, +/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/engine/engine_smes) +"hIC" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/photocopier/faxmachine{ + department = "Captain"; + name = "Captain's Fax Machine" + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"hJg" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/light{ + 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, +/area/ai_monitored/turret_protected/ai) +"hJG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/wood, +/area/library) +"hKl" = ( +/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 = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"hKz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"hKS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"hLe" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/clonepod, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"hLn" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"hLS" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"hMk" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port to Engine" + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"hMo" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/four, +/obj/item/coin/silver, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"hMs" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"hMt" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"hMu" = ( +/obj/machinery/suit_storage_unit/cmo, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/cmo) +"hMv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/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/starboard/aft) +"hMC" = ( +/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 = 6; + pixel_y = -25; + req_one_access_txt = "8" + }, +/obj/machinery/button/door{ + id = "mixvent"; + name = "Mixing Room Vent Control"; + pixel_x = -7; + pixel_y = -24; + req_access_txt = "7" + }, +/obj/machinery/button/ignition{ + id = "mixingsparker"; + pixel_x = -7; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel/white, +/area/science/mixing/chamber) +"hMV" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"hMZ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"hNc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"hNo" = ( +/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/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"hNt" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/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/public{ + autoclose = 0; + frequency = 1449; + glass = 1; + id_tag = "telecomms_airlock_interior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"hNw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"hNy" = ( +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/structure/rack, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"hNE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"hNQ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/science/server) +"hNV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"hNW" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"hOf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"hOh" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/light, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/table/optable, +/obj/machinery/camera{ + c_tag = "Surgery Operating"; + dir = 1; + network = list("ss13","medbay"); + pixel_x = 22 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"hOl" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"hOn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"hOp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"hOL" = ( +/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/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"hPa" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + 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/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"hPg" = ( +/obj/machinery/door/airlock{ + name = "Unit B" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"hPk" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"hPt" = ( +/obj/machinery/camera/motion{ + c_tag = "Armory External"; + dir = 8; + pixel_y = -20 + }, +/turf/open/space/basic, +/area/space) +"hPT" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) +"hQp" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"hQP" = ( +/obj/structure/table, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/ears/earmuffs, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/engine/foyer) +"hRk" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/pickaxe, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"hRC" = ( +/obj/structure/table/glass, +/obj/item/wrench/medical{ + pixel_x = -4 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"hRX" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"hRY" = ( +/obj/machinery/door/airlock{ + name = "Service Hall"; + req_one_access_txt = "25;26;35;28;46;37;38" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"hSh" = ( +/obj/machinery/libraryscanner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/library) +"hSr" = ( +/obj/effect/landmark/stationroom/maint/fivexthree, +/turf/template_noop, +/area/maintenance/starboard/fore) +"hSw" = ( +/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" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"hSy" = ( +/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/white, +/area/medical/genetics) +"hSz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"hSC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"hSJ" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/storage/belt/utility{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/item/storage/belt/utility{ + pixel_x = 5; + pixel_y = 12 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"hTi" = ( +/obj/machinery/computer/bounty{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"hTw" = ( +/turf/open/space/basic, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"hTx" = ( +/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, +/turf/open/floor/plating, +/area/crew_quarters/kitchen) +"hTD" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/warden) +"hTN" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"hTS" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"hTV" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/service"; + name = "Service Hall APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/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 = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"hUy" = ( +/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/hallway/secondary/entry) +"hUA" = ( +/obj/structure/weightmachine/stacklifter, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Prison Common Room West"; + dir = 5; + network = list("ss13","prison") + }, +/turf/open/floor/plasteel, +/area/security/prison) +"hUJ" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"hUL" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/plasteel, +/area/engine/engineering) +"hUM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"hUN" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"hVs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"hVP" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"hVQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"hVW" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"hWr" = ( +/turf/open/floor/plating/ice, +/area/space/nearstation) +"hWt" = ( +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"hWE" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Air Outlet Pump"; + target_pressure = 4500 + }, +/obj/effect/mapping_helpers/teleport_anchor, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"hWI" = ( +/obj/effect/spawner/lootdrop/trashbin, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"hXc" = ( +/obj/structure/table, +/obj/item/toy/figure/secofficer{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/razor{ + pixel_x = -6 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/prison) +"hXl" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"hXF" = ( +/obj/machinery/light, +/obj/structure/closet/l3closet/security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"hXH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + 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/misc_lab) +"hXL" = ( +/obj/machinery/light, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"hXP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"hXY" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/grass, +/area/maintenance/port/fore) +"hYl" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_x = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"hYt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4"; + tag = "" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"hYM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"hYN" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"hYS" = ( +/obj/machinery/camera{ + c_tag = "Research Division Access North"; + dir = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"hZa" = ( +/obj/machinery/lapvend, +/obj/effect/turf_decal/trimline/white/corner, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"hZf" = ( +/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 = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"hZo" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"hZr" = ( +/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/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/brig) +"hZz" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/camera{ + c_tag = "Backup SMES Room"; + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"hZH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"hZK" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"hZR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"iah" = ( +/obj/effect/landmark/start/artist, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"iam" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"iap" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"iaq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"iaw" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"iaH" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"iaI" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"iaS" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/research/xenobiology{ + pixel_x = -32 + }, +/obj/structure/closet/emcloset, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"ibk" = ( +/turf/open/floor/plating, +/area/maintenance/central) +"ibo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos{ + name = "Equipment Room"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ibs" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"ibF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Server Room"; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Court)"; + pixel_y = 25 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"ice" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + 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/n2, +/area/engine/atmos_distro) +"icj" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"icC" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"icH" = ( +/obj/machinery/door/airlock/medical{ + name = "Observation" + }, +/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/dark, +/area/medical/surgery) +"icR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"ida" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"idE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/clerk) +"idV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 1; + external_pressure_bound = 120; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"iee" = ( +/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/crew_quarters/dorms) +"iei" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"iev" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay - Cloning Lab"; + dir = 5; + name = "medbay camera"; + network = list("ss13","medbay") + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"ieW" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"ifa" = ( +/turf/open/floor/plasteel, +/area/maintenance/port) +"ifh" = ( +/obj/machinery/air_sensor{ + id_tag = "tox_sensor" + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos_distro) +"ifs" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"ifH" = ( +/obj/machinery/door/window/southleft{ + dir = 8; + name = "Test Chamber"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"ifU" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input, +/turf/open/floor/engine/air, +/area/engine/atmos_distro) +"ifY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"ifZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"igg" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Law Office Maintenance"; + 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/plating, +/area/lawoffice) +"igr" = ( +/obj/structure/cable{ + icon_state = "2-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/holopad, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"igv" = ( +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"igI" = ( +/obj/effect/landmark/start/head_of_personnel, +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"igR" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"igW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"igX" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Hydroponics" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"iha" = ( +/obj/structure/table/reinforced, +/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/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"ihm" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/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, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"ihE" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"ihH" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ihL" = ( +/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{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"ihQ" = ( +/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/medbay/central) +"ihY" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"iic" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"iid" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"iil" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/wood, +/area/chapel/office) +"iiI" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"iiS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ija" = ( +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/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/dark, +/area/maintenance/starboard/fore) +"ijd" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ijv" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/aisat_interior) +"ijz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"ijM" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"ikk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Library Maintenance"; + req_one_access_txt = "37;12" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/library) +"ikN" = ( +/obj/structure/table, +/obj/item/flashlight/lamp/green{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/pen, +/obj/item/pen{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"ikO" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/grass, +/area/maintenance/starboard/aft) +"ikP" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Conference Break Room" + }, +/obj/machinery/computer/slot_machine, +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"ikV" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel/white, +/area/science/mixing/chamber) +"ilg" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos_distro) +"ili" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/baguette, +/obj/item/toy/dummy, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"ilt" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/aisat_interior) +"ilv" = ( +/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{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ilX" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Central Hallway East" + }, +/obj/structure/sign/directions/medical{ + pixel_y = 24 + }, +/obj/structure/sign/directions/supply{ + dir = 8; + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"imc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"imk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"imn" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"imH" = ( +/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/secondary/exit) +"imK" = ( +/obj/structure/sign/departments/science{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ina" = ( +/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/fore) +"inw" = ( +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"ioB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"ioR" = ( +/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/plating, +/area/maintenance/starboard/fore) +"ipl" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"ipv" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"ipH" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"ipL" = ( +/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/hydroponics) +"iqd" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"iqf" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"iqr" = ( +/obj/structure/cable{ + icon_state = "4-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/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"irb" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"irh" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"iry" = ( +/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/port) +"irz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_r"; + name = "Right side containment blast door" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"irS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"isf" = ( +/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/genetics) +"isE" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Auxillary Art Storage" + }, +/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/crew_quarters/fitness) +"isI" = ( +/obj/structure/closet/gimmick/tacticool, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"isK" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"isM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/brig) +"isR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"itc" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/ruin/powered) +"itf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -32; + pixel_y = 23 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"itn" = ( +/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/plasteel, +/area/hallway/primary/starboard) +"itA" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"iua" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"iuh" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/clothing/gloves/color/yellow, +/obj/item/twohanded/rcl/pre_loaded, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel, +/area/engine/engineering) +"iul" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"iuq" = ( +/mob/living/simple_animal/hostile/viscerator{ + desc = "A small, twin-bladed machine capable of inflicting very deadly lacerations. This one appears to be painted in the colors of the russian flag."; + faction = list("russian"); + name = "Russ-erator" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"ius" = ( +/obj/structure/table/glass, +/obj/machinery/door/window/northright{ + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "5" + }, +/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/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"iuv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/obj/machinery/meter, +/obj/machinery/camera{ + c_tag = "Atmospherics North West"; + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"iux" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"iuz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"iuC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"iuH" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display/evac{ + layer = 4; + pixel_x = -32 + }, +/obj/machinery/vending/modularpc, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"iuY" = ( +/obj/structure/cable{ + icon_state = "4-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 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ivb" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"ivd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/security/execution/transfer) +"ivm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil, +/mob/living/simple_animal/cockroach{ + desc = "Virtually unkillable."; + name = "Becquerel"; + sentience_type = 5; + status_flags = 16 + }, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"ivy" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ivF" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/turf/open/floor/plating, +/area/maintenance/port) +"ivG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/science/lab) +"ivJ" = ( +/obj/machinery/computer/arcade{ + dir = 1 + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"ivV" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"iwb" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/crate, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"iwc" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"iwt" = ( +/obj/machinery/door/firedoor/border_only, +/obj/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"iwU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/turf/open/floor/carpet/exoticpurple, +/area/maintenance/port/aft) +"iwW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"ixo" = ( +/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/security/prison) +"ixs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"ixw" = ( +/obj/effect/landmark/start/clown, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"ixx" = ( +/obj/machinery/vending/snack/random, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"ixP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ixW" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/southright{ + dir = 1; + name = "Research and Development Desk"; + req_access_txt = "7" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"iyd" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"iyi" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"iyr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"iyy" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/item/multitool{ + pixel_x = 7 + }, +/obj/item/multitool{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/multitool{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"iyz" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/medical/morgue) +"iyZ" = ( +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav/listeningstation) +"izr" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"izv" = ( +/obj/effect/landmark/event_spawn, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Court)"; + pixel_x = 31; + pixel_y = 25 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"izU" = ( +/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/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) +"iAo" = ( +/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, +/turf/open/floor/plating, +/area/security/processing) +"iAB" = ( +/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 = 2 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"iAT" = ( +/obj/structure/easel, +/obj/item/canvas/twentyfour_twentyfour{ + pixel_y = 10 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"iAZ" = ( +/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) +"iBd" = ( +/obj/docking_port/stationary/random{ + id = "pod_lavaland3"; + name = "lavaland" + }, +/turf/open/space/basic, +/area/space/nearstation) +"iBe" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/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/bridge) +"iBf" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/dice, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"iBk" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/surgery, +/obj/machinery/vending/wallmed{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"iBI" = ( +/obj/machinery/power/smes, +/obj/structure/cable/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"iBN" = ( +/obj/effect/overlay/palmtree_l{ + pixel_y = 29 + }, +/obj/effect/turf_decal/sand, +/obj/structure/table/wood, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"iCn" = ( +/obj/effect/turf_decal/tile/black{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"iCL" = ( +/obj/machinery/computer/ai_resource_distribution, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"iDD" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"iDZ" = ( +/turf/open/floor/plasteel/white, +/area/security/physician) +"iEn" = ( +/obj/structure/table/reinforced, +/obj/item/radio/off{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/multitool{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/storage/box/fancy/donut_box, +/turf/open/floor/plasteel/dark, +/area/bridge) +"iEo" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"iEI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/turf/open/floor/carpet/exoticpurple, +/area/maintenance/port/aft) +"iEJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"iEQ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/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{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"iEV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"iEY" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"iFH" = ( +/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/hallway/secondary/exit) +"iFM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"iFS" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"iGG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"iGM" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"iGQ" = ( +/obj/machinery/light, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"iHx" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway West 2"; + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"iHy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"iHH" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"iHJ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"iHX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"iIw" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"iIz" = ( +/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 = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"iIJ" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"iJe" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped{ + dir = 1; + filter_type = "plasma"; + name = "Plasma Fitler" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"iJh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"iJz" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/disposal) +"iJC" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/grass, +/area/maintenance/starboard/aft) +"iJD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"iJJ" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/solar/port/aft) +"iJP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/stairs, +/area/hallway/secondary/exit) +"iJT" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/bridge) +"iKb" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"iKj" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"iKC" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"iLj" = ( +/obj/structure/statue/silver/medborg, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/circuit/off, +/area/ai_monitored/turret_protected/aisat_interior) +"iLn" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/obj/effect/mapping_helpers/teleport_anchor, +/obj/structure/cable/yellow{ + 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/maintenance/disposal/incinerator) +"iLq" = ( +/obj/machinery/computer/cargo/request, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"iLw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"iLO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"iMf" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"iMr" = ( +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"iMH" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"iMI" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Mining Maintenance"; + req_access_txt = "48" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"iMZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"iNa" = ( +/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/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"iNz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"iNA" = ( +/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/plasteel/dark, +/area/science/mixing) +"iOa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"iOg" = ( +/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) +"iOh" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"iOr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/storage/pill_bottle/dice, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"iOt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window, +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/grass, +/area/medical/medbay/aft) +"iOv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"iOE" = ( +/obj/effect/turf_decal/trimline/green/filled/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/white, +/area/medical/virology) +"iOJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel, +/area/engine/engineering) +"iPe" = ( +/obj/machinery/processor, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"iPw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"iPU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/poddoor/preopen{ + id = "chemistry_shutters"; + name = "Chemistry shutters" + }, +/turf/open/floor/plating, +/area/medical/chemistry) +"iQl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"iQz" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"iQC" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"iQJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"iQM" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plasteel, +/area/storage/primary) +"iQP" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"iRg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"iRo" = ( +/obj/effect/landmark/stationroom/maint/threexfive, +/turf/template_noop, +/area/maintenance/starboard/aft) +"iRu" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port) +"iRP" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"iSg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"iSn" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"iSv" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/structure/sink/puddle{ + pixel_x = -8; + pixel_y = 3 + }, +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/medical/medbay/aft) +"iSA" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 2"; + dir = 8 + }, +/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/plasteel, +/area/hallway/secondary/entry) +"iTs" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/clipboard, +/obj/item/folder, +/obj/item/toy/dummy, +/turf/open/floor/plasteel/dark, +/area/maintenance/starboard/fore) +"iTt" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hydroponics) +"iTX" = ( +/obj/item/shard, +/obj/item/shard, +/obj/item/shard, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"iTY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"iUk" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 1; + pixel_y = -28 + }, +/obj/machinery/light, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"iUo" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"iUz" = ( +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"iUB" = ( +/obj/item/a_gift, +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"iVb" = ( +/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-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/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/plasteel/white, +/area/science/explab) +"iVi" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"iVl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/turnstile/brig{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"iVx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"iVV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"iVY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"iWn" = ( +/turf/open/floor/plasteel/white, +/area/security/execution/transfer) +"iWG" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L9" + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"iWR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"iWY" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"iXf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/disposal) +"iXi" = ( +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"iXr" = ( +/obj/structure/chair{ + dir = 4; + name = "Judge" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"iXK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"iXV" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"iXW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"iYo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"iYr" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"iYt" = ( +/turf/open/floor/grass, +/area/maintenance/starboard/aft) +"iYu" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/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/plasteel/dark, +/area/teleporter) +"iYD" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port/aft) +"iYG" = ( +/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/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"iYJ" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"iYK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"iZd" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"iZf" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"iZu" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"iZv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/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 = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"iZA" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/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/starboard/fore) +"iZD" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/security/detectives_office) +"iZJ" = ( +/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/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -30; + pixel_y = -4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"iZN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + 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/primary/starboard) +"iZQ" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/wardrobe/black, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"iZR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/geneticist, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"iZV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"iZZ" = ( +/obj/machinery/vending/sustenance, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"jaf" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jag" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"jan" = ( +/obj/machinery/button/door{ + id = "cmo"; + name = "CMO Shutter Control"; + pixel_x = 25; + pixel_y = -9; + req_access_txt = "40" + }, +/obj/machinery/light_switch{ + pixel_x = 35; + pixel_y = -9 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = 28; + pixel_y = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"jao" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"jaq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/camera{ + c_tag = "Medbay West"; + dir = 1; + network = list("ss13","medbay"); + pixel_x = 21 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"jaG" = ( +/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/door/window/northleft{ + dir = 8; + name = "Reception Window" + }, +/obj/machinery/flasher{ + id = "hopflash"; + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"jaH" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/lab"; + dir = 4; + name = "Research Lab APC"; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"jaS" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Robotics Access" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"jaY" = ( +/obj/machinery/vending/hydronutrients, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/grass, +/area/maintenance/port/fore) +"jba" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/stack/cable_coil{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"jbc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "Dorm5"; + name = "Cabin Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"jbF" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"jcd" = ( +/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 = 2 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"jco" = ( +/obj/structure/weightmachine/stacklifter, +/obj/effect/decal/cleanable/glitter/blue, +/turf/open/floor/carpet/royalblack, +/area/maintenance/port) +"jcP" = ( +/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/sorting/mail{ + dir = 4; + sortType = 19 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"jcY" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/clerk) +"jdb" = ( +/obj/structure/table/wood, +/obj/item/stack/cable_coil{ + pixel_x = -6; + pixel_y = 11 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/stack/cable_coil{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/stack/cable_coil{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/machinery/camera{ + c_tag = "Auxillary Art Storage" + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"jdd" = ( +/obj/structure/sign/departments/restroom{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Locker Room West"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jdg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"jdi" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/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 = 2 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"jdm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"jdn" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/modular_computer/console/preset/research, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"jdw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "kanyewest"; + name = "Privacy Shutters"; + pixel_x = 6; + pixel_y = -26 + }, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -25 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"jdx" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/plasteel, +/area/maintenance/port) +"jdA" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jdG" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/clerk) +"jdN" = ( +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"jdT" = ( +/obj/structure/window/reinforced, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"jdU" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/holopad, +/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/hydroponics) +"jev" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + pixel_x = -3 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = 11; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 11; + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = 11; + pixel_y = 5 + }, +/turf/open/floor/plasteel/white, +/area/security/physician) +"jez" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jeC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"jeM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"jeQ" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/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_access_txt = "63" + }, +/turf/open/floor/plasteel/white, +/area/security/checkpoint/medical) +"jeY" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/warehouse"; + dir = 1; + name = "Cargo Warehouse APC"; + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"jfs" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + 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/theatre) +"jga" = ( +/obj/structure/table/wood, +/obj/item/toy/plush/foxplushie{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/toy/plush/carpplushie{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/floor/carpet/red, +/area/maintenance/starboard/fore) +"jgc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"jgg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Court)"; + pixel_x = 32; + pixel_y = 27 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"jgs" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"jgt" = ( +/obj/structure/table, +/obj/item/clothing/mask/cigarette/rollie/cannabis, +/obj/item/reagent_containers/food/snacks/burrito, +/obj/item/reagent_containers/food/snacks/cookie, +/obj/item/reagent_containers/food/snacks/cookie, +/obj/item/reagent_containers/food/snacks/cookie, +/obj/item/reagent_containers/food/snacks/cookie, +/obj/item/reagent_containers/food/snacks/cookie, +/obj/item/reagent_containers/food/snacks/cookie, +/obj/item/reagent_containers/food/snacks/cookie, +/obj/item/reagent_containers/food/snacks/cookie, +/obj/item/reagent_containers/food/snacks/cookie, +/obj/item/reagent_containers/food/snacks/cookie, +/turf/open/floor/wood, +/area/ruin/powered) +"jgv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "mechbaywindows"; + name = "Mech Bay Shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"jgE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/bridge) +"jgP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/computer/rdservercontrol{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"jgT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/sink/puddle{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/flora/ausbushes/stalkybush{ + pixel_x = 2; + pixel_y = 16 + }, +/turf/open/floor/grass, +/area/medical/genetics) +"jgW" = ( +/obj/machinery/mecha_part_fabricator, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"jha" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/space/has_grav/listeningstation) +"jhr" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"jhw" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 9; + pixel_y = 13 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"jhx" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"jhF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/engine/atmos) +"jhT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"jib" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"jih" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port) +"jil" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/atmos_control/tank/carbon_tank{ + dir = 8; + sensors = list("co2_sensor" = "Tank") + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"jis" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"jiu" = ( +/obj/structure/rack, +/obj/item/coin/silver, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"jiC" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/glowstick, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"jiI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"jiK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"jiM" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Transfer Chamber"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"jiV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"jjp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"jjq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"jjs" = ( +/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) +"jjG" = ( +/obj/machinery/door/airlock/hatch, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav/listeningstation) +"jjL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/atmos_control/tank/nitrous_tank{ + dir = 8; + sensors = list("n2o_sensor" = "Tank") + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"jjQ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/item/aiModule/core/freeformcore, +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"jjU" = ( +/obj/machinery/shower{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"jkl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"jky" = ( +/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/port/fore) +"jkz" = ( +/obj/effect/turf_decal/pool{ + dir = 1 + }, +/obj/effect/turf_decal/pool{ + dir = 8 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"jkE" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -30; + pixel_y = -4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"jkF" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"jkI" = ( +/mob/living/simple_animal/cockroach, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"jkV" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"jkW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"jlc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Holodeck 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/plasteel, +/area/maintenance/starboard/fore) +"jlt" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"jlH" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"jlW" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/camera, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"jlX" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"jlY" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"jlZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"jma" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/science/storage) +"jmc" = ( +/obj/structure/chair/stool, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"jmp" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/miner/nitrogen, +/turf/open/floor/engine/n2, +/area/engine/atmos_distro) +"jmq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"jmC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"jmD" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/cryo_cell, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"jmW" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"jmZ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "chemistry_shutters"; + name = "Chemistry shutters" + }, +/obj/machinery/door/window/eastright{ + base_state = "left"; + icon_state = "left"; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"jni" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"jnm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jnp" = ( +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"jnN" = ( +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jnX" = ( +/obj/machinery/vending/snack/random, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"joq" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"joF" = ( +/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"joS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "atmos blast door" + }, +/turf/open/space/basic, +/area/space) +"joU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"jpa" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/mapping_helpers/teleport_anchor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jpg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"jpA" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/virology) +"jpK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"jpN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"jqq" = ( +/obj/machinery/door/airlock{ + name = "Service Hall"; + req_one_access_txt = "25;26;35;28;46;37;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/plating, +/area/hallway/secondary/service) +"jqs" = ( +/obj/effect/turf_decal/siding/wideplating, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"jqu" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"jqA" = ( +/turf/open/floor/engine/n2o, +/area/engine/atmos_distro) +"jqF" = ( +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/white{ + dir = 4 + }, +/obj/effect/turf_decal/tile/white{ + dir = 1 + }, +/obj/structure/showcase/cyborg/old{ + pixel_y = 2 + }, +/turf/open/floor/black, +/area/ai_monitored/turret_protected/aisat_interior) +"jqM" = ( +/obj/machinery/camera{ + c_tag = "Aft Port Solar Control"; + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"jqP" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"jqV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Arrivals North" + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"jrb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/security/brig) +"jrt" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/research) +"jry" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/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{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/library) +"jrD" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Evidence Storage"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/security/brig) +"jrG" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"jso" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood, +/area/vacant_room) +"jsp" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"jsv" = ( +/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/machinery/light/small{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 30; + pixel_y = -9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"jsw" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"jsK" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"jsN" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"jtd" = ( +/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{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jtf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"jtG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"juo" = ( +/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 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"jur" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas/sechailer, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"juu" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/multitool, +/obj/item/multitool, +/obj/item/wirecutters, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/crowbar, +/turf/open/floor/plasteel, +/area/storage/primary) +"juN" = ( +/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/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"juQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"juR" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + 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) +"juW" = ( +/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/dorms) +"jvi" = ( +/obj/machinery/lapvend, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"jvI" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 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, +/area/security/processing) +"jvN" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + 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/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"jvV" = ( +/obj/machinery/computer/atmos_control{ + dir = 1; + name = "Tank Monitor" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"jwj" = ( +/obj/machinery/door/window/southleft{ + dir = 8; + name = "Test Chamber"; + req_access_txt = "55" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"jwx" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/obj/machinery/door/airlock/command/glass{ + 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) +"jwC" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"jwX" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"jxg" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/computer/cloning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"jxk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"jxw" = ( +/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/structure/plasticflaps{ + opacity = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"jxV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"jyg" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area"; + req_access_txt = "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) +"jyt" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 32 + }, +/obj/structure/table, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/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/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"jyH" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun/dragnet{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/gun/energy/e_gun/dragnet, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"jyW" = ( +/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, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"jzc" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/vending/tool, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jzy" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance/external{ + welded = 1 + }, +/obj/effect/turf_decal/sand, +/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) +"jzG" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jzW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/engine, +/area/science/storage) +"jAb" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/toy/figure/chef, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"jAf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/virology) +"jAj" = ( +/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/entry) +"jAk" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/bot_red, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"jAs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIE"; + location = "Medical"; + name = "medical navigation beacon" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"jAz" = ( +/obj/machinery/computer/prisoner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"jAB" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"jBm" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/button/door{ + id = "heads_meeting"; + name = "Security Shutters"; + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"jBx" = ( +/obj/effect/decal/cleanable/food/flour, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"jBz" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/hallway/primary/central) +"jBI" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/secondarydatacore) +"jBN" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"jBS" = ( +/obj/structure/rack, +/obj/item/soap/deluxe, +/turf/open/floor/mineral/silver, +/area/crew_quarters/heads/captain) +"jBU" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"jCc" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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) +"jCg" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"jCB" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 2"; + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"jCC" = ( +/obj/effect/decal/cleanable/glitter/blue, +/mob/living/simple_animal/mouse/brown{ + desc = "This cute little guy just loves the taste of MONKEY ENERGY. Isn't he RIPPED?"; + name = "Gym Rat" + }, +/turf/open/floor/plasteel, +/area/maintenance/port) +"jCM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jCQ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/sign/warning/vacuum/external, +/turf/closed/wall/r_wall, +/area/science/mixing/chamber) +"jCZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"jDi" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/cardhand{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"jDw" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"jDy" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"jDJ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"jDN" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"jDU" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"jDX" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Detective's office"; + name = "Detective RC"; + pixel_x = 32 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"jEa" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"jEe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"jEg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"jEp" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"jEq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"jEu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"jEK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"jFb" = ( +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"jFj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"jFn" = ( +/obj/structure/sign/departments/minsky/medical/medical2{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"jFD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"jFM" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"jFS" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L7" + }, +/obj/effect/landmark/observer_start, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jGe" = ( +/turf/template_noop, +/area/maintenance/starboard) +"jGN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"jHg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"jHG" = ( +/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/paramedic) +"jHP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/sign/poster/official/foam_force_ad{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jHR" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"jHY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"jIf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"jIm" = ( +/obj/effect/turf_decal/pool, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"jIH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = 32; + pixel_y = -8 + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = 32; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"jIO" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jIR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"jIV" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"jJd" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance_hatch, +/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) +"jJo" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/fireaxecabinet/bridge/spare{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"jJp" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"jJX" = ( +/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/entry) +"jKb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 7; + pixel_y = -23 + }, +/turf/open/floor/plasteel, +/area/tcommsat/server) +"jKh" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"jKr" = ( +/obj/effect/turf_decal/tile/black{ + dir = 1 + }, +/obj/effect/turf_decal/tile/black{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"jKD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"jKI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"jLj" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"jLp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jLr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"jLz" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"jLN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jLT" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/medical/medical2{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"jLV" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Storage"; + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"jMe" = ( +/turf/open/floor/carpet/purple, +/area/chapel/main) +"jMk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"jMp" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/item/twohanded/rcl/pre_loaded, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/heads/chief) +"jMH" = ( +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"jMP" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/circuit/telecomms/server, +/area/ai_monitored/secondarydatacore) +"jMR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-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/engineering) +"jNi" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/filingcabinet, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"jNr" = ( +/obj/machinery/light_switch{ + pixel_x = -7; + pixel_y = -25 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"jND" = ( +/obj/machinery/computer/station_alert{ + dir = 1; + name = "Station Alert Console" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos) +"jOl" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit) +"jOn" = ( +/obj/structure/window/reinforced, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"jOs" = ( +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jOv" = ( +/obj/structure/flora/ausbushes/brflowers, +/mob/living/simple_animal/sheep, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"jOx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"jOK" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"jOQ" = ( +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"jOV" = ( +/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{ + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"jPa" = ( +/obj/machinery/smartfridge/chemistry, +/turf/closed/wall, +/area/medical/chemistry) +"jPf" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"jPv" = ( +/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/white, +/area/science/research) +"jPJ" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/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/medical/virology) +"jPS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/vacant_room) +"jPY" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"jQj" = ( +/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 = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"jQr" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Research Division - Nanite Lab"; + dir = 6; + name = "science camera"; + network = list("ss13","rd") + }, +/obj/item/storage/box/disks_nanite{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/storage/box/disks_nanite{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"jQv" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"jQy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"jQR" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"jQV" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/security/prison) +"jQY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"jRd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Virology Airlock"; + dir = 6; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"jRl" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/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) +"jRq" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"jRA" = ( +/obj/machinery/power/smes/fullycharged, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"jRR" = ( +/obj/structure/showcase/machinery/tv, +/obj/structure/table/wood, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"jRX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/wood, +/area/vacant_room) +"jSi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Lockers"; + location = "QM" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jSt" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/hop) +"jSz" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/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 = 2 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"jSY" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"jTa" = ( +/obj/item/toy/spinningtoy, +/turf/open/floor/fakespace, +/area/maintenance/port/fore) +"jTt" = ( +/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/port/fore) +"jTB" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/turf_decal/pool, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"jTI" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/lawoffice) +"jUa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"jUk" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/storage/primary) +"jUl" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"jUm" = ( +/obj/effect/landmark/start/mime, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"jUr" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"jUu" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/prison) +"jUF" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jVe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jVs" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"jVz" = ( +/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/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/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jVA" = ( +/obj/structure/cable{ + icon_state = "4-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 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_one_access_txt = "10;61" + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"jVM" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"jVQ" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"jVR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/security/prison) +"jVW" = ( +/obj/item/beacon, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"jVY" = ( +/obj/machinery/hydroponics/soil, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/seeds/ambrosia, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"jWx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"jWy" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"jWJ" = ( +/obj/structure/table/wood, +/obj/item/storage/box/fancy/donut_box, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"jXk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 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/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/vending/wardrobe/engi_wardrobe, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jXx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"jXB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + 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, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"jXR" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jXS" = ( +/obj/machinery/light/floor, +/turf/open/floor/plasteel/dark, +/area/bridge) +"jXU" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "barshutters"; + name = "bar shutters" + }, +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/randomdrink, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"jXV" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"jXX" = ( +/obj/structure/table/wood, +/obj/item/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/box/deputy, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"jYe" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"jYf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jYp" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -1; + pixel_y = 14 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -9; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"jYH" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"jZc" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"jZu" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"jZT" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"kaa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"kaq" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"kaH" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit) +"kbb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"kbd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"kbo" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/light, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"kbs" = ( +/mob/living/simple_animal/bot/cleanbot/medical{ + on = 0 + }, +/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 = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"kbt" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"kbx" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "N2 Outlet Pump"; + target_pressure = 4500 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"kbB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/nanite) +"kbK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"kcm" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"kcI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"kdc" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"kdW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"keB" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/l3closet/virology, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"keF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing/chamber) +"keN" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"keP" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"kfl" = ( +/obj/item/reagent_containers/glass/bottle/drugs, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/bed, +/obj/machinery/light/broken{ + dir = 4 + }, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/ruin/powered) +"kfn" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"kfu" = ( +/mob/living/simple_animal/hostile/retaliate/dolphin/manatee, +/turf/open/space/basic, +/area/space/nearstation) +"kfD" = ( +/obj/machinery/light{ + dir = 4 + }, +/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/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"kfG" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"kfX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"kfY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"kfZ" = ( +/obj/structure/closet/crate/internals, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"kgb" = ( +/obj/structure/table, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/item/multitool, +/obj/item/wrench{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/clothing/glasses/science{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/gloves/color/latex{ + pixel_y = -13 + }, +/obj/item/clothing/gloves/color/latex{ + pixel_y = -13 + }, +/obj/item/clothing/glasses/science{ + pixel_x = -3; + pixel_y = -4 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"kgo" = ( +/obj/structure/table/wood, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = -4; + pixel_y = -1 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"kgu" = ( +/obj/effect/turf_decal/bot, +/turf/closed/wall, +/area/quartermaster/office) +"kgy" = ( +/obj/structure/janitorialcart, +/obj/item/mop, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"kgA" = ( +/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/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/secondary/entry) +"kgB" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/storage/backpack/duffelbag/med/surgery, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"kgK" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/trimline/white/arrow_cw{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"khf" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"khq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/engine/engineering) +"khF" = ( +/obj/structure/bed{ + pixel_x = 1; + pixel_y = 14 + }, +/obj/item/bedsheet/red{ + pixel_x = 1; + pixel_y = 14 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"kim" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/med_data/laptop, +/obj/item/storage/secure/safe{ + pixel_x = 5; + pixel_y = 29 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"kiH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"kiL" = ( +/obj/machinery/rnd/production/circuit_imprinter, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"kjm" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"kjn" = ( +/obj/machinery/door/poddoor/shutters{ + id = "Skynet_launch"; + name = "mech bay" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"kjJ" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 1; + pixel_y = -28 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"kka" = ( +/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) +"kkO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"kkQ" = ( +/obj/structure/dresser, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"kkS" = ( +/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) +"klf" = ( +/obj/machinery/chem_dispenser/drinks/fullupgrade, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"klr" = ( +/obj/structure/table/glass, +/obj/item/clothing/glasses/welding, +/obj/machinery/camera{ + c_tag = "Research and Development"; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/machinery/bounty_board{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"klx" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"klB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"klI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"klT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"kmf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"kmm" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"kmo" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/bridge) +"knl" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port) +"knn" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"kns" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/latexballon, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"knA" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/structure/curtain, +/obj/item/bikehorn/rubberducky, +/turf/open/floor/mineral/silver, +/area/crew_quarters/heads/captain) +"knE" = ( +/obj/machinery/door/window/northright{ + name = "Prize Corner"; + req_access_txt = "12" + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"knF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"knI" = ( +/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/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/holosign/surgery{ + id = "surgery" + }, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"knU" = ( +/obj/machinery/requests_console{ + department = "EVA"; + pixel_x = -33; + pixel_y = 29 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"knY" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"knZ" = ( +/obj/machinery/door/window/westleft{ + name = "armoury desk"; + req_access_txt = "3" + }, +/obj/machinery/door/window/eastleft{ + name = "armoury desk"; + req_access_txt = "1" + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/security/warden) +"kod" = ( +/obj/machinery/gibber, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"koH" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 25; + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai_upload) +"koI" = ( +/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 = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"koT" = ( +/obj/machinery/camera{ + c_tag = "Head of Personnel's Office"; + dir = 1 + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = 4; + pixel_y = -25 + }, +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Head of Personnel's Office"; + dir = 1 + }, +/obj/machinery/photocopier/faxmachine{ + department = "Head of Personnel"; + name = "Head of Personnel's Fax Machine" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"koW" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"kph" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"kpi" = ( +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"kpo" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/rag, +/obj/item/reagent_containers/glass/rag, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/janitor) +"kpv" = ( +/obj/effect/landmark/event_spawn, +/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/plating, +/area/maintenance/port/aft) +"kpy" = ( +/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) +"kpR" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"kpV" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"kqd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"kqr" = ( +/obj/item/radio/off, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"kqx" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"kqK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"kqT" = ( +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/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) +"kqV" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/russian, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"krb" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"krd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/light_switch{ + pixel_x = 26 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"krf" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/vending/wardrobe/viro_wardrobe, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"krp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/modular_computer/console/preset/command/ce{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/heads/chief) +"krq" = ( +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "ai_core_airlock_interior"; + idSelf = "ai_core_airlock_control"; + pixel_x = -23; + pixel_y = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"kru" = ( +/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/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"krF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"krT" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"krZ" = ( +/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/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ksg" = ( +/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) +"ksu" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"ksy" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"ksz" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP"; + location = "Arrivals"; + name = "arrivals navigation beacon" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ksC" = ( +/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 = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"ksI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ksJ" = ( +/obj/effect/mine/stun{ + icon = 'icons/obj/assemblies.dmi'; + icon_state = "device" + }, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav/listeningstation) +"ksN" = ( +/obj/structure/cable{ + 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{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"ksO" = ( +/obj/machinery/light, +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/brig) +"ksP" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ksZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"ktf" = ( +/obj/machinery/door/airlock{ + name = "Gift Shop"; + req_access_txt = "36" + }, +/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 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/clerk) +"ktk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"ktx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/computer/operating, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"ktA" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/grass, +/area/medical/medbay/aft) +"ktW" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Testing Lab East"; + dir = 8; + network = list("ss13","rd") + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"kud" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"kuG" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"kuM" = ( +/obj/structure/flora/ausbushes/palebush{ + pixel_x = -8; + pixel_y = 11 + }, +/mob/living/carbon/monkey, +/turf/open/floor/grass, +/area/medical/genetics) +"kvc" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"kvo" = ( +/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) +"kvq" = ( +/obj/effect/turf_decal/sand, +/obj/structure/rack, +/obj/item/camera, +/obj/item/reagent_containers/spray/spraytan, +/obj/item/reagent_containers/spray/spraytan, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"kvF" = ( +/obj/machinery/door/airlock/public, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/ruin/powered) +"kvK" = ( +/mob/living/simple_animal/hostile/glockroach, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"kvW" = ( +/obj/machinery/computer/atmos_alert{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"kwj" = ( +/obj/structure/sign/departments/minsky/security/security{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"kwL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"kwV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2; + name = "Research Junction"; + sortType = 12 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"kwW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"kxk" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/coin/iron{ + pixel_x = -2; + pixel_y = -9 + }, +/obj/item/coin/iron{ + pixel_y = -15 + }, +/obj/item/coin/iron{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/coin/iron{ + pixel_x = -5; + pixel_y = -14 + }, +/obj/item/toy/cards/cardhand{ + pixel_y = 13 + }, +/obj/item/toy/cards/cardhand{ + pixel_x = 8; + pixel_y = -12 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -10; + pixel_y = -3 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -14; + pixel_y = 17 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"kxr" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"kxx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/pool, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"kxB" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"kyw" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"kyW" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"kyZ" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"kzi" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"kzz" = ( +/turf/template_noop, +/area/maintenance/central/secondary) +"kAi" = ( +/obj/structure/chair/sofa/right, +/obj/item/reagent_containers/food/snacks/grilledcheese, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/powered) +"kAj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/library) +"kAn" = ( +/obj/machinery/camera{ + c_tag = "Maintenance Garden"; + dir = 5 + }, +/turf/open/floor/grass, +/area/maintenance/port/fore) +"kAr" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Security Delivery"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"kAv" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/mirror{ + pixel_y = -32 + }, +/turf/open/floor/noslip, +/area/medical/sleeper) +"kAT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"kBi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/exoticpurple, +/area/maintenance/port/aft) +"kBm" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"kBW" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"kCn" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Courtroom South"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"kCy" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"kCP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"kCW" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"kDf" = ( +/obj/machinery/computer/telecomms/server{ + network = "tcommsat" + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"kDj" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Launch Room"; + req_access_txt = "7" + }, +/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 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"kDo" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"kDr" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/quantumpad{ + map_pad_id = "admintoai"; + map_pad_link_id = "aitoadmin" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"kDt" = ( +/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/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"kDv" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Prison Common Room North"; + dir = 6; + network = list("ss13","prison") + }, +/turf/open/floor/plasteel, +/area/security/prison) +"kDF" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/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/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"kDI" = ( +/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/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"kDQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"kEa" = ( +/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/crew_quarters/dorms) +"kEu" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical/virology, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"kEy" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"kES" = ( +/obj/machinery/door/airlock/security{ + name = "Security Office"; + req_one_access_txt = "1;4" + }, +/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/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"kEU" = ( +/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) +"kFb" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/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 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"kFf" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/robotics/mechbay"; + name = "Mech Bay APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"kFt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"kFx" = ( +/obj/structure/cable/yellow{ + 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/maintenance/disposal/incinerator) +"kFT" = ( +/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/science/mixing) +"kGp" = ( +/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/crew_quarters/fitness) +"kGv" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"kGw" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"kGy" = ( +/obj/machinery/door/window/westleft{ + name = "Atmospherics Delivery"; + req_access_txt = "24" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"kGL" = ( +/obj/structure/sign/poster/contraband/have_a_puff, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"kGW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"kGZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"kHg" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/port) +"kHp" = ( +/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) +"kHy" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"kHO" = ( +/obj/machinery/power/apc{ + areastring = "/area/chapel/main"; + dir = 4; + name = "Chapel APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"kHQ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"kHV" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"kIj" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-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/white, +/area/science/misc_lab) +"kIn" = ( +/obj/structure/cable{ + icon_state = "2-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 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"kIv" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"kIA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"kIO" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/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) +"kJi" = ( +/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/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"kJj" = ( +/obj/structure/table/wood, +/obj/item/nullrod, +/obj/machinery/camera{ + c_tag = "Chapel Office" + }, +/turf/open/floor/wood, +/area/chapel/office) +"kJr" = ( +/obj/structure/window/reinforced, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"kJB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/bed/roller, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"kJL" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/clothing/head/welding, +/obj/item/radio/off, +/obj/item/radio/off, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"kJM" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"kKQ" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"kLd" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/computer"; + name = "Telecomms Control Room APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"kLf" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"kLl" = ( +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"kLx" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"kLI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/prison) +"kLK" = ( +/obj/structure/sign/departments/minsky/security/security{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"kMd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"kMp" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"kMz" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"kMO" = ( +/obj/structure/guncase/shotgun, +/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 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"kNk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"kNP" = ( +/obj/effect/overlay/palmtree_l{ + pixel_x = 15; + pixel_y = 29 + }, +/obj/item/clothing/head/hardhat/cakehat, +/obj/structure/table/wood, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"kOo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"kOr" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Tanks West"; + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"kOw" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"kOx" = ( +/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/plasteel, +/area/quartermaster/office) +"kOB" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"kPo" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"kPp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"kPx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"kPC" = ( +/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 = 1 + }, +/obj/machinery/door/airlock/command/glass{ + name = "Chief Medical Officer"; + req_access_txt = "40" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"kPV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"kRe" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/captain, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"kRg" = ( +/obj/structure/closet/secure_closet/miner, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/miningdock"; + dir = 4; + name = "Mining Dock APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"kRi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"kRA" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"kRH" = ( +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"kRM" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/space/basic, +/area/hallway/primary/port) +"kSb" = ( +/obj/structure/sign/warning/radiation/rad_area{ + 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 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"kSF" = ( +/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/surgery) +"kSI" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"kSR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/obj/machinery/meter, +/obj/machinery/camera{ + c_tag = "Atmospherics South West"; + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"kSV" = ( +/obj/machinery/holopad, +/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/processing) +"kSX" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Lab"; + req_access_txt = "7" + }, +/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/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"kTi" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"kTl" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"kTF" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"kTG" = ( +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"kTY" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #2" + }, +/mob/living/simple_animal/bot/mulebot{ + beacon_freq = 1400; + home_destination = "QM #1"; + suffix = "#1" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"kUk" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/item/soap, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"kUp" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"kUA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"kUK" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"kUQ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/starboard/aft) +"kUY" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"kVw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_main"; + name = "Main containment blast door" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/xenobiology) +"kVE" = ( +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/prison) +"kVH" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos) +"kVJ" = ( +/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/hallway/secondary/entry) +"kVK" = ( +/obj/machinery/camera{ + c_tag = "Ice Cream Shoppe"; + dir = 5 + }, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"kVW" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"kWo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/mapping_helpers/teleport_anchor, +/turf/open/floor/plasteel, +/area/engine/engineering) +"kWz" = ( +/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{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"kWD" = ( +/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/dorms) +"kWO" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/lootdrop/donkpockets, +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"kXf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"kXj" = ( +/obj/item/reagent_containers/food/snacks/fish/goldfish{ + bitecount = 0; + length = 1; + weight = 2 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"kXl" = ( +/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/disposal) +"kXE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"kXS" = ( +/obj/machinery/door/airlock/external{ + name = "Russian External Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav/listeningstation) +"kYb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"kYx" = ( +/obj/machinery/door/window/brigdoor/security/holding{ + id = "Holding Cell"; + name = "Holding Cell" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + 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/brig) +"kYV" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"kYW" = ( +/obj/effect/decal/cleanable/dirt, +/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/prison) +"kYZ" = ( +/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 = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"kZf" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/xenobiology) +"kZw" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos) +"kZM" = ( +/obj/structure/lattice, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "atmos blast door" + }, +/turf/open/space/basic, +/area/space/nearstation) +"kZQ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"lak" = ( +/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{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"lbb" = ( +/obj/structure/cloth_curtain{ + color = "#99ccff" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "surgery_shutters"; + name = "Surgery Shutters" + }, +/turf/open/floor/plating, +/area/medical/surgery) +"lbm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/security/brig) +"lbt" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"lby" = ( +/obj/structure/table/wood, +/obj/item/folder/documents, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"lbz" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"lbP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"lbY" = ( +/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 = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"lca" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"lcg" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "testlab"; + name = "Test Chamber Blast Doors"; + pixel_x = -5; + pixel_y = 3; + req_access_txt = "55" + }, +/obj/machinery/button/ignition{ + id = "testigniter"; + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"lcm" = ( +/obj/machinery/camera{ + c_tag = "Bridge West"; + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -23 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/bridge) +"lcn" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"lcG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + 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) +"lcL" = ( +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"lcT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/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/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/doorButtons/access_button{ + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = -24; + req_access_txt = "39" + }, +/obj/machinery/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, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"ldb" = ( +/obj/machinery/atmospherics/components/binary/valve/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ldg" = ( +/obj/item/shard, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ldq" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ldt" = ( +/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/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/processing) +"ldu" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"ldF" = ( +/obj/structure/table, +/obj/item/instrument/harmonica, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"ldR" = ( +/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/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"lec" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/griddle, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"led" = ( +/obj/machinery/computer/security/telescreen/prison{ + dir = 1; + pixel_y = -27 + }, +/obj/machinery/camera{ + c_tag = "Law Office"; + dir = 1 + }, +/turf/open/floor/wood, +/area/lawoffice) +"lep" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/turf/open/floor/plating, +/area/maintenance/port) +"ley" = ( +/obj/structure/table, +/obj/item/clothing/mask/cigarette/rollie, +/turf/open/floor/mineral/titanium/white, +/area/ruin/powered) +"leD" = ( +/obj/structure/sign/poster/contraband/eat, +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/listeningstation) +"lfG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lfU" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"lgi" = ( +/obj/item/pickaxe/silver, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"lgu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"lgT" = ( +/obj/structure/fireaxecabinet/bridge{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"lgU" = ( +/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/port/aft) +"lhb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/medical/virology) +"lhk" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/space/basic, +/area/space/nearstation) +"lhs" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing/chamber) +"lhw" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"lhK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/janitor) +"lip" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"liD" = ( +/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) +"liY" = ( +/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/fore) +"ljd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/turf/open/floor/plating, +/area/science/lab) +"ljk" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/locker) +"ljF" = ( +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"ljJ" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"lka" = ( +/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/port/fore) +"lkc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"lkl" = ( +/obj/structure/sign/poster/official/random, +/turf/closed/wall, +/area/lawoffice) +"lkm" = ( +/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/secondary/entry) +"lkE" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"lkG" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"lkH" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/tank/internals/anesthetic, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/breath/medical, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"lkU" = ( +/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 = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"llb" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/space_heater, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"llh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + sortType = 22 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/janitor) +"lls" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"llY" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Auxiliary Storage"; + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"lml" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"lmB" = ( +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/engine, +/area/science/storage) +"lmL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"lnb" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access_txt = "16" + }, +/obj/effect/mapping_helpers/airlock/locked, +/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{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload) +"lnE" = ( +/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) +"lnK" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"lnY" = ( +/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/security/processing) +"loy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"loY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"lpJ" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" + }, +/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 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"lpN" = ( +/obj/structure/filingcabinet{ + pixel_x = -10 + }, +/obj/structure/filingcabinet, +/obj/structure/filingcabinet{ + pixel_x = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"lqb" = ( +/obj/item/shard, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/ruin/powered) +"lqc" = ( +/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/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/brig) +"lqq" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"lqt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/closed/wall, +/area/engine/atmos_distro) +"lqx" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lqB" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"lrc" = ( +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"lrf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"lrg" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 5 + }, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"lri" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space) +"lrr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"lru" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lrM" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"lrS" = ( +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/ruin/powered) +"lrV" = ( +/obj/structure/table, +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"lsj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/turf/open/floor/wood, +/area/library) +"lsl" = ( +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"lso" = ( +/obj/structure/table, +/obj/item/soap{ + pixel_x = 3; + pixel_y = 16 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = -5 + }, +/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/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/janitor) +"lsu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ruin/powered) +"lsz" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/janitor) +"lsP" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ltn" = ( +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ltr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_access_txt = "17" + }, +/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 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"ltJ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"ltP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"ltS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"ltY" = ( +/obj/effect/landmark/stationroom/maint/fivexfour, +/turf/template_noop, +/area/maintenance/starboard/aft) +"luj" = ( +/obj/machinery/light{ + dir = 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/secondary/entry) +"lur" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"luy" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/russian, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"luz" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"luS" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2{ + dir = 8 + }, +/obj/machinery/meter{ + pixel_x = -5; + pixel_y = -3; + target_layer = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"lve" = ( +/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/aft) +"lvt" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/bot_red, +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"lvG" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + 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/white, +/area/science/misc_lab) +"lwe" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"lwf" = ( +/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{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"lwg" = ( +/obj/machinery/teleport/station, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"lwx" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"lwL" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"lwR" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"lxt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"lxy" = ( +/obj/machinery/camera{ + c_tag = "Petting Zoo" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"lxz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"lxC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -10 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -4; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"lxH" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"lxU" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"lye" = ( +/obj/structure/window/reinforced, +/obj/structure/bodycontainer/morgue, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/security/physician) +"lyf" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/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{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"lyh" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"lym" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"lyn" = ( +/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/fore) +"lyq" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/tools{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"lyw" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Teleporter Maintenance"; + req_access_txt = "17" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"lyK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/suit_storage_unit/ce, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/crew_quarters/heads/chief) +"lyQ" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 1 + }, +/obj/machinery/meter{ + layer = 3.4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"lyR" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/disposal/incinerator) +"lzj" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"lzv" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/storage/box/donkpockets, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"lzB" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lzO" = ( +/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/effect/turf_decal/trimline/red/filled/warning{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"lzP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"lzS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"lzY" = ( +/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{ + icon_state = "2-8" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) +"lAa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lAf" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/powered) +"lAg" = ( +/obj/machinery/modular_computer/console/preset/mining{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"lAm" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/shutters{ + id = "HippieVan" + }, +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"lAy" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Court)"; + pixel_x = -30; + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"lAH" = ( +/obj/machinery/camera{ + c_tag = "Xenobio Entrance"; + network = list("ss13","rd","xeno") + }, +/obj/machinery/light{ + dir = 1 + }, +/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/effect/mapping_helpers/teleport_anchor, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"lAT" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"lBc" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/port/aft) +"lBg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"lBs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"lBJ" = ( +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"lBM" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"lBT" = ( +/obj/structure/bed/dogbed{ + desc = "Jacob's bed! Looks comfy"; + name = "Jacob's bed" + }, +/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) +"lCv" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance/external{ + welded = 1 + }, +/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) +"lCU" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/security/physician) +"lDi" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"lDF" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"lDV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"lDY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"lEm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"lEu" = ( +/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 = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"lEF" = ( +/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/plasteel, +/area/crew_quarters/locker) +"lEV" = ( +/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) +"lFr" = ( +/mob/living/simple_animal/cockroach{ + desc = "Virtually unkillable."; + name = "Becquerel"; + sentience_type = 5; + status_flags = 16 + }, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"lFG" = ( +/obj/item/restraints/handcuffs, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"lGi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"lGq" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/yogs/mining_medic, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"lGP" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"lGS" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = 32 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"lGX" = ( +/obj/machinery/air_sensor{ + id_tag = "n2o_sensor" + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos_distro) +"lHj" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hop"; + dir = 4; + name = "Head of Personnel APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/dog/corgi/Ian{ + dir = 8 + }, +/obj/item/toy/figure/hop{ + layer = 2.89; + pixel_x = 8; + pixel_y = -5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"lIp" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/paystand/register{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + id = "giftshop" + }, +/turf/open/floor/plasteel, +/area/clerk) +"lIG" = ( +/turf/closed/wall/mineral/silver, +/area/space/nearstation) +"lIM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"lJd" = ( +/obj/effect/landmark/start/assistant, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"lJg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/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 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"lJv" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard Central"; + dir = 5; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space) +"lJB" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"lJE" = ( +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"lJM" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"lKp" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage"; + req_access_txt = "5" + }, +/obj/structure/disposalpipe/segment{ + 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/storage) +"lKE" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"lKG" = ( +/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/dark, +/area/chapel/main) +"lKL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"lKQ" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/black, +/area/ai_monitored/turret_protected/aisat_interior) +"lLe" = ( +/obj/item/stack/cable_coil/red{ + amount = 2 + }, +/obj/item/reagent_containers/food/snacks/deadmouse, +/obj/effect/decal/cleanable/blood/footprints{ + pixel_x = 4; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8; + pixel_x = -19; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"lLo" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/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/medical/medbay/central) +"lLw" = ( +/obj/structure/closet/secure_closet/personal, +/obj/structure/window/reinforced{ + 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) +"lLz" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"lLR" = ( +/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/plasteel, +/area/hallway/primary/central) +"lMi" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/bot_white, +/obj/item/brace, +/obj/item/brace, +/obj/item/brace, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"lMj" = ( +/obj/machinery/camera{ + c_tag = "Conference Room South"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"lMn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"lMr" = ( +/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/science/research) +"lMx" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"lMy" = ( +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Containment Pen 1"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_r"; + name = "Right side containment blast door" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"lMI" = ( +/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/plating, +/area/maintenance/port/aft) +"lMJ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"lMM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/engine/atmos) +"lMQ" = ( +/obj/machinery/camera{ + c_tag = "Bar Storage" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"lNa" = ( +/turf/closed/wall/r_wall, +/area/science/research) +"lNd" = ( +/obj/machinery/telecomms/server/presets/service, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"lNj" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/paramedic"; + dir = 4; + name = "Paramedic APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"lNx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/wood, +/area/library) +"lNH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lNX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/bearsteak{ + pixel_x = -9; + pixel_y = -3 + }, +/obj/item/reagent_containers/food/snacks/bearsteak{ + pixel_x = -9; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/snacks/bearsteak{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/reagent_containers/food/snacks/bearsteak{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"lOa" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/port) +"lOu" = ( +/obj/machinery/computer/slot_machine, +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"lOA" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"lOL" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Disposal Exit"; + name = "disposal exit vent" + }, +/obj/machinery/conveyor{ + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"lOU" = ( +/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/plasteel, +/area/hallway/primary/starboard) +"lOW" = ( +/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 = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"lPh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/engine/engineering) +"lPj" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lPs" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 27 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/computer/security/telescreen/cmo{ + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"lPG" = ( +/obj/effect/turf_decal/sand, +/obj/item/reagent_containers/food/snacks/grown/banana, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"lPJ" = ( +/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/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lPV" = ( +/obj/structure/closet/wardrobe/robotics_black, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"lPW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel/white, +/area/science/mixing/chamber) +"lPZ" = ( +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"lQe" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"lQh" = ( +/obj/item/reagent_containers/syringe, +/turf/open/floor/plating/airless, +/area/ruin/powered) +"lQw" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lQx" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/aft) +"lQG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav/listeningstation) +"lQK" = ( +/obj/effect/turf_decal/sand, +/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/bar) +"lQV" = ( +/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 = "Toxins Launch Room Access"; + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"lQW" = ( +/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 = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"lRf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_r"; + name = "Right side containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"lRk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/closet/wardrobe/grey, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"lRQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"lRU" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/storage/primary) +"lSi" = ( +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/box/beanbag{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/box/lethalshot{ + pixel_x = 5; + pixel_y = -5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"lSj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"lSk" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"lSl" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/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 = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"lSA" = ( +/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 = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"lSH" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"lSN" = ( +/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) +"lSQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"lST" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"lTa" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lTq" = ( +/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/ai_monitored/turret_protected/aisat_interior) +"lTC" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"lTK" = ( +/obj/effect/turf_decal/siding/wood{ + 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/wood, +/area/library) +"lTO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/security/brig) +"lTS" = ( +/obj/effect/spawner/structure/window, +/obj/structure/flora/ausbushes/pointybush, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/grass, +/area/quartermaster/office) +"lTU" = ( +/obj/structure/table, +/obj/item/stack/rods/fifty, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"lUc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"lUe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/space/has_grav/listeningstation) +"lUp" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/security/execution/transfer) +"lUD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"lUE" = ( +/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/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"lUG" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos) +"lUI" = ( +/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{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lUZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall, +/area/engine/engineering) +"lVv" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/yogs/network_admin, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"lVC" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"lVE" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/barricade/wooden, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/port) +"lVK" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"lVU" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"lVZ" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four"; + req_one_access_txt = "10;61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/sign/departments/minsky/command/space{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/engine/engineering) +"lWa" = ( +/obj/machinery/vending/wardrobe/bar_wardrobe, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"lWt" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_red, +/obj/structure/window/reinforced{ + dir = 1 + }, +/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/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 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"lWz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"lWB" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"lXf" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/photocopier/faxmachine{ + department = "Lawyer"; + name = "Lawyer's Fax Machine" + }, +/turf/open/floor/carpet, +/area/lawoffice) +"lXQ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"lXV" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mine/stun{ + icon = 'icons/obj/assemblies.dmi'; + icon_state = "device" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"lYD" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"lYH" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/eva"; + name = "EVA Storage APC"; + pixel_y = -23 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"lYP" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/maintenance/starboard/fore) +"lZb" = ( +/obj/effect/turf_decal/sand, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"lZh" = ( +/obj/machinery/ntnet_relay, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"lZC" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lZJ" = ( +/obj/machinery/door/airlock{ + name = "Crematorium"; + req_access_txt = "27" + }, +/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{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"lZY" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Plasma Tank Pump" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"mab" = ( +/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/courtroom) +"mah" = ( +/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" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"mal" = ( +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"map" = ( +/obj/machinery/door/poddoor/shutters{ + id = "HippieVan" + }, +/obj/structure/fans/tiny, +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"maq" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"maw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/grille/broken, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"maF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/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 = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"maH" = ( +/obj/machinery/computer/shuttle/labor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"maK" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"maM" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"maT" = ( +/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/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mbl" = ( +/obj/machinery/light_switch{ + pixel_y = 27 + }, +/obj/machinery/vending/wardrobe/jani_wardrobe, +/turf/open/floor/plasteel, +/area/janitor) +"mbp" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"mbH" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"mbN" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/prison"; + dir = 8; + name = "Prison Wing APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"mbS" = ( +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/obj/machinery/camera{ + c_tag = "Cargo Bay South"; + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"mcg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/physician) +"mch" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"mcl" = ( +/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 = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"mcD" = ( +/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/sorting/mail/flip{ + dir = 8; + sortType = 3 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"mcH" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance/external{ + welded = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"mcQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"mcW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/qm) +"mdd" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"mdk" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"mdt" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"mdv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"mdF" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Detective Maintenance"; + req_access_txt = "4" + }, +/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/plating, +/area/security/detectives_office) +"mdS" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/mixbowl{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/effect/spawner/lootdrop/donkpockets, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"mej" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"meq" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"meM" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/turf/open/floor/grass, +/area/maintenance/starboard/aft) +"meO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"mfE" = ( +/obj/structure/cable{ + icon_state = "1-4"; + tag = "" + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/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/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/toy/figure/roboticist, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"mfI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"mfW" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"mfY" = ( +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/powered) +"mfZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"mga" = ( +/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, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"mgs" = ( +/obj/machinery/smartfridge, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"mgv" = ( +/obj/machinery/atmospherics/components/unary/heat_exchanger{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"mgK" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"mgL" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"mhh" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/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 = 2 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"mhj" = ( +/obj/effect/landmark/stationroom/maint/threexthree, +/turf/template_noop, +/area/maintenance/starboard) +"mhp" = ( +/obj/structure/chair/stool{ + pixel_y = 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, +/area/crew_quarters/dorms) +"mhA" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"mhN" = ( +/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/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"mhS" = ( +/obj/effect/decal/cleanable/xenoblood, +/turf/open/floor/engine, +/area/science/xenobiology) +"mhV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/foyer) +"mhY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"min" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"mit" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"miE" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"miN" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen/red, +/obj/item/pen/blue{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/stamp/qm, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"miV" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/disposal) +"mjf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 6; + name = "Connector Port (Air Supply)" + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"mjv" = ( +/obj/machinery/door/airlock/hatch{ + welded = 1 + }, +/obj/effect/mine/stun{ + icon = 'icons/obj/assemblies.dmi'; + icon_state = "device" + }, +/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/wood, +/area/ruin/space/has_grav/listeningstation) +"mjx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/poster/official/no_erp{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"mjI" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"mjL" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"mka" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"mkE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"mkT" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"mlb" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall, +/area/science/mixing/chamber) +"mle" = ( +/obj/structure/table, +/obj/item/toy/dummy, +/turf/open/floor/plating, +/area/maintenance/port) +"mly" = ( +/obj/effect/mapping_helpers/teleport_anchor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"mmc" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"mmj" = ( +/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"; + dir = 1; + name = "Starboard Quarter Maintenance APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"mms" = ( +/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" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"mmB" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"mmL" = ( +/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) +"mmV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_one_access_txt = "17;65" + }, +/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) +"mnc" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"mnt" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/execution/transfer"; + dir = 8; + name = "Prisoner Transfer Centre"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"mnv" = ( +/obj/structure/table, +/obj/item/taperecorder, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/item/restraints/handcuffs, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"mnA" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"mnE" = ( +/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/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"mnJ" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"mnQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/pinpointer/nuke, +/obj/item/disk/nuclear, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"mnR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"mnV" = ( +/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/engineering) +"mnW" = ( +/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/primary/port) +"mnZ" = ( +/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) +"moh" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"moX" = ( +/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 = 8 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"mpf" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Teleporter Access"; + req_access_txt = "61" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"mph" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/restraints/handcuffs{ + pixel_x = 11; + pixel_y = 6 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = -8; + pixel_y = -3 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"mpo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"mpv" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"mqk" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/clerk) +"mqm" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/teleport_anchor, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"mqr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"mqC" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"mqT" = ( +/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/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"mrc" = ( +/obj/item/stack/ore/silver, +/obj/machinery/camera{ + c_tag = "Mining Dock External"; + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"mre" = ( +/obj/machinery/door/airlock/shuttle, +/obj/structure/fans/tiny, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/powered) +"mrk" = ( +/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/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/main) +"mrr" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/quartermaster/office) +"msb" = ( +/turf/closed/mineral/random/low_chance_air, +/area/space/nearstation) +"mse" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"mso" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "Dorm4"; + name = "Dorm 4" + }, +/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/dorms) +"msM" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"mtn" = ( +/obj/machinery/light{ + 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 = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"mtt" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/yogs/paramedic, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"mty" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + 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/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/misc_lab) +"mtz" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"mtG" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/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/dorms) +"mtJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/disposal) +"mtU" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"mui" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"muj" = ( +/obj/machinery/computer/prisoner{ + dir = 1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"muv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/bed/roller, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"muC" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"muS" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/port/aft"; + dir = 4; + name = "Port Quarter Solar APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"muX" = ( +/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, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"mva" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"mvk" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Chief Medical Officer's Office"; + name = "medical camera"; + network = list("ss13","medical") + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"mvl" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"mvn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"mvr" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/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/carpet, +/area/library) +"mvu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + 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/plating, +/area/maintenance/port) +"mvz" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 1"; + req_access_txt = "2" + }, +/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{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/security/prison) +"mwf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/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 = 2 + }, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/machinery/button/door{ + id = "surgery_shutters"; + name = "Surgery shutters"; + pixel_x = 26; + pixel_y = 6; + req_access_txt = "45"; + req_one_access_txt = null + }, +/obj/machinery/button/holosign{ + id = "surgery"; + pixel_x = 26; + pixel_y = -4 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"mwn" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mwH" = ( +/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/hydroponics) +"mwQ" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to External"; + target_pressure = 4500 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/mapping_helpers/teleport_anchor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"mwY" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"mxe" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mxA" = ( +/obj/structure/rack, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/mousetraps, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/janitor) +"mxU" = ( +/obj/machinery/atmospherics/components/binary/valve/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"myw" = ( +/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/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"myA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mzk" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air to distro"; + target_pressure = 4500 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"mzm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mzu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/turf/open/floor/plating, +/area/security/brig) +"mzv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"mzz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mzH" = ( +/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/light_switch{ + pixel_x = -22 + }, +/obj/machinery/newscaster{ + pixel_x = -36; + pixel_y = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"mAn" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"mAs" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mAD" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/storage/primary) +"mAG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"mAH" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"mAV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/brig) +"mAX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/white{ + dir = 4 + }, +/obj/effect/turf_decal/tile/white{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/black, +/area/ai_monitored/turret_protected/aisat_interior) +"mBb" = ( +/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" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"mBt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"mBx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "roboticssurgery"; + name = "robotics surgery shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"mBC" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"mBD" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"mBE" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/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/medical/virology) +"mBJ" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/lobby"; + dir = 4; + name = "Medbay Lobby APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Medbay Foyer"; + dir = 8; + network = list("ss13","medbay") + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"mCf" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"mCl" = ( +/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/starboard/fore) +"mCD" = ( +/obj/machinery/computer/security/telescreen/turbine{ + pixel_x = -1; + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"mDb" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/camera/motion{ + c_tag = "Captain's Quarters"; + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"mDf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"mDi" = ( +/mob/living/simple_animal/chicken, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"mDo" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/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/hydroponics) +"mDr" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/security/brig) +"mDt" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/wood, +/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" + }, +/turf/open/floor/wood, +/area/library) +"mDv" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/template_noop, +/area/maintenance/starboard/aft) +"mDQ" = ( +/obj/machinery/computer/security/mining, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"mEj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"mEn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/enlist{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"mEr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"mEF" = ( +/mob/living/simple_animal/cow, +/turf/open/floor/grass, +/area/maintenance/starboard/aft) +"mEM" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/central) +"mEO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"mFf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"mFm" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/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/crew_quarters/toilet/locker) +"mFR" = ( +/obj/machinery/light{ + dir = 8 + }, +/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/dark, +/area/crew_quarters/heads/hor) +"mGh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"mGp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mGq" = ( +/obj/machinery/computer/mecha, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"mGC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"mGN" = ( +/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/port) +"mGW" = ( +/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 = 8 + }, +/obj/structure/cable{ + icon_state = "1-4"; + tag = "" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"mHc" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"mHg" = ( +/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/aft) +"mHs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"mHv" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"mHx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"mHF" = ( +/obj/structure/closet/crate, +/obj/item/clothing/head/beret/atmos, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/beanie/waldo, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"mHG" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/simple_animal/butterfly, +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"mHH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"mHY" = ( +/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) +"mIb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"mIc" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/brig) +"mIf" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"mIn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/foyer) +"mIo" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"mIq" = ( +/turf/open/floor/plasteel/dark/telecomms, +/area/ai_monitored/secondarydatacore) +"mIz" = ( +/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{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"mIY" = ( +/obj/effect/turf_decal/sand, +/obj/structure/table/wood, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"mJf" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/emcloset, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mJh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"mJq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"mJz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"mJD" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/security/processing) +"mKk" = ( +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/vacant_room) +"mKy" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/port/fore) +"mKU" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 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 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"mKV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"mLb" = ( +/obj/structure/table, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -8 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/vending/wallmed{ + pixel_y = -28 + }, +/obj/item/pickaxe/mini, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"mLf" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"mLr" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" + }, +/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, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"mLs" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"mLy" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + 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/plating, +/area/maintenance/starboard/fore) +"mLA" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"mLG" = ( +/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/power/apc{ + areastring = "/area/security/detectives_office"; + dir = 8; + name = "Detective's Office APC"; + pixel_x = -25 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"mMc" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"mMl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"mMy" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/hallway/primary/port) +"mML" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/button/door{ + id = "rnd2"; + name = "Research Lab Shutter Control"; + pixel_x = 5; + pixel_y = 8; + req_access_txt = "47" + }, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -5; + pixel_y = 8; + req_access_txt = "47" + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/pen{ + pixel_x = 2; + pixel_y = -6 + }, +/obj/item/folder/white{ + pixel_y = -6 + }, +/obj/item/stamp/rd{ + pixel_x = 1; + pixel_y = -4 + }, +/obj/machinery/keycard_auth{ + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + dir = 9; + network = list("ss13","rd") + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director RC"; + pixel_x = 32; + pixel_y = 30; + receive_ore_updates = 1 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"mMT" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"mNj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/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 = "1-8" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 25; + pixel_y = 25; + req_one_access_txt = "19;61" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"mNm" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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/central) +"mNo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"mNw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"mNK" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"mNV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"mNW" = ( +/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, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"mOu" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"mOy" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/closed/wall/r_wall, +/area/science/storage) +"mOF" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"mOR" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plating, +/area/science/robotics/lab) +"mOX" = ( +/obj/structure/table/reinforced, +/obj/item/toy/figure/syndie, +/obj/item/toy/nuke, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"mPe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/security/prison) +"mPh" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"mPP" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = -6 + }, +/obj/machinery/recharger{ + pixel_x = 6 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"mPV" = ( +/obj/effect/turf_decal/sand, +/obj/effect/overlay/palmtree_l{ + pixel_x = -1; + pixel_y = 16 + }, +/obj/structure/table/wood, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"mQc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"mQp" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"mQs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"mQy" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "Chemistry Sorting Pipe"; + sortType = 11 + }, +/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 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"mQC" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 4"; + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mQH" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_white, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"mQK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"mQO" = ( +/mob/living/simple_animal/hostile/bear/snow, +/turf/open/floor/grass/snow/safe, +/area/ruin/space/has_grav/listeningstation) +"mQX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/blue, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"mRd" = ( +/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) +"mRe" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"mRy" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine{ + department = "Detective"; + name = "Detective's Fax Machine" + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"mRU" = ( +/obj/structure/sign/poster/official/cleanliness, +/turf/closed/wall, +/area/janitor) +"mRY" = ( +/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/fore) +"mSa" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = -28; + pixel_y = 20 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"mSd" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/medical/virology"; + dir = 1; + name = "Virology APC"; + pixel_y = 23 + }, +/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/camera{ + c_tag = "Virology Module"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"mTb" = ( +/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/storage/eva) +"mTh" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mTx" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/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/junction{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"mTA" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"mTF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"mTH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"mTK" = ( +/obj/machinery/computer/med_data, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"mTX" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"mUn" = ( +/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/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"mUE" = ( +/obj/effect/turf_decal/stripes, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"mUV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mUZ" = ( +/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/trimline/purple/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mVg" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"mVk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/pool, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"mVl" = ( +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"mVu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/reagent_containers/food/snacks/grown/banana{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/structure/flora/ausbushes/grassybush{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/structure/flora/ausbushes/grassybush{ + pixel_x = -18; + pixel_y = 2 + }, +/obj/structure/flora/ausbushes/grassybush{ + pixel_x = -4; + pixel_y = 15 + }, +/turf/open/floor/grass, +/area/medical/genetics) +"mVI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/status_display/evac, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/bridge) +"mVJ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/ale{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"mVZ" = ( +/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/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"mWa" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"mWB" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/janitor) +"mWD" = ( +/obj/structure/closet/crate/wooden/toy, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Theatre Backstage"; + name = "Theatre RC"; + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"mWE" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/security{ + name = "Brig"; + req_access_txt = "63; 42" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"mXg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mXr" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"mXu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/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/medical/medbay/central) +"mXv" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mXw" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"mXE" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"mXG" = ( +/obj/machinery/sci_bombardment, +/turf/open/floor/engine, +/area/science/mixing) +"mXM" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"mXP" = ( +/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{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"mXT" = ( +/obj/machinery/hydroponics/soil, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/plant_analyzer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"mYa" = ( +/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/carpet/black, +/area/maintenance/department/tcoms) +"mYi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"mYl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/window/eastleft{ + icon_state = "right"; + name = "Mail"; + req_access_txt = "50" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"mYn" = ( +/obj/machinery/power/apc/highcap{ + dir = 8; + name = "AI Chamber APC"; + pixel_x = -25 + }, +/obj/structure/cable/white, +/obj/machinery/camera{ + c_tag = "AI Chamber - Aft"; + dir = 4; + network = list("aicore") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"mYt" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4; + external_pressure_bound = 120 + }, +/obj/machinery/airalarm/tcomms{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/circuit/telecomms/server, +/area/ai_monitored/secondarydatacore) +"mYG" = ( +/obj/machinery/ai/server_cabinet, +/turf/open/floor/circuit/telecomms/server, +/area/ai_monitored/secondarydatacore) +"mYJ" = ( +/obj/machinery/portable_atmospherics/canister/bz, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"mYT" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Clerk's Office Backroom" + }, +/obj/machinery/power/apc{ + areastring = "/area/clerk"; + dir = 1; + name = "Gift Shop APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/clerk) +"mZe" = ( +/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/port/fore) +"mZg" = ( +/obj/machinery/advanced_airlock_controller{ + 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/hallway/secondary/entry) +"mZh" = ( +/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 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"mZm" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"mZp" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/lawyer{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/storage/briefcase, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/lawoffice) +"mZr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"mZx" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"mZG" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/crowbar, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"mZO" = ( +/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/plasteel, +/area/hallway/primary/port) +"mZR" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"nai" = ( +/obj/machinery/door/airlock/engineering{ + name = "Starboard Quarter Solar Access"; + req_access_txt = "10" + }, +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"nar" = ( +/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" + }, +/turf/open/floor/carpet, +/area/library) +"naG" = ( +/obj/effect/turf_decal/box, +/obj/structure/closet/crate/engineering, +/obj/item/stack/sheet/metal{ + amount = 5 + }, +/obj/item/stack/sheet/metal{ + amount = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"naK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"nbD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"nce" = ( +/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 + }, +/obj/machinery/keycard_auth{ + pixel_x = 1; + pixel_y = 23 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"ncG" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Fore"; + dir = 1; + network = list("minisat") + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"ncH" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/starboard/aft"; + dir = 4; + name = "Starboard Quarter Solar APC"; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"ncK" = ( +/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 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ncT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ndh" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Fitness Room Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/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/plating, +/area/crew_quarters/fitness) +"ndo" = ( +/obj/machinery/modular_computer/console/preset/curator, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"ndz" = ( +/obj/effect/turf_decal/box, +/obj/structure/sign/poster/official/keep_calm{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"ndM" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/structure/rack, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"ndQ" = ( +/obj/machinery/camera{ + c_tag = "Toxins Lab West"; + network = list("ss13","rd") + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_y = 25 + }, +/obj/structure/table/reinforced, +/obj/item/assembly/health{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/health{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/assembly/health{ + pixel_x = -4; + pixel_y = -7 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"ndZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"neg" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/secondarydatacore) +"nep" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"neC" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"neQ" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"nfg" = ( +/obj/machinery/atmospherics/pipe/manifold/general/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"nfl" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"nfH" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/maintenance/four, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"nfO" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/cmo) +"nfW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/seed_extractor{ + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"ngv" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port/aft) +"ngM" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ngP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"ngX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"nhn" = ( +/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/courtroom) +"nhM" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"niA" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/engineering) +"niB" = ( +/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/plasteel, +/area/security/prison) +"niG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"niZ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"njj" = ( +/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) +"njm" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/arcade, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"njp" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/operating, +/turf/open/floor/plasteel/white, +/area/security/physician) +"njw" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/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/port/aft) +"njx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"njS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet_bong{ + flags_1 = 128 + }, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/turf/open/floor/carpet/exoticpurple, +/area/maintenance/port/aft) +"njW" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"nkd" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/clerk) +"nkn" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"nkq" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/chapel/office) +"nks" = ( +/turf/closed/wall, +/area/storage/primary) +"nkM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"nkP" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"nkX" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/yogs/network_admin, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"nkZ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/yogs/paramedic, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"nlf" = ( +/obj/effect/turf_decal/box, +/obj/structure/sign/poster/official/bless_this_spess{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"nlh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"nli" = ( +/obj/effect/turf_decal/pool{ + dir = 1 + }, +/obj/effect/turf_decal/pool{ + dir = 4 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"nlk" = ( +/obj/machinery/modular_computer/console/preset/medical{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"nlm" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel, +/area/security/courtroom) +"nlE" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/port) +"nlG" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/vending/fishing, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"nlP" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"nlT" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_red, +/obj/structure/window/reinforced{ + dir = 1 + }, +/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) +"nlX" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"nmr" = ( +/obj/structure/table, +/obj/machinery/microwave, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"nms" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"nmW" = ( +/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 = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/main) +"nnp" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"nnB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/engineering) +"nnF" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/item/aiModule/supplied/freeform, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"nnY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"nog" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"noq" = ( +/obj/machinery/porta_turret/syndicate/energy/raven{ + armor = list("melee" = 90, "bullet" = 70, "laser" = 70, "energy" = 50, "bomb" = 100, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 90); + desc = "A Raven-Class laser turret repurposed by the Russians for the defense of their numerous Bunkers. This turret appears to have anti-explosive plating."; + faction = list("russian"); + name = "Russian Defense Turret MK-II" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit/off, +/area/ruin/space/has_grav/listeningstation) +"noR" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"npb" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"npM" = ( +/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris, +/obj/item/lighter, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/ruin/powered) +"npT" = ( +/obj/machinery/photocopier, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"nqc" = ( +/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/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"nqf" = ( +/obj/effect/landmark/start/chemist, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"nqL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"nqN" = ( +/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/metal/fifty, +/obj/item/stack/cable_coil, +/obj/item/storage/belt/utility, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"nqX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/meter{ + target_layer = 2 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"nrf" = ( +/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/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/aisat_interior) +"nro" = ( +/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/research{ + id_tag = "RoboticsFoyer"; + name = "Robotics Surgery Access"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"nrp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/space, +/area/solar/starboard/aft) +"nru" = ( +/turf/open/floor/mineral/titanium, +/area/teleporter) +"nrD" = ( +/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/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"nrK" = ( +/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/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"nrL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/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) +"nrQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/bed/roller, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"nrT" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"nrW" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"nsc" = ( +/obj/structure/table, +/obj/item/electronics/airlock{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/electronics/airlock{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/electronics/airlock{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Tech Storage"; + dir = 5 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"nse" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel, +/area/hydroponics) +"nsf" = ( +/obj/machinery/camera{ + c_tag = "EVA North Maintenance"; + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"nsi" = ( +/obj/machinery/light, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/foyer) +"nst" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"nsy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3 + }, +/obj/item/pen{ + pixel_x = -3 + }, +/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 = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"nsK" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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) +"nsV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"nsZ" = ( +/obj/machinery/field/generator, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ntc" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"ntf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ntR" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ntX" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/red, +/area/bridge) +"nuc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"nuf" = ( +/obj/machinery/newscaster{ + pixel_x = 32; + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"nuh" = ( +/obj/effect/landmark/carpspawn, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"nuj" = ( +/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/science/mixing) +"nuw" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"nuz" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"nuJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"nuQ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"nuT" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"nuX" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal/incinerator"; + name = "Incinerator APC"; + pixel_y = -23 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"nvv" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/carpet/purple, +/area/chapel/main) +"nvA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"nvE" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"nvN" = ( +/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) +"nwb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_r"; + name = "Right side containment blast door" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"nwg" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"nwk" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"nwt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"nwI" = ( +/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/patients_rooms/room_a) +"nwK" = ( +/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) +"nwN" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"nwZ" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"nxn" = ( +/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/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"nxs" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"nxw" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/janitor) +"nxI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/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/turf_decal/stripes/end{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"nxM" = ( +/obj/item/clothing/shoes/sneakers/rainbow, +/obj/item/clothing/head/soft/rainbow, +/obj/item/clothing/gloves/color/rainbow, +/obj/item/clothing/under/color/rainbow, +/turf/open/floor/plating, +/area/space/nearstation) +"nxO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/disposal/incinerator) +"nxP" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Vacant Office Maint"; + req_access_txt = "32" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plating, +/area/vacant_room) +"nya" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/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/port/fore) +"nyn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"nyv" = ( +/obj/structure/table/wood, +/obj/item/toy/foamblade, +/turf/open/floor/carpet/red, +/area/maintenance/starboard/fore) +"nyJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"nyM" = ( +/obj/machinery/light, +/obj/machinery/vending/modularpc, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"nzE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"nzM" = ( +/obj/structure/frame/computer{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/powered) +"nzP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"nzW" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"nAi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"nAo" = ( +/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 = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"nAr" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Toxins Maintenance"; + req_access_txt = "8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"nAs" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 1; + name = "mix to port" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"nAG" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"nAL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/vending/coffee, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"nAX" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"nBf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"nBi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"nBn" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/secondarydatacore) +"nBv" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"nBx" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"nBI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/brig) +"nBN" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/aft) +"nBT" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"nCc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -1; + pixel_y = -31 + }, +/turf/open/floor/wood, +/area/library) +"nCT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/locked, +/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 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"nCV" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/tcoms"; + dir = 4; + name = "Telecommunications Maintenance APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"nDp" = ( +/obj/machinery/camera{ + c_tag = "EVA East Maintenance"; + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"nDN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"nDO" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"nDS" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"nEe" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"nEw" = ( +/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) +"nEL" = ( +/obj/structure/sign/departments/minsky/research/genetics{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"nEQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"nFe" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/wood, +/area/lawoffice) +"nFm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"nFq" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/cart, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"nFv" = ( +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt3"; + name = "Cell 3" + }, +/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, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"nFy" = ( +/obj/machinery/flasher{ + id = "executionflash"; + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"nFQ" = ( +/obj/structure/table, +/obj/machinery/smartfridge/disks, +/turf/open/floor/plasteel, +/area/hydroponics) +"nFT" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/grass, +/area/maintenance/port/fore) +"nFU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"nGb" = ( +/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/theatre) +"nGs" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"nGC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"nHc" = ( +/obj/structure/sign/poster/contraband/cc64k_ad, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/listeningstation) +"nHd" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"nHi" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen 1"; + req_access_txt = "55" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/science/xenobiology) +"nHl" = ( +/obj/machinery/camera{ + c_tag = "Vacant Office"; + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/wood, +/area/vacant_room) +"nHv" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"nIi" = ( +/obj/structure/table/reinforced, +/obj/item/coin/iron{ + pixel_x = -3; + pixel_y = -6 + }, +/obj/item/coin/iron{ + pixel_x = -6; + pixel_y = -8 + }, +/obj/item/coin/iron{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/item/coin/iron{ + pixel_x = 4; + pixel_y = -7 + }, +/obj/item/coin/iron{ + pixel_x = 5; + pixel_y = -8 + }, +/obj/item/coin/iron, +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"nIB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/vending/wallmed{ + pixel_x = -28 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"nJl" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 1; + freq = 1400; + location = "Bridge" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/maintenance/central) +"nJB" = ( +/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 + }, +/obj/machinery/posialert{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"nJQ" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/science/explab) +"nKx" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"nKG" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"nKT" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/hydroponics"; + dir = 4; + name = "Hydroponics APC"; + pixel_x = 24 + }, +/obj/structure/table, +/obj/item/toy/figure/botanist{ + pixel_x = -9; + pixel_y = 14 + }, +/obj/item/watertank{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"nKZ" = ( +/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/engineering{ + name = "Port Bow Solar Access"; + req_access_txt = "10" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"nLg" = ( +/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/engine_smes) +"nLi" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"nLG" = ( +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"nLQ" = ( +/obj/machinery/computer/monitor{ + dir = 1; + name = "MiniSat power monitoring console" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"nLZ" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"nMa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table, +/obj/item/stack/packageWrap{ + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/hand_labeler{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/analyzer{ + pixel_x = 4; + pixel_y = -7 + }, +/obj/item/flashlight/lamp{ + pixel_x = -6; + pixel_y = 46 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"nMf" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -31; + pixel_y = -3 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"nMs" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"nMK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"nMP" = ( +/obj/structure/rack, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/rods/twentyfive, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit) +"nNs" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/engine, +/area/maintenance/starboard/fore) +"nNt" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"nNy" = ( +/obj/structure/sign/departments/minsky/command/hop{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"nOe" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"nOg" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"nOn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"nOo" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/burger/bearger{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/snacks/burger/bearger{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"nOp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"nOt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/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/plasteel/white, +/area/science/explab) +"nOQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"nPl" = ( +/obj/effect/turf_decal/tile/green{ + 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/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/hydroponics) +"nPq" = ( +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"nPJ" = ( +/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/crew_quarters/locker) +"nQe" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/cmo"; + dir = 8; + name = "Chief Medical Officer's Office APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light{ + dir = 8 + }, +/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 + }, +/obj/item/folder/white, +/obj/item/stamp/cmo, +/obj/item/pen, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"nQE" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"nQR" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"nRa" = ( +/obj/machinery/recharger/wallrecharger{ + pixel_x = 32; + pixel_y = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = -6 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"nRw" = ( +/obj/structure/table/wood, +/obj/item/toy/crayon/spraycan{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = 3; + pixel_y = 14 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"nRE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"nRL" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel, +/area/hydroponics) +"nRQ" = ( +/obj/machinery/door/airlock/command{ + name = "Bridge Access"; + req_access_txt = "19" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"nRR" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"nRV" = ( +/obj/effect/turf_decal/sand, +/obj/structure/window/reinforced, +/obj/structure/rack, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"nSo" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"nSp" = ( +/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 = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"nSH" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"nSK" = ( +/mob/living/simple_animal/hostile/viscerator{ + desc = "A small, twin-bladed machine capable of inflicting very deadly lacerations. This one appears to be painted in the colors of the russian flag."; + faction = list("russian"); + name = "Russ-erator" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/secure, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/stack/ore/bananium, +/obj/item/stack/ore/diamond, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"nTs" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/camera/motion{ + c_tag = "EVA Motion Sensor"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"nTv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"nTH" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"nUc" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Bridge Delivery"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/maintenance/central) +"nUk" = ( +/obj/structure/chair/comfy/black{ + dir = 1; + name = "Command Station" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 28; + pixel_y = -2; + req_one_access_txt = "19;61" + }, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = 8; + req_access_txt = "19" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/dark, +/area/bridge) +"nUl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"nUp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"nUY" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"nVd" = ( +/obj/machinery/vending/sovietsoda, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"nVk" = ( +/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) +"nVt" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"nVC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"nVD" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"nVR" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/engine/vacuum, +/area/science/mixing/chamber) +"nVS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/library) +"nVY" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hosspace"; + name = "space shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"nWb" = ( +/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/plating, +/area/maintenance/port/fore) +"nXn" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"nXC" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"nXG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/table/wood, +/obj/item/folder/blue, +/turf/open/floor/wood, +/area/vacant_room) +"nXK" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/directions/supply{ + pixel_x = -64; + pixel_y = 33 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = 40 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"nXU" = ( +/obj/item/stack/cable_coil/red, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"nXY" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"nYb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "giftshop"; + name = "Gift Shop Internal Shutters"; + pixel_x = -6; + pixel_y = 25; + req_access_txt = "36" + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"nYv" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"nYG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"nZa" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"nZl" = ( +/obj/machinery/computer/security{ + name = "Labor Camp Monitoring"; + network = list("labor") + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"nZm" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"nZw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"oaa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"oao" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + name = "Captain's Intercom"; + pixel_x = 32; + pixel_y = -3 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"oaz" = ( +/obj/machinery/computer/aifixer, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"oaC" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/ruin/powered) +"oaI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"oaT" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 27 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = 37 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"obe" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"obn" = ( +/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/entry) +"obp" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/newscaster{ + pixel_x = -27; + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"obx" = ( +/obj/machinery/hydroponics/soil, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/cultivator, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"obD" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"obF" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/firstsingularity{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"obR" = ( +/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 = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"oca" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/button/door{ + id = "permacell2"; + name = "Cell 2 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/button/flasher{ + id = "PCell 2"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Prison Hallway"; + network = list("ss13","prison") + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"occ" = ( +/obj/effect/turf_decal/sand, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"ocv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"ocD" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"ocY" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"odc" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"odn" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"odp" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/research/research{ + pixel_x = 32 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"odu" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"odK" = ( +/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{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"odL" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"odT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"oeo" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/glowshroom, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"oeE" = ( +/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 + }, +/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/fore) +"oeG" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + 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 = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"ofy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ofC" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + 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/lobby) +"ofG" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ogb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ogf" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"ogn" = ( +/obj/item/pickaxe, +/turf/open/floor/plating/asteroid/airless, +/area/space/nearstation) +"ogx" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/item/vending_refill/medical{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = -12 + }, +/obj/item/clothing/neck/stethoscope, +/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/storage) +"ogK" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ogN" = ( +/obj/structure/table, +/obj/machinery/photocopier/faxmachine{ + department = "Warden"; + name = "Warden's Fax Machine" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ogT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/light, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"ogU" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ogW" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ohh" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"ohi" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/medical/surgery) +"ohw" = ( +/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) +"ohA" = ( +/obj/structure/filingcabinet/filingcabinet, +/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" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ohI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"ohX" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hos"; + dir = 1; + name = "Head of Security's Office APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"oic" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"oiv" = ( +/obj/structure/frame/machine, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"oiF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"oiM" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"ojx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"ojF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ojI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"ojY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"okb" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 2"; + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"oki" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"okl" = ( +/obj/machinery/papershredder, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"okn" = ( +/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-4" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"okF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/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 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"olJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/wood, +/area/library) +"olV" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Auxiliary Storage"; + 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) +"olZ" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/fore"; + dir = 4; + name = "Port Bow Maintenance APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"omb" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + 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, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"omd" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/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/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"omj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/crew_quarters/heads/chief) +"omv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"omw" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"omJ" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/glass/plasma, +/turf/open/floor/plasteel, +/area/engine/engineering) +"omW" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 6" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"onf" = ( +/obj/item/stack/cable_coil/random/five, +/turf/open/floor/engine, +/area/maintenance/starboard/fore) +"onq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"onW" = ( +/obj/effect/landmark/start/chief_engineer, +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"onY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/camera{ + c_tag = "Security Hallway North"; + dir = 8; + name = "hallway camera" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"oob" = ( +/obj/machinery/door/airlock/research{ + id_tag = "RoboticsFoyer"; + name = "Robotics Surgery Access"; + req_access_txt = "29" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"ood" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"oov" = ( +/obj/machinery/computer/warrant{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ooB" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"ooD" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck/cas{ + pixel_x = -6; + pixel_y = 11 + }, +/obj/item/toy/cards/deck/uno{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/toy/cards/deck/cas/black{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"ooJ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ooL" = ( +/obj/machinery/door/window/westleft{ + name = "Atmospherics Canister Storage"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"ooZ" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"opl" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"opp" = ( +/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 = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"opy" = ( +/obj/machinery/computer/arcade, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"opX" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/starboard/aft) +"oqD" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"oqX" = ( +/obj/structure/closet/radiation, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"ora" = ( +/obj/machinery/door/poddoor{ + id = "Secure Storage"; + name = "secure storage" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"orl" = ( +/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/machinery/door/airlock/external{ + name = "Port Docking Bay 2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"orA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"orG" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"osd" = ( +/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/aft) +"osi" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"osl" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"osn" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Distro" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"oso" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"osq" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port) +"ost" = ( +/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/sorting/mail/flip{ + dir = 4; + name = "hos sorting disposal pipe"; + sortType = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"osU" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"otc" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small{ + 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) +"ots" = ( +/obj/machinery/vending/wardrobe/engi_wardrobe, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"ott" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"otB" = ( +/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" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"ous" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Storage"; + req_access_txt = "8" + }, +/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/plasteel/dark, +/area/science/mixing) +"out" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/table/reinforced, +/obj/item/twohanded/required/kirbyplants/photosynthetic{ + pixel_y = 10 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai_upload) +"ouM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"ouR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"ouT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"ouV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/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/machinery/power/apc{ + areastring = "/area/medical/medbay/central"; + name = "Medbay Central APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"ovp" = ( +/obj/machinery/door/airlock/wood{ + name = "Psychiatrists office"; + req_access_txt = "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 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/wood, +/area/medical/psych) +"ovs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"ovu" = ( +/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/central) +"ovH" = ( +/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 = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"ovW" = ( +/obj/effect/turf_decal/delivery, +/obj/vehicle/ridden/janicart, +/obj/item/key/janitor, +/turf/open/floor/plasteel/dark, +/area/janitor) +"owr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"owz" = ( +/obj/machinery/mineral/stacking_unit_console{ + machinedir = 8 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"owL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"oxe" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/security/main) +"oxG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 21; + pixel_y = -4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/server) +"oxJ" = ( +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window{ + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"oyF" = ( +/obj/structure/table/wood, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"oyK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"oyQ" = ( +/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/fore) +"ozg" = ( +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"ozl" = ( +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/space/has_grav/listeningstation) +"ozT" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"oAe" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"oAk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"oAu" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"oAy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/bridge) +"oAQ" = ( +/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/plasteel, +/area/crew_quarters/dorms) +"oBe" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"oBi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"oBq" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"oBF" = ( +/obj/structure/closet/secure_closet/hos, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/camera{ + c_tag = "Head of Security's Office"; + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"oBM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"oBO" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"oBQ" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"oBX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"oCc" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"oCq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"oCN" = ( +/obj/machinery/camera{ + c_tag = "Holodeck" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"oCX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/kakes{ + pixel_y = 5 + }, +/obj/item/reagent_containers/food/snacks/kakes{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/reagent_containers/food/snacks/kakes{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/snacks/kakes{ + pixel_x = -9; + pixel_y = 11 + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"oDb" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"oDd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"oDf" = ( +/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/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"oDg" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/light, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"oDh" = ( +/obj/structure/sign/poster/contraband/syndicate_recruitment, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/listeningstation) +"oDo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"oDK" = ( +/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/starboard/aft) +"oEb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mine/stun{ + icon = 'icons/obj/assemblies.dmi'; + icon_state = "device" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"oEd" = ( +/mob/living/simple_animal/cockroach{ + desc = "Virtually unkillable."; + name = "Becquerel"; + sentience_type = 5; + status_flags = 16 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"oEg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/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/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"oEw" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"oEH" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/disposal/incinerator) +"oEN" = ( +/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/secondary/exit) +"oER" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"oFo" = ( +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel, +/area/security/main) +"oFw" = ( +/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 = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"oFB" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"oFG" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"oFV" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/engine/engineering) +"oGd" = ( +/obj/item/cigbutt/cigarbutt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/space/has_grav/listeningstation) +"oGf" = ( +/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{ + icon_state = "platingdmg1" + }, +/area/maintenance/port/aft) +"oGg" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot_white, +/obj/item/storage/box/flashbangs, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"oGi" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"oGt" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/solar/port/aft) +"oHj" = ( +/obj/effect/mapping_helpers/teleport_anchor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"oHB" = ( +/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 = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"oHJ" = ( +/obj/item/a_gift{ + pixel_x = -2; + pixel_y = 16 + }, +/obj/item/a_gift{ + pixel_x = 11; + pixel_y = 21 + }, +/turf/open/floor/plating/ice, +/area/space/nearstation) +"oIa" = ( +/obj/structure/table/wood, +/obj/item/toy/talking/codex_gigas{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/toy/talking/AI{ + pixel_x = 3 + }, +/turf/open/floor/carpet/red, +/area/maintenance/starboard/fore) +"oIh" = ( +/obj/effect/turf_decal/bot_red, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/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) +"oIx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"oIA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"oIE" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"oIU" = ( +/obj/effect/decal/cleanable/vomit/old, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"oJe" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/yogs/tourist, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"oJr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Security"; + location = "Courtroom"; + name = "courtroom navigation beacon" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"oJu" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"oJQ" = ( +/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{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/library) +"oKp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"oKF" = ( +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"oKJ" = ( +/obj/structure/sign/departments/minsky/command/bridge{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"oKW" = ( +/obj/structure/sign/departments/minsky/supply/mining{ + pixel_x = -33; + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"oLb" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"oLd" = ( +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"oLx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"oLK" = ( +/obj/structure/chair/comfy{ + dir = 4; + icon_state = "comfychair"; + tag = "" + }, +/obj/machinery/light/broken, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/ruin/powered) +"oLO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/hop) +"oLY" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/captain, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"oMa" = ( +/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/fore) +"oMk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"oMD" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"oMG" = ( +/obj/machinery/vending/cola/random, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"oNd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"oNi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"oNj" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/black, +/area/ai_monitored/turret_protected/aisat_interior) +"oNl" = ( +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"oNs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + 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/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"oNt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"oOe" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8; + pixel_y = 7 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"oOl" = ( +/obj/machinery/vending/snack/random, +/obj/machinery/light, +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"oOA" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"oOB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + 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/o2, +/area/engine/atmos_distro) +"oOE" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Petting Zoo Door"; + req_access_txt = "12" + }, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"oPc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/chapel/office) +"oPy" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"oPQ" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_red, +/obj/item/circuitboard/machine/techfab/department/security, +/obj/item/reagent_containers/syringe/lethal/execution, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"oPS" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"oQc" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/obj/item/reagent_containers/pill/patch/silver_sulf, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/crew_quarters/heads/chief) +"oQu" = ( +/obj/effect/decal/cleanable/blood/kilo, +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/cockroach{ + desc = "Virtually unkillable."; + name = "Becquerel"; + sentience_type = 5; + status_flags = 16 + }, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"oQv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"oQP" = ( +/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/port/aft) +"oQW" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"oRn" = ( +/obj/item/cigbutt/roach, +/obj/item/shard, +/obj/machinery/light/broken, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/ruin/powered) +"oRq" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"oRv" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = 7; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"oRK" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/lab) +"oRW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/target_stake, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"oRY" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/bridge) +"oSd" = ( +/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/status_display/evac{ + pixel_y = -32 + }, +/obj/machinery/rnd/production/circuit_imprinter/department/science{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"oSj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"oSu" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"oSy" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"oSQ" = ( +/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/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/plasteel, +/area/security/brig) +"oSV" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/open/floor/wood, +/area/maintenance/port/fore) +"oSW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"oTg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"oTw" = ( +/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 = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"oTx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"oTy" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"oTC" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"oTP" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay - Waiting Room"; + dir = 9; + name = "medbay camera"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"oTZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + 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) +"oUf" = ( +/obj/machinery/camera{ + c_tag = "AI Satellite Access"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"oUg" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"oUs" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -30; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"oUH" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"oUI" = ( +/turf/open/floor/fakespace, +/area/maintenance/port/fore) +"oUO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"oVs" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"oVH" = ( +/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) +"oVJ" = ( +/obj/machinery/button/door{ + id = "misclab"; + name = "Test Chamber Blast Doors"; + pixel_x = -7; + pixel_y = -26; + req_access_txt = "55" + }, +/obj/machinery/button/door{ + id = "xenobio"; + name = "Xenobiology Desk Shutters"; + pixel_x = 7; + pixel_y = -26; + req_access_txt = "55" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"oVK" = ( +/obj/effect/landmark/stationroom/maint/tenxten, +/turf/template_noop, +/area/maintenance/starboard/aft) +"oWe" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"oWB" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/window/westleft{ + dir = 2; + name = "Cargo Desk"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/quartermaster/office) +"oWD" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"oWG" = ( +/obj/structure/closet/crate/freezer/blood, +/obj/item/storage/lockbox/vialbox/blood, +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/security/physician) +"oWI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"oWS" = ( +/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/port/aft) +"oXP" = ( +/obj/machinery/light/broken{ + dir = 8 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"oYb" = ( +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"oYe" = ( +/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/aft) +"oYw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/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/port/fore) +"oYF" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"oYY" = ( +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"oZd" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"oZh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"oZi" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/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 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"oZk" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = 36; + pixel_y = 20 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"oZm" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"oZn" = ( +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"oZo" = ( +/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/heads/hop) +"oZC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"pam" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + external_pressure_bound = 120; + name = "server vent" + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"par" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"paC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"paN" = ( +/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/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"paS" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/clerk) +"paV" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 13 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"paW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "lawyer_blast"; + name = "privacy door" + }, +/turf/open/floor/plating, +/area/lawoffice) +"pbm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"pbs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/clothing/glasses/sunglasses, +/obj/item/clothing/glasses/sunglasses, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs, +/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) +"pbC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"pbD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"pbJ" = ( +/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) +"pbK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"pbP" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L6" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"pbR" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/healthanalyzer{ + pixel_y = 18 + }, +/obj/item/reagent_containers/glass/rag{ + color = "#FFFF00"; + desc = "I didn't know the sponge was supposed to be wet."; + name = "sponge"; + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/assembly/signaler{ + code = 3; + frequency = 1399; + pixel_x = 11; + pixel_y = 8 + }, +/obj/item/paper{ + info = "Connect the helmet to the electropack, connect the assembly to the chair in the transfer chamber, use the preset signaler to apply an electric shock."; + name = "Electric chair assembly instructions"; + pixel_x = 1; + pixel_y = -3 + }, +/obj/item/electropack{ + code = 3; + frequency = 1399; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/plasteel/white, +/area/security/execution/transfer) +"pbU" = ( +/obj/machinery/light/small, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"pbV" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos) +"pcm" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"pcD" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"pcX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/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/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"pcZ" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_red, +/obj/item/storage/lockbox/loyalty, +/obj/item/card/id/departmental_budget/sec, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"pdd" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"pdN" = ( +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pdR" = ( +/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/starboard/aft) +"pem" = ( +/obj/machinery/door/airlock/medical{ + name = "Medbay Reception"; + req_access_txt = "5" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"peq" = ( +/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/trimline/blue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"pey" = ( +/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/port/aft) +"peF" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"peP" = ( +/mob/living/simple_animal/hostile/retaliate/dolphin/manatee, +/turf/open/space/basic, +/area/space) +"peS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"peX" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"pfc" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pfg" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/radiation, +/obj/machinery/camera{ + c_tag = "Engineering North" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"pfh" = ( +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"pfK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"pfW" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod One" + }, +/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, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"pgf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"pgm" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/computer/communications, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"pgt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"pgC" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"pgK" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"pgV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"pha" = ( +/obj/machinery/button/door{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_x = 7; + pixel_y = -24; + req_access_txt = "31" + }, +/obj/machinery/button/door{ + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_x = -7; + pixel_y = -24; + req_access_txt = "31" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"phb" = ( +/obj/machinery/light, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"phj" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen 1"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"pht" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"phu" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/honkdae, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"phH" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/vending/medical, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"phQ" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos_distro) +"phV" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"piu" = ( +/obj/structure/closet/l3closet, +/obj/item/geiger_counter, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"piL" = ( +/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, +/area/hallway/secondary/exit) +"piT" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Distro to Filter" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"piV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"pjB" = ( +/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) +"pjW" = ( +/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 = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"pjX" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"pki" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -32; + receive_ore_updates = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"pkl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/security/brig) +"pkz" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/library) +"pkH" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/simple_animal/sheep, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"pkM" = ( +/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/courtroom) +"pkP" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/clown{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"pkV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"plk" = ( +/turf/open/floor/plasteel/dark, +/area/security/prison) +"pln" = ( +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/qm"; + dir = 4; + name = "Quartermaster APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Cargo - Quartermaster's Office"; + name = "cargo camera" + }, +/obj/machinery/photocopier/faxmachine{ + density = 0; + department = "Quartermaster"; + name = "Quartermaster's Fax Machine" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"plv" = ( +/obj/structure/door_assembly/door_assembly_mhatch, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"plF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = -30 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"plP" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"pmj" = ( +/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, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/security/prison) +"pmM" = ( +/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 = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"pmN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/shower{ + dir = 1 + }, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"png" = ( +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"pnq" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/window{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"pns" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"pnI" = ( +/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/ai_monitored/storage/eva) +"pnO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/command/space{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"poj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"pon" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/xenobiology"; + dir = 1; + name = "Xenobiology APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-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/plasteel/white, +/area/science/xenobiology) +"pos" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/explab) +"poy" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"poB" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"poD" = ( +/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/aft) +"poL" = ( +/turf/closed/wall, +/area/maintenance/central/secondary) +"poQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"poS" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"ppj" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ppt" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"ppv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"ppB" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer_L"; + name = "Medbay"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"ppN" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/northright{ + name = "Emergency Storage"; + req_access_txt = "19" + }, +/obj/item/flashlight, +/obj/item/storage/toolbox/emergency{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/storage/toolbox/mechanical/insulateds{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/flashlight, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"ppP" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ppQ" = ( +/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 = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pqg" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/carpet, +/area/lawoffice) +"pqo" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"pqA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"pqX" = ( +/obj/effect/spawner/lootdrop/mob/kitchen_animal, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"pqY" = ( +/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 = 8 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"pro" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/security/main) +"prB" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"prC" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"prI" = ( +/obj/machinery/door/airlock/command{ + name = "Command Tool Storage"; + req_access_txt = "19" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/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) +"prJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/engine, +/area/science/storage) +"psd" = ( +/obj/structure/closet/wardrobe/black, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"psj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"psq" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"psJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medical Security Post"; + dir = 4; + name = "medical camera"; + network = list("ss13","medical") + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"psQ" = ( +/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/surgery) +"psR" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"pta" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ptc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"ptw" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mine/stun{ + icon = 'icons/obj/assemblies.dmi'; + icon_state = "device" + }, +/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/wood, +/area/ruin/space/has_grav/listeningstation) +"pty" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ptz" = ( +/obj/machinery/camera{ + c_tag = "Escape West"; + dir = 1; + network = list("ss13","rd") + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ptZ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/item/chair/stool, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"pul" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Theatre Backstage"; + dir = 9; + name = "service camera" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"puW" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"puZ" = ( +/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, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"pvc" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"pvd" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"pvB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pvD" = ( +/obj/machinery/door/window{ + dir = 8; + name = "SMES Chamber"; + req_access_txt = "32" + }, +/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/engine/engine_smes) +"pvG" = ( +/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/virology) +"pvM" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Courtroom North" + }, +/obj/structure/closet/secure_closet/courtroom, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/gavelhammer, +/obj/item/clothing/suit/judgerobe, +/obj/item/clothing/head/powdered_wig, +/turf/open/floor/wood, +/area/security/courtroom) +"pvW" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"pvX" = ( +/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, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"pvZ" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"pwr" = ( +/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{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/carpet/purple, +/area/chapel/main) +"pwu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"pww" = ( +/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/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"pwW" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"pwX" = ( +/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/plasteel/dark, +/area/engine/engineering) +"pxD" = ( +/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 = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"pxO" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"pxQ" = ( +/obj/machinery/light_switch{ + pixel_y = 26 + }, +/obj/machinery/camera{ + c_tag = "Cargo Bay Entrance" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"pxR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"pyc" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"pyd" = ( +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"pyi" = ( +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"pyp" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/structure/cable{ + 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, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"pyr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/library) +"pyC" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_y = 15 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = -5; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"pyH" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/sign/departments/minsky/engineering/engineering{ + pixel_x = 32 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"pyQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/table/reinforced, +/obj/item/assembly/igniter{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = -8 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"pyV" = ( +/obj/structure/sign/departments/minsky/medical/clone/cloning2{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"pyY" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/effect/turf_decal/box/corners, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"pzf" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"pzl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_l"; + name = "Left side containment blast door" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"pzp" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Toxins Mixing Room"; + name = "science camera"; + network = list("ss13","rd") + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"pzv" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"pzU" = ( +/mob/living/simple_animal/bot/secbot{ + arrest_type = 1; + health = 45; + icon_state = "secbot1"; + idcheck = 1; + name = "Sergeant-at-Armsky"; + weaponscheck = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"pzV" = ( +/obj/machinery/computer/ai_server_console, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"pAh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/vacant_room) +"pAu" = ( +/obj/structure/sign/poster/contraband/random, +/turf/closed/wall, +/area/quartermaster/storage) +"pAG" = ( +/obj/item/rollingpaper, +/turf/open/floor/wood, +/area/maintenance/port/fore) +"pAM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine/airless, +/area/hallway/secondary/exit) +"pAX" = ( +/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" + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"pAZ" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"pBl" = ( +/obj/structure/sign/warning/electricshock{ + 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" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pBs" = ( +/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) +"pBy" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"pBC" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"pBM" = ( +/obj/structure/table/reinforced, +/obj/item/extinguisher{ + pixel_x = -12 + }, +/obj/item/extinguisher{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 5 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = 3; + pixel_y = -11 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"pBO" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/medbay/lobby) +"pCg" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/welding, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/head/welding, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos) +"pCL" = ( +/obj/machinery/deepfryer, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"pDe" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"pDJ" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/exit"; + name = "Escape Hallway APC"; + pixel_y = -23 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"pDM" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"pDR" = ( +/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/engine/engineering) +"pEp" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"pEv" = ( +/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) +"pEF" = ( +/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/white, +/area/science/explab) +"pEH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"pEL" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard Bow 1"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) +"pFm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"pFs" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"pFN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"pFQ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pFT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + 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 = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"pGk" = ( +/obj/effect/landmark/event_spawn, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"pGl" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Research Director"; + req_access_txt = "30" + }, +/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/bluespace, +/area/crew_quarters/heads/hor) +"pGm" = ( +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "MiniSat - Monitoring room"; + dir = 1; + network = list("minisat","ss13") + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"pGo" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"pGq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"pGW" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"pHa" = ( +/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/machinery/light_switch{ + pixel_x = -26 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"pHk" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/turf/open/floor/engine, +/area/science/mixing/chamber) +"pHr" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 1 + }, +/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, +/obj/machinery/door/airlock/atmos/glass{ + name = "Incinerator Access"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"pHu" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + 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/white, +/area/medical/medbay/central) +"pHL" = ( +/obj/structure/chair/sofa/bamboo{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/port/fore) +"pHT" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"pHV" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"pHY" = ( +/obj/effect/landmark/stationroom/maint/threexthree, +/turf/template_noop, +/area/maintenance/central) +"pIb" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"pIj" = ( +/obj/structure/cable/yellow{ + 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/tcommsat/computer) +"pIm" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pIs" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/item/stack/rods/fifty, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/heads/chief) +"pIz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Science"; + dir = 4; + network = list("ss13","rd","chpt") + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"pIG" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"pIH" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/components/unary/cryo_cell, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"pIP" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/russian, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"pJh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"pJs" = ( +/obj/machinery/shieldwallgen/xenobiologyaccess, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/southleft{ + dir = 4; + name = "Test Chamber"; + req_access_txt = "55" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"pJw" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/main) +"pJy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"pJz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"pJB" = ( +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"pJJ" = ( +/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/cmo) +"pJK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"pJP" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"pJZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/foyer) +"pKa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/landmark/start/bartender, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"pKf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8; + 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/co2, +/area/engine/atmos_distro) +"pKl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"pKp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"pKr" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"pKP" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Pure to Mix" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"pLe" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/grown/poppy, +/obj/item/reagent_containers/food/snacks/grown/poppy{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/camera{ + c_tag = "Chapel Morgue"; + name = "chapel camera" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"pLm" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"pLu" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"pLA" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"pLY" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav/listeningstation) +"pMa" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Brig West"; + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/brig) +"pMj" = ( +/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 = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/port) +"pMD" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + 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/brig) +"pMQ" = ( +/obj/machinery/quantumpad{ + map_pad_id = "aitoscience"; + map_pad_link_id = "sciencetoai" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"pNd" = ( +/obj/machinery/door/window/eastleft{ + name = "Medical Delivery"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"pNl" = ( +/obj/structure/table, +/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/item/folder/blue, +/obj/item/stamp/hop, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"pNr" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/rack, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"pNL" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 30 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_x = -6; + pixel_y = 28 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_x = 6; + pixel_y = 28 + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/open/floor/mineral/silver, +/area/crew_quarters/heads/captain) +"pNM" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/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, +/area/tcommsat/computer) +"pNS" = ( +/obj/structure/table, +/obj/item/toy/figure/scientist{ + pixel_x = -11; + pixel_y = 3 + }, +/obj/item/folder/white, +/obj/item/radio/off, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"pOc" = ( +/mob/living/simple_animal/hostile/retaliate/dolphin/manatee{ + desc = "An older looking Space Manatee with a coating of what looks like ash. It looks at you with warm, old eyes"; + name = "Boris" + }, +/turf/open/floor/fakespace, +/area/maintenance/starboard/fore) +"pOf" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Break Room"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"pOl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"pOx" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"pOA" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"pOK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav/listeningstation) +"pOM" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = -24 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = -32 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -40 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"pOT" = ( +/obj/machinery/chem_heater, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/button/door{ + id = "chemistry_shutters"; + name = "Chemistry shutters"; + pixel_y = 25; + req_one_access_txt = "5; 33" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = 38 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"pPh" = ( +/obj/structure/closet/secure_closet/physician, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/turf/open/floor/plasteel/white, +/area/security/physician) +"pPl" = ( +/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 = 2 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"pPv" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"pPz" = ( +/obj/structure/closet/bombcloset/security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"pPA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"pPJ" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"pQr" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"pQu" = ( +/obj/structure/cable{ + 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 = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pQF" = ( +/obj/machinery/camera{ + c_tag = "Dormitory North"; + dir = 9 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"pQW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ + dir = 8 + }, +/obj/item/flashlight/flare/signal, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pQY" = ( +/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 = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"pRm" = ( +/obj/structure/chair/office/light, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"pRH" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"pRM" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/turf/open/floor/wood, +/area/security/courtroom) +"pRQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/security/main) +"pRU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"pSo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + 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/processing) +"pSt" = ( +/turf/open/floor/engine, +/area/maintenance/starboard/fore) +"pSy" = ( +/obj/structure/closet/crate{ + name = "solar pack crate" + }, +/obj/item/electronics/tracker, +/obj/item/circuitboard/computer/solar_control, +/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/paper/guides/jobs/engi/solars, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pSM" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/port) +"pTf" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window{ + name = "Low-Risk Modules"; + req_access_txt = "20" + }, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"pTs" = ( +/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/auxiliary) +"pTu" = ( +/obj/structure/sign/poster/contraband/random, +/turf/closed/wall/r_wall, +/area/maintenance/port) +"pTx" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"pTT" = ( +/obj/machinery/computer/telecomms/traffic{ + network = "tcommsat" + }, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"pTX" = ( +/obj/machinery/light/small, +/obj/structure/closet/toolcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"pUe" = ( +/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/effect/turf_decal/trimline/blue/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"pUj" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/brig"; + dir = 1; + name = "Brig APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"pUp" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"pUx" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"pUC" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/modular_computer/console/preset/command/hop{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"pUI" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + 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/storage) +"pUL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/fireaxecabinet{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"pUO" = ( +/obj/machinery/vending/boozeomat, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"pVb" = ( +/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 = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"pVc" = ( +/obj/structure/bed{ + pixel_x = 1; + pixel_y = 14 + }, +/obj/item/bedsheet/red{ + pixel_x = 1; + pixel_y = 14 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"pVd" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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/fore) +"pVg" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel RC"; + pixel_y = -30 + }, +/obj/machinery/computer/cargo{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"pVi" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"pVj" = ( +/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) +"pVA" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/obey{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"pVH" = ( +/obj/structure/dresser, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"pVW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pWj" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pWl" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/open/water/safe{ + icon = 'icons/misc/beach.dmi'; + icon_state = "water" + }, +/area/crew_quarters/bar) +"pWm" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/science/xenobiology) +"pWB" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"pWI" = ( +/mob/living/simple_animal/hostile/viscerator{ + desc = "A small, twin-bladed machine capable of inflicting very deadly lacerations. This one appears to be painted in the colors of the russian flag."; + faction = list("russian"); + name = "Russ-erator" + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/burger/bearger, +/obj/item/reagent_containers/food/snacks/burger/bearger{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/snacks/burger/bearger{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"pWQ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"pXc" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"pXg" = ( +/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/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"pXF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"pXG" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_y = 6 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_y = 6 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_y = 6 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = -7; + pixel_y = -2 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_y = -4 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 8; + pixel_y = -3 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/starboard/fore) +"pXN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"pXP" = ( +/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" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"pXS" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Engineering Foyer"; + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/foyer) +"pYp" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/siding/wideplating, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"pYs" = ( +/obj/machinery/shieldgen, +/obj/machinery/camera{ + c_tag = "Engineering - Secure Storage"; + dir = 5; + name = "engineering camera" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pYC" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/space/basic, +/area/space) +"pYM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"pYS" = ( +/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 = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"pYX" = ( +/obj/item/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"pZk" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/space/has_grav/listeningstation) +"pZo" = ( +/turf/closed/wall/rust, +/area/space/nearstation) +"pZL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"pZN" = ( +/obj/machinery/power/smes/engineering{ + output_attempt = 0 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pZT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"qac" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"qag" = ( +/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/starboard/fore) +"qaZ" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"qbb" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ai_monitored/secondarydatacore) +"qbe" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light_switch{ + pixel_y = -27 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/foyer) +"qbj" = ( +/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 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"qbt" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/solars/solar_96, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"qby" = ( +/obj/structure/table, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/security/security{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"qbC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/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/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"qbJ" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"qcd" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/camera{ + c_tag = "SMES Room"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"qcw" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/closed/wall, +/area/maintenance/port) +"qcV" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"qcX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/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/white, +/area/medical/medbay/central) +"qdb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"qdG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"qdR" = ( +/obj/structure/table/wood, +/obj/item/toy/heartballoon{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/toy/heartballoon{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/toy/mballoon{ + pixel_y = 3 + }, +/turf/open/floor/carpet/red, +/area/maintenance/starboard/fore) +"qdU" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"qeb" = ( +/obj/machinery/vending/snack/random, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"qem" = ( +/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) +"qer" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"qew" = ( +/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/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qey" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/security/processing) +"qeC" = ( +/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 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"qeJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"qeX" = ( +/obj/structure/girder, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"qfe" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qfm" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"qfA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"qfQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + 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 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"qgg" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input, +/turf/open/floor/engine/n2, +/area/engine/atmos_distro) +"qgi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"qgG" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"qhb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"qhl" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/foyer) +"qhs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics Storage"; + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"qhL" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"qhM" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm1"; + name = "Dorm 1" + }, +/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 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"qif" = ( +/obj/structure/guillotine, +/turf/open/floor/plating, +/area/security/execution/transfer) +"qio" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_x = 32; + pixel_y = -3 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"qis" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"qiE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"qiF" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"qiJ" = ( +/obj/structure/door_assembly/door_assembly_mhatch, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"qjj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"qjw" = ( +/turf/template_noop, +/area/space/nearstation) +"qjD" = ( +/obj/structure/sign/departments/science{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"qjE" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/structure/closet/secure_closet/paramedic, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"qkh" = ( +/obj/structure/sign/departments/minsky/supply/cargo{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"qkk" = ( +/mob/living/simple_animal/pet/fox/Renault, +/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) +"qkr" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"qkS" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/brig) +"qkY" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/wood, +/area/chapel/office) +"qle" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"qln" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"qlr" = ( +/obj/structure/table, +/obj/item/radio/off{ + pixel_x = 12 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/folder/red, +/obj/item/pen, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/main) +"qls" = ( +/obj/effect/landmark/stationroom/maint/threexthree, +/turf/template_noop, +/area/maintenance/central/secondary) +"qlx" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -6; + pixel_y = -1 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -6; + pixel_y = -1 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -6; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"qlH" = ( +/obj/structure/chair/stool, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/powered) +"qlK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/door/airlock/medical{ + name = "Medbay Break Room"; + 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/storage) +"qmj" = ( +/obj/effect/mapping_helpers/teleport_anchor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qmk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/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 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/meter{ + target_layer = 2 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"qmF" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/item/bikehorn/rubberducky, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"qmG" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"qmN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/security/processing) +"qmW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/sorting"; + dir = 1; + name = "Delivery Office APC"; + pixel_y = 23 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"qnl" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"qnz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"qnC" = ( +/obj/machinery/button/door{ + id = "kitchen"; + name = "Kitchen Shutters Control"; + pixel_x = 1; + pixel_y = -25; + req_access_txt = "28" + }, +/obj/machinery/light, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"qnV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"qoa" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"qoj" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"qop" = ( +/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) +"qou" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"qoD" = ( +/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/starboard/fore) +"qoN" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Dormitories 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{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"qoO" = ( +/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/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/wood, +/area/chapel/office) +"qoV" = ( +/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/white/side{ + dir = 8 + }, +/area/science/xenobiology) +"qpj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"qpp" = ( +/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/quartermaster/storage) +"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{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"qpN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"qqa" = ( +/obj/effect/turf_decal/pool/corner{ + dir = 4 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"qqj" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "Dorm5"; + name = "Dorm 5" + }, +/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/dorms) +"qqk" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Paramedic Staging"; + network = list("ss13","medbay") + }, +/obj/item/roller{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/roller{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/item/roller{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"qqw" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/atmospherics/miner/oxygen, +/turf/open/floor/engine/o2, +/area/engine/atmos_distro) +"qqA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"qqQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"qri" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/suit/apron/surgical, +/obj/item/clothing/suit/apron/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"qrv" = ( +/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 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"qrz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/hotdog, +/obj/item/reagent_containers/food/snacks/honeybun{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"qrD" = ( +/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/aft) +"qrP" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/item/camera_film, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/open/floor/wood, +/area/vacant_room) +"qrY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/warden) +"qsa" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"qsb" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 3"; + dir = 10 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"qso" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/explab) +"qsq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"qsu" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"qsG" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/turf/open/space/basic, +/area/space) +"qsS" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/gulag_item_reclaimer{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"qsT" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"qtt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"qtF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qtG" = ( +/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, +/area/quartermaster/sorting) +"qtP" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/science/nanite"; + dir = 1; + name = "Nanite Lab APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"qtV" = ( +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/security/main) +"quc" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/med_data/laptop, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"qui" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos_distro) +"qum" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = -2; + pixel_y = 11 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"qun" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"quB" = ( +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access_txt = "29" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ + dirx = -1; + diry = -4 + }, +/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/science/robotics/lab) +"quE" = ( +/obj/machinery/computer/apc_control{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/crew_quarters/heads/chief) +"quG" = ( +/obj/effect/decal/cleanable/food/tomato_smudge, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"quS" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ai_monitored/secondarydatacore) +"qvc" = ( +/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/central) +"qvg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26 + }, +/turf/open/floor/wood, +/area/library) +"qvj" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"qvy" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"qvE" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/vacant_room) +"qvF" = ( +/obj/effect/decal/cleanable/oil, +/turf/closed/wall/r_wall, +/area/maintenance/central/secondary) +"qvH" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"qvP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"qvZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/chapel/main) +"qwm" = ( +/obj/machinery/atmospherics/pipe/manifold/general/hidden/layer2{ + dir = 1 + }, +/obj/machinery/meter{ + pixel_x = -6; + pixel_y = -5; + target_layer = 2 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"qwz" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/rack, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"qwL" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/structure/closet/wardrobe/genetics_white, +/obj/item/storage/box/rxglasses, +/obj/item/storage/box/disks{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/radio/headset/headset_medsci, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/sequence_scanner, +/obj/item/sequence_scanner, +/obj/item/stack/cable_coil/white, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"qxe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics South East"; + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"qxT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ + dir = 1 + }, +/obj/machinery/advanced_airlock_controller{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qxW" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/meter{ + layer = 3.4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"qya" = ( +/obj/machinery/light, +/obj/machinery/vending/security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"qyo" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"qyQ" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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) +"qyW" = ( +/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/door/airlock/research{ + name = "Toxins Storage"; + req_access_txt = "8" + }, +/turf/open/floor/plating, +/area/science/storage) +"qzh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/cartridge/medical{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/cartridge/medical{ + pixel_x = 4 + }, +/obj/item/cartridge/chemistry{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"qzn" = ( +/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/port/aft) +"qzO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"qAk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"qAz" = ( +/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, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/janitor) +"qAG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"qAN" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_y = 25 + }, +/turf/open/floor/wood, +/area/chapel/office) +"qAW" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods/ten, +/obj/item/toy/figure/atmos, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"qAX" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/port) +"qAZ" = ( +/obj/structure/table/wood, +/obj/item/storage/box/fancy/cigarettes/cigars/cohiba{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/box/fancy/cigarettes/cigars/havana{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"qBd" = ( +/obj/structure/table/wood, +/obj/item/toy/talking/AI, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"qBj" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"qBo" = ( +/obj/structure/table/glass, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/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) +"qBC" = ( +/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/ai_monitored/turret_protected/aisat_interior) +"qBL" = ( +/obj/structure/window/reinforced, +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"qBV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"qCg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + 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/white, +/area/science/misc_lab) +"qCt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/hop) +"qCv" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"qCM" = ( +/obj/structure/table, +/obj/item/cartridge/quartermaster{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/cartridge/quartermaster, +/obj/item/coin/silver{ + pixel_x = -3 + }, +/obj/item/coin/silver{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/coin/gold{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/item/clipboard, +/obj/item/toy/figure/qm, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"qCT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"qCW" = ( +/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) +"qCX" = ( +/obj/machinery/door/airlock/hatch{ + name = "Break Room"; + req_access_txt = "61" + }, +/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/grimy, +/area/maintenance/department/tcoms) +"qDz" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"qDF" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"qDJ" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"qDT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qDZ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium Maintenance"; + req_access_txt = "27" + }, +/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/plating, +/area/maintenance/port/fore) +"qEc" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"qEm" = ( +/obj/machinery/vending/wardrobe/sig_wardrobe, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"qEr" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/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 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"qEz" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"qEB" = ( +/obj/effect/landmark/stationroom/maint/fivexthree, +/turf/template_noop, +/area/maintenance/port) +"qEC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"qEJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"qEP" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 4; + name = "MiniSat Antechamber APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"qEV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"qEX" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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) +"qFj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"qFu" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Secondary AI Core"; + normalspeed = 0; + req_access_txt = "55" + }, +/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/dark, +/area/science/server) +"qGm" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"qGC" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + 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/aft) +"qGQ" = ( +/obj/effect/spawner/lootdrop/techstorage/AI, +/obj/structure/rack, +/turf/open/floor/plasteel, +/area/storage/tech) +"qGY" = ( +/obj/structure/closet/crate, +/obj/item/clothing/suit/space/nasavoid/old, +/obj/item/clothing/head/helmet/space/nasavoid/old, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"qHa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"qHn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"qHo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"qHp" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"qHs" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector{ + on = 1; + volume_rate = 200 + }, +/turf/open/floor/plating/airless, +/area/space) +"qHC" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/misc_lab) +"qHF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"qHN" = ( +/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 = 1 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/courtroom"; + dir = 4; + name = "Courtroom APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"qHT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"qHX" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qId" = ( +/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/medical/sleeper) +"qIJ" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"qIS" = ( +/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) +"qJx" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"qJC" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"qJN" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"qKj" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"qKr" = ( +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"qKx" = ( +/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 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"qLt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/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 = 8 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"qLW" = ( +/obj/machinery/power/smes/engineering{ + charge = 5e+006; + input_level = 25000; + output_level = 25000 + }, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"qLY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"qLZ" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"qMm" = ( +/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/security/prison) +"qMr" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + 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/clerk) +"qMB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/departments/minsky/medical/chemistry/chemical2{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"qMT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"qMV" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/mineral_door/wood, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"qNq" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/obj/machinery/meter, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"qNu" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_red, +/obj/structure/window/reinforced{ + dir = 1 + }, +/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) +"qNv" = ( +/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/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"qNy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/medical) +"qNE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"qNG" = ( +/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/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/port) +"qNI" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + 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 = 6 + }, +/turf/open/floor/plasteel, +/area/clerk) +"qNR" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qNW" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"qOc" = ( +/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/security/processing) +"qOm" = ( +/obj/item/clothing/head/fishing, +/obj/item/clothing/head/fishing, +/obj/item/clothing/suit/fishing, +/obj/item/clothing/suit/fishing, +/obj/item/clothing/shoes/fishing, +/obj/item/clothing/shoes/fishing, +/obj/item/clothing/gloves/fishing, +/obj/item/clothing/gloves/fishing, +/obj/structure/rack, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"qOp" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/ai/data_core/primary, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"qOC" = ( +/obj/machinery/rnd/production/protolathe/department/science, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"qOJ" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"qOT" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/kitchen/knife/combat/survival, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"qOU" = ( +/obj/item/storage/belt/medical{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/storage/belt/medical{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/item/storage/belt/medical{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 1 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 7; + pixel_y = -5 + }, +/obj/structure/table, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"qPr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"qPy" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"qPC" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"qQi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port/aft) +"qQs" = ( +/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) +"qQB" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"qQJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/machinery/newscaster{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/chemistry"; + name = "Chemistry APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"qQM" = ( +/obj/machinery/camera{ + c_tag = "Medbay East"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"qQU" = ( +/obj/effect/landmark/event_spawn, +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"qRr" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"qRR" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_y = 15 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/space/has_grav/listeningstation) +"qSf" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Telecomms Maintenance"; + req_access_txt = "61" + }, +/turf/open/floor/plasteel, +/area/maintenance/department/tcoms) +"qSg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"qSi" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + dir = 8; + freq = 1400; + location = "Bar" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"qSK" = ( +/obj/structure/table/wood, +/obj/item/storage/box/matches, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"qSO" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/stamp/syndiround, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/storage/backpack/duffelbag/syndie/med, +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"qSV" = ( +/obj/structure/closet/crate, +/obj/item/clothing/neck/yogs/stripedscarf/pink, +/obj/item/grenade/smokebomb, +/obj/item/grenade/smokebomb, +/obj/item/grenade/smokebomb, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"qTl" = ( +/mob/living/carbon/monkey, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"qTr" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"qTx" = ( +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hosspace"; + name = "space shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"qTE" = ( +/obj/structure/janitorialcart, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"qTL" = ( +/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/plasteel, +/area/engine/engineering) +"qTR" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"qUt" = ( +/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/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"qUu" = ( +/obj/effect/overlay/coconut, +/obj/effect/turf_decal/sand, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"qVe" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 2"; + req_access_txt = "2" + }, +/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, +/turf/open/floor/plasteel, +/area/security/prison) +"qVg" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/foyer) +"qVm" = ( +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/maintenance/external{ + welded = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"qVn" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"qVG" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"qVH" = ( +/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" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"qVL" = ( +/turf/closed/mineral/random/low_chance_air, +/area/maintenance/port) +"qVZ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"qWt" = ( +/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) +"qWF" = ( +/obj/structure/table/glass, +/obj/machinery/door/window/northleft{ + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "5" + }, +/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/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"qWL" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/fitness) +"qWO" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plasteel/airless{ + icon_state = "damaged4" + }, +/area/ruin/powered) +"qXf" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space/basic, +/area/space/nearstation) +"qXg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Central Hallway North-West" + }, +/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-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 15 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"qXo" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"qXr" = ( +/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/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"qXw" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/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/bridge) +"qXQ" = ( +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"qXR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cloth_curtain{ + color = "#99ccff" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "surgery_shutters"; + name = "Surgery Shutters" + }, +/turf/open/floor/plating, +/area/medical/surgery) +"qYh" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"qYl" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"qYp" = ( +/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/port/fore) +"qYF" = ( +/obj/structure/rack, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"qYL" = ( +/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/miningdock) +"qZe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_l"; + name = "Left side containment blast door" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"qZu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/space/has_grav/listeningstation) +"qZA" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/security/prison) +"qZI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"qZP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/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/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"raa" = ( +/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) +"rav" = ( +/obj/structure/cable{ + 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/security/prison) +"raz" = ( +/obj/machinery/computer/cargo{ + dir = 4; + pixel_x = -4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"raA" = ( +/turf/closed/wall, +/area/science/research) +"raQ" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11; + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/white, +/area/security/execution/transfer) +"raR" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"rba" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -26 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"rbh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"rbi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"rbo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"rbx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/smes/fullycharged, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"rby" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"rbC" = ( +/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) +"rcg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"rco" = ( +/obj/machinery/requests_console{ + department = "Locker Room"; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"rct" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"rcz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"rcA" = ( +/obj/effect/turf_decal/trimline/white/corner, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"rcD" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"rcE" = ( +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/clerk) +"rcH" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/courtroom) +"rcL" = ( +/obj/machinery/camera{ + c_tag = "Chapel East"; + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 32; + pixel_y = -3 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"rcR" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"rcS" = ( +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/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 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"rcV" = ( +/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" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + sortType = 21 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"rdD" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -37 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"rdW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"reb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"ree" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"reo" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/obj/machinery/door/airlock/atmos{ + name = "Tanks and Filtration"; + req_access_txt = "24" + }, +/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/plasteel, +/area/engine/atmos_distro) +"reA" = ( +/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/warehouse) +"reF" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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) +"reQ" = ( +/turf/closed/wall, +/area/maintenance/solars/starboard/aft) +"reZ" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"rft" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"rfw" = ( +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/white/arrow_ccw{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"rfA" = ( +/obj/machinery/ministile/hop{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/arrow_ccw, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"rfD" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"rfO" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/body{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/machinery/light/broken{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"rfU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/storage) +"rgd" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/grass, +/area/maintenance/starboard/aft) +"rgq" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/space/has_grav/listeningstation) +"rgF" = ( +/obj/structure/sign/departments/minsky/supply/janitorial{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"rgG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"rgT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/effect/landmark/start/cook, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"rgW" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"rhe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ + dir = 4 + }, +/obj/machinery/advanced_airlock_controller{ + pixel_y = 24 + }, +/obj/structure/sign/departments/minsky/command/space{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"rhh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"rhk" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"rhT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"rhV" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"rib" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"rii" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"ril" = ( +/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 = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"riV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"rjr" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"rjy" = ( +/obj/structure/closet/crate/rcd, +/obj/item/flashlight/flare/signal, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"rjP" = ( +/obj/effect/turf_decal/sand, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "barshutters"; + name = "bar shutters" + }, +/obj/structure/table/wood, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"rjS" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"rjT" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/processing) +"rjX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"rkp" = ( +/obj/machinery/door/airlock/external{ + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rkD" = ( +/obj/structure/displaycase/cmo, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/cmo) +"rkJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 1; + freq = 1400; + location = "Engineering" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"rkL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"rkQ" = ( +/obj/machinery/holopad, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"rkT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/storage) +"rkU" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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) +"rkV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "xenobio"; + name = "Xenobiology lab shutters" + }, +/turf/open/floor/plating, +/area/hallway/primary/starboard) +"rkY" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"rlb" = ( +/obj/structure/closet/secure_closet/brig, +/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/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"rlc" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"rlj" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"rly" = ( +/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 = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"rlG" = ( +/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/sign/map/left{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"rlJ" = ( +/turf/open/floor/mineral/silver, +/area/crew_quarters/heads/captain) +"rml" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay South"; + dir = 4; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/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/white, +/area/medical/medbay/aft) +"rmt" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"rmz" = ( +/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 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"rmK" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"rmL" = ( +/obj/machinery/photocopier, +/turf/open/floor/carpet, +/area/security/detectives_office) +"rmQ" = ( +/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/aft) +"rmV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/storage) +"rne" = ( +/obj/structure/rack, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plasteel, +/area/storage/tech) +"rng" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"rnq" = ( +/obj/effect/turf_decal/bot, +/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/plasteel, +/area/science/robotics/lab) +"rnw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"rnO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rnZ" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/disposal/incinerator) +"rog" = ( +/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/sleeper) +"roj" = ( +/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, +/area/security/checkpoint/supply) +"row" = ( +/obj/item/banhammer, +/obj/item/bedsheet/centcom, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"roz" = ( +/obj/structure/table, +/obj/item/book/manual/chef_recipes, +/obj/item/stack/packageWrap, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"roA" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"roK" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/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, +/turf/open/floor/plasteel, +/area/security/courtroom) +"roT" = ( +/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{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Disposal Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"rpj" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 2; + name = "Cargo Junction"; + sortType = 2 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"rpn" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/tcomms{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"rpC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"rpS" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -8; + pixel_y = 39; + 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 = -8; + pixel_y = 26; + req_access_txt = "11" + }, +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 7; + pixel_y = 26; + req_access_txt = "24" + }, +/obj/machinery/button/door{ + id = "ceprivacy"; + name = "Privacy Shutters Control"; + pixel_x = 7; + pixel_y = 39 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side, +/area/crew_quarters/heads/chief) +"rqp" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"rqt" = ( +/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{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"rqx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"rqK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"rqZ" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Court)"; + pixel_y = 22 + }, +/turf/open/floor/wood, +/area/security/courtroom) +"rrO" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"rrP" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/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/machinery/door/airlock/medical{ + id_tag = "GeneticsDoor"; + name = "Genetics"; + req_access_txt = "5; 68" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"rsc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/sign/plaques/atmos{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"rsh" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/pickaxe, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"rsi" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rsm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/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/maintenance/starboard/fore) +"rsq" = ( +/obj/machinery/light/built{ + dir = 4 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"rsF" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/warden, +/obj/machinery/light_switch{ + pixel_x = -38; + pixel_y = -23 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"rsR" = ( +/obj/structure/table/wood, +/obj/machinery/keycard_auth{ + pixel_y = 25 + }, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -6; + pixel_y = 11 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security RC"; + pixel_x = 32; + pixel_y = 29 + }, +/obj/machinery/button/door{ + id = "hosspace"; + name = "Space Shutters Control"; + pixel_y = 36 + }, +/obj/machinery/photocopier/faxmachine{ + department = "Head of Security"; + name = "Head of Securities Fax Machine" + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"rsS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"rsT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"rth" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rtE" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Aft"; + network = list("minisat","ss13") + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"rtU" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"rtZ" = ( +/turf/closed/wall, +/area/medical/medbay/lobby) +"rub" = ( +/obj/machinery/camera{ + c_tag = "Patient Room 2"; + name = "medical camera"; + network = list("ss13","medical") + }, +/obj/machinery/requests_console{ + department = "Patient Room B"; + name = "Medbay Storage RC"; + pixel_y = 28 + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"ruo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"ruC" = ( +/obj/structure/closet/cardboard, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"ruH" = ( +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"ruK" = ( +/obj/machinery/light, +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"ruM" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ruO" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ruT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"ruV" = ( +/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/primary/fore) +"ruW" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"rvc" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sunnybush, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/spawner/structure/window, +/turf/open/floor/grass, +/area/quartermaster/office) +"rvd" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/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, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"rve" = ( +/obj/effect/turf_decal/tile/black{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"rvw" = ( +/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/mapping_helpers/teleport_anchor, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"rvH" = ( +/obj/effect/spawner/lootdrop/techstorage/rnd, +/obj/structure/rack, +/turf/open/floor/plasteel, +/area/storage/tech) +"rvI" = ( +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rwa" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/machinery/shower{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"rwk" = ( +/obj/structure/closet/crate, +/obj/item/hand_labeler_refill, +/obj/item/clothing/neck/stethoscope, +/obj/item/coin/silver, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rwo" = ( +/obj/structure/table/wood, +/obj/item/storage/box/fancy/candle_box, +/obj/item/storage/box/fancy/candle_box, +/obj/item/storage/box/fancy/candle_box, +/obj/item/storage/crayons, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/wood, +/area/chapel/office) +"rwD" = ( +/obj/machinery/door/airlock/highsecurity{ + id_tag = "ai_core_airlock_exterior"; + name = "AI Core"; + req_access_txt = "16" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/locked, +/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/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"rwZ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/landmark/start/cyborg, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 4; + network = list("minisat","ss13") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"rxb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/cockroach{ + desc = "Virtually unkillable."; + name = "Becquerel"; + sentience_type = 5; + status_flags = 16 + }, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"rxn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/xenobiology) +"rxq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"rxv" = ( +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"rxC" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"rxH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"rxK" = ( +/obj/item/a_gift{ + pixel_x = 15; + pixel_y = 4 + }, +/obj/item/a_gift{ + pixel_x = 18; + pixel_y = -7 + }, +/obj/item/toy/xmas_cracker, +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"ryf" = ( +/turf/open/floor/plating/asteroid/airless, +/area/space/nearstation) +"ryo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/end, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/hop) +"ryv" = ( +/obj/effect/turf_decal/box, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"ryM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ryN" = ( +/obj/structure/cloth_curtain{ + color = "#99ccff" + }, +/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/plasteel/white, +/area/medical/patients_rooms/room_a) +"rzf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"rzg" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"rzN" = ( +/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/starboard/fore) +"rzS" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/space/basic, +/area/space/nearstation) +"rAr" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Warehouse Maintenance"; + req_access_txt = "31" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"rAN" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/vacant_room) +"rBa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"rBu" = ( +/obj/structure/cable{ + 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, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"rBF" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer_L"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -38; + pixel_y = 29; + req_access_txt = "5" + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer_R"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 29; + req_access_txt = "5" + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"rBG" = ( +/obj/machinery/vending/sovietsoda, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"rBH" = ( +/obj/machinery/modular_computer/telescreen/preset/medical{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/medicine, +/obj/item/hand_labeler, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"rCy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"rDb" = ( +/obj/machinery/door/window/northleft{ + name = "Prize Corner"; + req_access_txt = "12" + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"rDe" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port) +"rDi" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"rDv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wideplating, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"rDw" = ( +/obj/effect/decal/cleanable/glass/plasma, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"rDJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rDM" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"rDR" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/science"; + dir = 1; + name = "Science Security APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/closet/secure_closet/security/science, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"rDW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = 3 + }, +/obj/item/camera/detective, +/obj/item/hand_labeler{ + pixel_x = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/newscaster{ + pixel_x = 32; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Detective's Office"; + dir = 8 + }, +/turf/open/floor/carpet, +/area/security/detectives_office) +"rEb" = ( +/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/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"rEc" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rEn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"rEr" = ( +/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/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/janitor) +"rEs" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/rdconsole/production, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"rEy" = ( +/obj/item/twohanded/fishingrod, +/turf/open/floor/plating/beach/coastline_t{ + dir = 8 + }, +/area/crew_quarters/bar) +"rEz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"rEO" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/mob/living/simple_animal/cockroach{ + desc = "Virtually unkillable."; + name = "Becquerel"; + sentience_type = 5; + status_flags = 16 + }, +/turf/open/floor/plasteel, +/area/janitor) +"rEU" = ( +/obj/structure/table/reinforced, +/obj/item/twohanded/required/kirbyplants/photosynthetic{ + pixel_y = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"rFg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/space/has_grav/listeningstation) +"rFi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"rFu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/smes/engineering{ + charge = 5e+006; + input_level = 40000; + output_level = 30000 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"rFI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/security/prison) +"rGh" = ( +/obj/machinery/computer/communications, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"rGp" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"rGB" = ( +/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 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rGK" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"rGP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"rGX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"rHa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/food/snacks/grown/poppy/lily, +/obj/item/reagent_containers/food/snacks/grown/poppy/lily{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/reagent_containers/food/snacks/grown/poppy/lily{ + pixel_x = -1; + pixel_y = -5 + }, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"rHj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/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, +/area/engine/engineering) +"rHu" = ( +/obj/structure/cable{ + 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/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"rHy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rHK" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"rId" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"rIn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rIB" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"rIP" = ( +/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 = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"rJt" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 1; + level = 2 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"rJw" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"rJC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"rJD" = ( +/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 = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"rKz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"rKL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"rKM" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"rLv" = ( +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"rLI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/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/hallway/primary/aft) +"rLR" = ( +/obj/effect/mapping_helpers/teleport_anchor, +/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-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rMf" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_y = 1 + }, +/obj/item/clothing/head/helmet{ + pixel_x = 2; + pixel_y = -3 + }, +/turf/open/floor/plasteel/white, +/area/security/execution/transfer) +"rMm" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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/port/aft) +"rMv" = ( +/obj/structure/closet/wardrobe/white, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"rMA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"rMV" = ( +/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/port/fore) +"rNl" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"rNE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/janitor) +"rNV" = ( +/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/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rOe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rOt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"rOB" = ( +/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{ + dir = 1 + }, +/obj/structure/barricade/wooden, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"rOO" = ( +/obj/structure/bed, +/obj/item/bedsheet/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"rOR" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"rPf" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/foyer) +"rPh" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/turf_decal/pool{ + dir = 8 + }, +/obj/effect/turf_decal/pool, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"rPj" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"rPr" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/chapel/main) +"rPx" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"rPz" = ( +/obj/effect/turf_decal/sand, +/obj/item/megaphone, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "barshutters"; + name = "bar shutters" + }, +/obj/structure/table/wood, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"rPM" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plasteel, +/area/storage/tech) +"rPU" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"rPV" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/research/research{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"rQi" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"rQj" = ( +/obj/structure/rack, +/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/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rQk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/brig) +"rQo" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"rQy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "EVA East"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"rQB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/closet/secure_closet/medical1, +/obj/structure/sign/poster/official/get_your_legs{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"rQJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"rQU" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rQV" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"rRb" = ( +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/engine, +/area/maintenance/starboard/fore) +"rRi" = ( +/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/junction/flip, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"rRp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"rRA" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + name = "engineering camera"; + network = list("ss13","engine") + }, +/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" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rRR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"rRV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rSa" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #3" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"rSg" = ( +/obj/machinery/camera{ + c_tag = "Mech Bay"; + dir = 4 + }, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"rSp" = ( +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"rSE" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/closet/crate/freezer/blood, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = -32 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"rSU" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"rTj" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"rTv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"rTH" = ( +/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" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"rTI" = ( +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"rTM" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/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/white, +/area/medical/virology) +"rUg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"rUv" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"rUC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/space, +/area/solar/port/fore) +"rUN" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"rUQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"rUS" = ( +/obj/structure/table/wood, +/obj/item/melee/chainofcommand, +/obj/item/toy/figure/captain, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"rUV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/cartridge/engineering{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/cartridge/engineering{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/cartridge/engineering{ + pixel_x = 8 + }, +/obj/item/cartridge/atmos, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"rVb" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"rVc" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"rVl" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/obj/item/reagent_containers/food/snacks/bait/leech, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"rVx" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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, +/area/maintenance/starboard/fore) +"rVy" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"rVP" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"rVZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"rWd" = ( +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"rWp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"rWz" = ( +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 4; + name = "Output Gas Connector Port" + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"rWB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"rWK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"rWP" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/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 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"rXg" = ( +/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{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Chapel West"; + dir = 5 + }, +/turf/open/floor/carpet/purple, +/area/chapel/main) +"rXq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/departments/minsky/security/security{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"rXt" = ( +/obj/effect/turf_decal/box, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"rXC" = ( +/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{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"rXJ" = ( +/obj/item/kitchen/knife/shank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"rXU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"rYd" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/obj/item/reagent_containers/food/snacks/bait/worm, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"rYp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"rYr" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"rYw" = ( +/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{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"rYB" = ( +/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/camera{ + c_tag = "Testing Lab West"; + dir = 4; + network = list("ss13","rd") + }, +/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/misc_lab) +"rYD" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer_L"; + name = "Medbay"; + req_access_txt = "5" + }, +/obj/effect/mapping_helpers/airlock/unres, +/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/aft) +"rYE" = ( +/obj/structure/table, +/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 = 1; + name = "Research Monitor"; + network = list("rd","aicore","aiupload","xeno","test"); + pixel_y = 2 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"rYP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"rYT" = ( +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "supply dock loading door" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rZn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/decal/cleanable/insectguts, +/turf/open/floor/engine, +/area/science/misc_lab) +"rZx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + light_color = "#c1caff" + }, +/turf/open/floor/engine, +/area/hallway/secondary/exit) +"rZz" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"rZG" = ( +/obj/structure/closet/wardrobe/mixed, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/ruin/powered) +"sac" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/right, +/obj/item/clothing/mask/cigarette/rollie/cannabis, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"saA" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/pickaxe{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pickaxe{ + pixel_x = -1; + pixel_y = -5 + }, +/turf/open/floor/plasteel, +/area/clerk) +"saN" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"saT" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Input Port Pump" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"saZ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"sbc" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sbf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"sbl" = ( +/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" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock{ + name = "Kitchen cold room"; + req_access_txt = "28" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"sbp" = ( +/obj/structure/table/wood, +/mob/living/simple_animal/cockroach{ + desc = "Virtually unkillable."; + name = "Becquerel"; + sentience_type = 5; + status_flags = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"sbr" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"sbH" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"sbI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sbR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"sck" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 5" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"scr" = ( +/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/checkpoint/medical) +"scs" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Two" + }, +/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, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"scv" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"scw" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"scx" = ( +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = -1; + pixel_y = 11 + }, +/obj/item/kitchen/rollingpin{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"scF" = ( +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"scH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Holodeck Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/maintenance/starboard/fore) +"sdd" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sdk" = ( +/obj/structure/rack, +/obj/item/toy/plush/goatplushie, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"sdO" = ( +/obj/structure/sink/kitchen{ + pixel_y = 17 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"sdR" = ( +/obj/structure/disposalpipe/junction{ + 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" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/foyer) +"sei" = ( +/obj/effect/mine/stun{ + icon = 'icons/obj/assemblies.dmi'; + icon_state = "device" + }, +/turf/closed/mineral/random/low_chance_air, +/area/space/nearstation) +"sek" = ( +/obj/machinery/door/window/westright, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/sand, +/obj/item/reagent_containers/food/snacks/pie/cream, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"sem" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/landmark/start/yogs/tourist, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"sen" = ( +/obj/structure/table/wood, +/obj/item/storage/toolbox/artistic, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ses" = ( +/turf/open/floor/plasteel/white, +/area/science/mixing) +"sfr" = ( +/obj/structure/table/reinforced, +/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{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"sfA" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"sfG" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"sfH" = ( +/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) +"sfN" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"sfO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"sgi" = ( +/obj/machinery/icecream_vat, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"sgs" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"shc" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"shd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"shg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"shu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"shH" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"shO" = ( +/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/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/security/warden) +"sia" = ( +/obj/machinery/button/door{ + id = "Dorm1"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/turf/template_noop, +/area/crew_quarters/dorms) +"sio" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"sir" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"sjq" = ( +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sju" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"sjx" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hor"; + dir = 1; + name = "RD Office APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"sjE" = ( +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sjG" = ( +/turf/closed/mineral/random/low_chance, +/area/space/nearstation) +"sjS" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "1-4"; + tag = "" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"skw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"skT" = ( +/obj/machinery/computer/atmos_alert{ + dir = 1; + name = "Atmospheric Alert Console" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos) +"skV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"skY" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/engine/atmos) +"slb" = ( +/obj/machinery/button/door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -25; + req_access_txt = "31" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"slj" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"slm" = ( +/obj/structure/shuttle/engine/large{ + dir = 8 + }, +/turf/open/floor/plating/asteroid, +/area/ruin/powered) +"slq" = ( +/obj/effect/turf_decal/tile/black{ + dir = 1 + }, +/obj/effect/turf_decal/tile/black{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"slv" = ( +/obj/effect/turf_decal/siding/wood{ + 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/wood, +/area/library) +"slC" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"slT" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"smn" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/fakespace, +/area/maintenance/starboard/fore) +"smv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/dark, +/area/science/server) +"smG" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/maintenance/port/fore) +"smT" = ( +/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/hallway/primary/aft) +"sni" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"snj" = ( +/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/machinery/smartfridge/extract/preloaded, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"snC" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"snM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"snU" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"sod" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/engine/engineering) +"son" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/rack, +/obj/effect/turf_decal/bot_white, +/obj/item/storage/box/flashes, +/obj/item/storage/box/flashes, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"soq" = ( +/obj/structure/grille, +/obj/machinery/meter{ + layer = 3.4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"sou" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"sov" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"sox" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"soy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"soS" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"spo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"spy" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"spE" = ( +/obj/machinery/icecream_vat, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"spH" = ( +/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) +"spR" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/command, +/obj/machinery/door/window/northright{ + name = "Emergency Storage"; + req_access_txt = "19" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"spX" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/instrument/harmonica{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/instrument/banjo{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"sqc" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 1 + }, +/turf/open/space/basic, +/area/space) +"sqh" = ( +/obj/structure/table/glass, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/item/folder/white, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"sqC" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"sqI" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"sqK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/window, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/grass, +/area/medical/medbay/aft) +"sra" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/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/plating, +/area/maintenance/port/fore) +"srq" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"srw" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Lounge" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"srR" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/table/reinforced, +/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 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"srW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"srZ" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"ssc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"ssp" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ssK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = 4; + pixel_y = -25 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"ssX" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"ssZ" = ( +/obj/structure/table/wood, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/cable_coil, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"sti" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"stn" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"stv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"stF" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/clipboard, +/obj/machinery/light, +/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 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"stY" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit) +"sua" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/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/plasteel, +/area/security/checkpoint/engineering) +"sud" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/meson, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Engineering Access"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"suh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 8; + external_pressure_bound = 120; + name = "server vent" + }, +/obj/machinery/rnd/server, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"sun" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/costume, +/turf/open/floor/plasteel, +/area/clerk) +"sup" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + 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/medbay/central) +"sux" = ( +/turf/closed/wall, +/area/space/nearstation) +"suy" = ( +/obj/effect/landmark/start/cook, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"suO" = ( +/obj/machinery/vending/cola/random, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"suV" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"svm" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"svM" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"swd" = ( +/obj/structure/closet/secure_closet/contraband/armory, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"swg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal"; + name = "Disposal APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"swp" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"swD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/mapping_helpers/teleport_anchor, +/turf/open/floor/plasteel, +/area/engine/engineering) +"swN" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"swV" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"swY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"sxj" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/o2{ + pixel_x = 4; + pixel_y = -5 + }, +/obj/item/healthanalyzer{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/machinery/door/window/northleft{ + name = "Emergency Storage"; + req_access_txt = "19" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"sxy" = ( +/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/starboard) +"sxG" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"sxT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"sxV" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance/external{ + welded = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"sym" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"syN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"syV" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/closed/wall/r_wall, +/area/security/prison) +"szo" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"szq" = ( +/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/machinery/door/airlock/highsecurity{ + name = "Backup SMES Access"; + req_one_access_txt = "11;32" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"szs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"szt" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/food/snacks/bait/apprentice, +/obj/item/reagent_containers/food/snacks/bait/apprentice, +/obj/item/reagent_containers/food/snacks/bait/apprentice, +/obj/item/reagent_containers/food/snacks/bait/apprentice, +/obj/item/reagent_containers/food/snacks/bait/apprentice, +/obj/item/reagent_containers/food/snacks/bait/apprentice, +/obj/item/reagent_containers/food/snacks/bait/apprentice, +/obj/item/reagent_containers/food/snacks/bait/apprentice, +/obj/item/reagent_containers/food/snacks/bait/apprentice, +/obj/item/reagent_containers/food/snacks/bait/apprentice, +/obj/item/reagent_containers/food/snacks/bait/journeyman, +/obj/item/reagent_containers/food/snacks/bait/journeyman, +/obj/item/reagent_containers/food/snacks/bait/journeyman, +/obj/item/reagent_containers/food/snacks/bait/journeyman, +/obj/item/reagent_containers/food/snacks/bait/journeyman, +/obj/item/reagent_containers/food/snacks/bait/journeyman, +/obj/item/reagent_containers/food/snacks/bait/journeyman, +/obj/item/reagent_containers/food/snacks/bait/journeyman, +/obj/item/reagent_containers/food/snacks/bait/journeyman, +/obj/item/reagent_containers/food/snacks/bait/journeyman, +/obj/item/reagent_containers/food/snacks/bait/master, +/obj/item/reagent_containers/food/snacks/bait/type, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"szX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/electrolyzer, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"sAd" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"sAs" = ( +/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, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"sAV" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"sAW" = ( +/obj/structure/table, +/obj/item/flashlight, +/obj/item/assembly/igniter, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"sAZ" = ( +/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) +"sBc" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood, +/area/medical/psych) +"sBh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"sBJ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/maintenance/port) +"sBP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"sBX" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 36 + }, +/obj/structure/sign/directions/supply{ + dir = 8; + pixel_y = 27 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sCb" = ( +/obj/structure/rack, +/obj/item/storage/box/lights/mixed, +/obj/item/latexballon, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"sCl" = ( +/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 = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"sCo" = ( +/obj/structure/cable{ + icon_state = "4-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, +/turf/open/floor/plasteel, +/area/security/brig) +"sCz" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"sCE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/nachos{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/reagent_containers/food/snacks/nachos{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"sCR" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Break Room"; + dir = 9; + network = list("ss13","tcomms") + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"sDk" = ( +/obj/machinery/door/airlock{ + name = "Unit 4" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"sDn" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"sDs" = ( +/mob/living/simple_animal/hostile/viscerator{ + desc = "A small, twin-bladed machine capable of inflicting very deadly lacerations. This one appears to be painted in the colors of the russian flag."; + faction = list("russian"); + name = "Russ-erator" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"sDD" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/ruin/powered) +"sDO" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sDW" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/wood, +/area/chapel/office) +"sEj" = ( +/obj/machinery/light/floor, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"sEL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"sFa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"sFi" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"sFw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"sFC" = ( +/obj/effect/landmark/start/botanist, +/turf/open/floor/plasteel, +/area/hydroponics) +"sFJ" = ( +/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/side{ + dir = 8 + }, +/area/science/xenobiology) +"sFQ" = ( +/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, +/area/engine/engineering) +"sFR" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L12" + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sFS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"sGd" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"sGf" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mine/stun{ + icon = 'icons/obj/assemblies.dmi'; + icon_state = "device" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"sGp" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/engine, +/area/science/xenobiology) +"sGE" = ( +/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/starboard) +"sHg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"sHo" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"sHK" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"sHS" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/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 = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"sHW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "chemistry_shutters"; + name = "Chemistry shutters" + }, +/turf/open/floor/plating, +/area/medical/chemistry) +"sIe" = ( +/obj/item/coin/antagtoken, +/obj/structure/table/wood, +/obj/item/coin/antagtoken{ + pixel_x = 1; + pixel_y = -3 + }, +/obj/item/coin/antagtoken{ + pixel_x = -8 + }, +/obj/item/coin/uranium{ + pixel_x = 5 + }, +/obj/item/coin/uranium{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/coin/uranium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"sIn" = ( +/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) +"sIr" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"sIv" = ( +/obj/structure/closet, +/obj/structure/window/reinforced{ + dir = 4 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/disposal) +"sIy" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sunnybush, +/obj/effect/spawner/structure/window, +/turf/open/floor/grass, +/area/hallway/primary/port) +"sJB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sJC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"sKc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"sKm" = ( +/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 = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"sKq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/brig) +"sKr" = ( +/obj/item/coin/iron{ + pixel_x = 4; + pixel_y = -7 + }, +/obj/item/coin/iron{ + pixel_x = 5; + pixel_y = -8 + }, +/obj/item/coin/iron{ + pixel_x = -6; + pixel_y = -8 + }, +/obj/item/coin/iron, +/obj/item/coin/silver{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/item/coin/silver{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/coin/iron{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/item/coin/iron{ + pixel_x = -3; + pixel_y = -6 + }, +/obj/structure/rack, +/turf/open/floor/plating, +/area/maintenance/port) +"sKu" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"sKy" = ( +/obj/item/a_gift{ + pixel_x = -15; + pixel_y = -10 + }, +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"sKO" = ( +/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 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"sKT" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel, +/area/clerk) +"sLf" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"sLA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/indestructible/riveted, +/area/ruin/space/has_grav/listeningstation) +"sLU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "mechbaywindows"; + name = "Mech Bay Shutters" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"sLX" = ( +/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/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"sMb" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"sMl" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/atmospherics{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/item/t_scanner{ + pixel_x = 6 + }, +/obj/item/assembly/igniter{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_y = 24; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"sMq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"sMB" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"sMI" = ( +/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 = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"sMJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"sMM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/atmos"; + dir = 1; + name = "Atmospherics Wing APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/item/wrench{ + pixel_x = -9; + pixel_y = -1 + }, +/obj/item/multitool{ + pixel_x = 1; + pixel_y = -5 + }, +/obj/item/electronics/firelock{ + pixel_x = 10; + pixel_y = -9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"sMU" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"sNj" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + dir = 1; + name = "SMES room APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"sNo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"sNC" = ( +/obj/machinery/light, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"sNR" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/grass, +/area/hallway/primary/port) +"sNW" = ( +/obj/structure/closet/secure_closet/security/cargo, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_x = 32; + pixel_y = -3 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"sOf" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/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) +"sOi" = ( +/obj/effect/turf_decal/sand, +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Bar"; + departmentType = 2; + name = "Bar RC"; + pixel_x = 30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"sOl" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/science/lab) +"sOn" = ( +/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 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/security/courtroom) +"sOo" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"sOr" = ( +/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/plasteel, +/area/quartermaster/office) +"sOK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"sPb" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/sink{ + pixel_y = 27 + }, +/obj/machinery/camera{ + c_tag = "Medbay Storage"; + dir = 6; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"sPr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/science/storage) +"sPG" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/science) +"sPZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"sQf" = ( +/obj/machinery/rnd/production/protolathe/department/engineering, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"sQi" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/item/aiModule/reset, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"sQz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"sQV" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"sRa" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"sRd" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/lab) +"sRf" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"sRg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"sRl" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/secondarydatacore) +"sRp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/turf/closed/wall, +/area/engine/atmos_distro) +"sRv" = ( +/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) +"sRE" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"sRJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/engine, +/area/science/misc_lab) +"sRN" = ( +/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{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"sRV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"sSc" = ( +/obj/machinery/ai/server_cabinet/prefilled, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"sSd" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sSp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"sSu" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sTh" = ( +/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 = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry Lab"; + req_access_txt = "5; 33" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"sTo" = ( +/obj/machinery/autolathe, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"sTw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"sTy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/computer/atmos_control/tank/toxin_tank{ + dir = 8; + sensors = list("tox_sensor" = "Tank") + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"sTC" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port) +"sTE" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"sTR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "cmo"; + name = "CMO office shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"sUe" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"sUf" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"sUr" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sUx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/pool{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"sUP" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"sUV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/northright{ + 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) +"sUY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"sVg" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet/crate, +/obj/item/assembly/infra{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"sVi" = ( +/obj/structure/table, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 1; + pixel_y = -3 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 15 + }, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 19 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"sVk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sVr" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Hydroponics Maintenance"; + req_access_txt = "35" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/hydroponics) +"sVB" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2" + }, +/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 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"sVJ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"sWf" = ( +/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 = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"sWs" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"sWY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/clothing/neck/stethoscope, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"sWZ" = ( +/obj/structure/table/wood/fancy, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/carpet/exoticgreen, +/area/hallway/secondary/entry) +"sXf" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 29; + pixel_y = 4 + }, +/obj/machinery/recharger/wallrecharger{ + pixel_x = 32; + pixel_y = -9 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"sXo" = ( +/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 = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"sXt" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/stasis{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"sXI" = ( +/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/port) +"sXP" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit) +"sXS" = ( +/obj/structure/cable{ + icon_state = "4-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, +/area/security/brig) +"sYb" = ( +/obj/structure/table/wood, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"sYe" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/supply/cargo{ + pixel_y = -32 + }, +/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/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sYl" = ( +/obj/structure/sign/poster/official/walk{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sYp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"sYq" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"sYw" = ( +/obj/machinery/airalarm/tcomms{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"sYz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"sYO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped{ + dir = 8; + filter_type = "n2"; + name = "N2 Filter" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"sYY" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/science/xenobiology) +"sZa" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/locker) +"sZg" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"sZi" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sZv" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/rack, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"sZF" = ( +/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/sign/painting{ + persistence_id = "public"; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"tab" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/security/security{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"tah" = ( +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"taw" = ( +/obj/machinery/turnstile/brig{ + dir = 1 + }, +/obj/structure/cable{ + 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, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"taH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"taL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/photocopier{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"tbe" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/grille/broken, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tbh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/engine/engineering) +"tbk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"tbp" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"tbv" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/foyer) +"tbJ" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"tbM" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit) +"tbS" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"tcc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay Aux Exit"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"tcg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"tct" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"tcG" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/brig) +"tcR" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"tdf" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"tdl" = ( +/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/machinery/camera{ + c_tag = "Arrivals Hallway"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"tdD" = ( +/obj/item/reagent_containers/syringe{ + desc = "A syringe, looks like someone used it to inject weed into themselves."; + name = "weed syringe" + }, +/obj/item/stack/cable_coil, +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"tdH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"tdI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"tdR" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"tej" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Genetics Research"; + req_access_txt = "5; 9; 68" + }, +/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, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"teA" = ( +/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/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"teG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"tfj" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/storage/backpack/duffelbag/sec/surgery{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/taperecorder{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/clothing/suit/straight_jacket{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/item/razor{ + pixel_x = -23; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"tfp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32; + pixel_y = -2 + }, +/obj/item/radio/off, +/obj/structure/closet/secure_closet/security/med, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"tfz" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"tfB" = ( +/obj/effect/turf_decal/box, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/lootdrop/trashbin, +/obj/effect/spawner/lootdrop/trashbin, +/obj/effect/spawner/lootdrop/trashbin, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"tfC" = ( +/obj/machinery/button/door{ + id = "lawyer_blast"; + name = "Privacy Shutters"; + pixel_y = 26 + }, +/turf/open/floor/wood, +/area/lawoffice) +"tfE" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input, +/turf/open/floor/engine/o2, +/area/engine/atmos_distro) +"tga" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_r"; + name = "Right side containment blast door" + }, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Containment Pen 1"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"tgg" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"tgr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"tgD" = ( +/obj/effect/landmark/start/atmospheric_technician, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"tgE" = ( +/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/starboard/aft) +"thu" = ( +/obj/machinery/door/airlock/public{ + id_tag = "ai_core_airlock_interior" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"thx" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"thC" = ( +/obj/structure/table, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -6; + pixel_y = -5 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"thE" = ( +/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/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=QM"; + location = "AIE" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"thK" = ( +/obj/structure/closet/wardrobe/black, +/turf/open/floor/plating, +/area/maintenance/central) +"thM" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"thQ" = ( +/obj/structure/chair/sofa/left, +/obj/item/reagent_containers/food/snacks/chocolatebar, +/turf/open/floor/wood, +/area/ruin/powered) +"thR" = ( +/obj/structure/table, +/obj/item/electronics/firelock, +/obj/item/multitool, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"tic" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Petting Zoo Door"; + req_access_txt = "12" + }, +/turf/open/floor/fakespace, +/area/maintenance/starboard/fore) +"tij" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/vacant_room) +"tik" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 30; + pixel_y = -9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"tit" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"tiu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/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 + }, +/turf/open/floor/plating, +/area/medical/psych) +"tiH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"tiK" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/foyer"; + dir = 8; + name = "Engineering Foyer APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/table, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"tjc" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"tjh" = ( +/obj/structure/displaycase/trophy, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"tjP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/item/beacon{ + pixel_y = -10 + }, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/red, +/area/bridge) +"tkd" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L3" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"tkm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"tkr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/security/courtroom) +"tkw" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"tkI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"tlC" = ( +/obj/machinery/door/airlock{ + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/effect/turf_decal/sand, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"tlG" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Two" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"tlL" = ( +/obj/structure/sign/directions/engineering{ + pixel_x = 1; + pixel_y = -27 + }, +/obj/structure/sign/directions/medical{ + pixel_x = 1; + pixel_y = -37 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"tlT" = ( +/obj/machinery/light, +/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, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"tlX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"tmd" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/dough, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/food/flour, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"tmv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"tmA" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"tmW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 17 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"tnp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"tnu" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"tnL" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical/virology, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"tnN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"tnW" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"toa" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"tob" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/main) +"toc" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/science/mixing) +"tod" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer2, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"toe" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"toi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"top" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"tow" = ( +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"toF" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen 1"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_l"; + name = "Left side containment blast door" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"toJ" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"toS" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/keycard_auth{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Chief Engineer's Office" + }, +/turf/open/floor/plasteel/white/side, +/area/crew_quarters/heads/chief) +"toY" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/obj/machinery/meter, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"tpe" = ( +/obj/machinery/door/window/southleft, +/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/white, +/area/security/physician) +"tpJ" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"tpZ" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Backup SMES Chamber"; + req_access_txt = "32" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"tqf" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"tqg" = ( +/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/central) +"tqi" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"tqN" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space/basic, +/area/space) +"tqO" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"trv" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"trN" = ( +/obj/effect/landmark/stationroom/maint/threexthree, +/turf/template_noop, +/area/maintenance/port) +"trP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port/aft) +"trU" = ( +/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/white{ + dir = 1 + }, +/obj/structure/showcase/cyborg/old{ + pixel_y = 2 + }, +/turf/open/floor/black, +/area/ai_monitored/turret_protected/aisat_interior) +"tsh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"tsT" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"ttb" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "O2 to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"ttk" = ( +/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/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/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"ttI" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"ttL" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ttV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"tud" = ( +/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/medical/sleeper) +"tun" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"tuG" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/engine/engineering) +"tuJ" = ( +/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, +/area/storage/tech) +"tuM" = ( +/obj/machinery/atmospherics/components/binary/valve/layer2, +/obj/effect/landmark/xeno_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"tuT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"tvp" = ( +/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/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"tvz" = ( +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"tvE" = ( +/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" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + sortType = 20 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"tvN" = ( +/obj/effect/landmark/start/yogs/tourist, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"tvU" = ( +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"twf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cloth_curtain{ + color = "#99ccff" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "surgery_shutters"; + name = "Surgery Shutters" + }, +/turf/open/floor/plating, +/area/medical/surgery) +"twp" = ( +/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/starboard/fore) +"twy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"twH" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"twM" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Output to Space" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"twR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"txc" = ( +/obj/machinery/vending/coffee, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"txm" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/medical_genetics{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/storage/pill_bottle/mutadone{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/storage/pill_bottle/mannitol{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/vending/wallgene{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/item/storage/box/disks, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"txw" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"txF" = ( +/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 = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"txJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"txP" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"tyB" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"tyF" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port) +"tzc" = ( +/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/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"tzh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"tzn" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"tzO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Escape North"; + dir = 4; + network = list("ss13","rd") + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"tAc" = ( +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai_upload) +"tAj" = ( +/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/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"tAq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"tAK" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"tAN" = ( +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"tBb" = ( +/obj/effect/turf_decal/tile/green, +/obj/structure/sink{ + pixel_y = 20 + }, +/obj/machinery/requests_console{ + department = "Hydroponics"; + departmentType = 2; + name = "Hydroponics RC"; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"tBi" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"tBV" = ( +/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/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" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"tCc" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/arrow_cw{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"tCy" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -29; + pixel_y = 28 + }, +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = 40 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"tCB" = ( +/obj/structure/bodycontainer/crematorium{ + dir = 4; + id = "crematoriumChapel" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"tCG" = ( +/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/spawner/lootdrop/maintenance, +/obj/machinery/camera{ + c_tag = "Aft Port Solar Access"; + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tCP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door{ + id = "permabolt1"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/structure/sign/poster/official/obey{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"tDL" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"tEg" = ( +/obj/structure/table/wood, +/obj/item/clothing/accessory/armband/hydro{ + desc = "An armband meant to wick up sweat while working out"; + name = "Sweatband"; + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/clothing/accessory/armband/hydro{ + desc = "An armband meant to wick up sweat while working out"; + name = "Sweatband"; + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/accessory/armband/hydro{ + desc = "An armband meant to wick up sweat while working out"; + name = "Sweatband"; + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/clothing/accessory/armband/hydro{ + desc = "An armband meant to wick up sweat while working out"; + name = "Sweatband"; + pixel_x = -7; + pixel_y = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/port) +"tEi" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"tFi" = ( +/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 = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"tFn" = ( +/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 = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"tFo" = ( +/obj/structure/bed, +/obj/item/bedsheet/cult, +/obj/effect/spawner/lootdrop/gloves, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"tFs" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"tFv" = ( +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/port) +"tFx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"tFB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"tFE" = ( +/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/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"tFL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"tFY" = ( +/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 = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"tFZ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"tGb" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Lab"; + req_access_txt = "7" + }, +/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/white, +/area/science/mixing) +"tGl" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA"; + location = "Security"; + name = "security navigation beacon" + }, +/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/plasteel, +/area/hallway/primary/fore) +"tGn" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload turret control"; + pixel_x = -1; + pixel_y = -24 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"tGK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"tGN" = ( +/obj/machinery/modular_computer/console/preset/cargo{ + dir = 4; + pixel_x = -4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"tHe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/xenobiology) +"tHg" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_one_access_txt = "1;4" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"tHh" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"tHk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"tHx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"tHz" = ( +/obj/structure/chair/stool/bamboo, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"tHD" = ( +/obj/machinery/light, +/obj/machinery/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/brig) +"tHO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/computer/atmos_control/tank/oxygen_tank{ + sensors = list("o2_sensor" = "Tank") + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"tHP" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/medical/surgery) +"tHR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure Tech Storage"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"tHS" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"tHT" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tIc" = ( +/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, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"tIe" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tIf" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29; + pixel_y = -8 + }, +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = 7 + }, +/obj/machinery/camera{ + c_tag = "Teleporter"; + dir = 9 + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"tIM" = ( +/mob/living/simple_animal/pet/dog/corgi/borgi, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"tIN" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"tIO" = ( +/obj/effect/decal/cleanable/robot_debris/old, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"tJy" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/central) +"tJH" = ( +/obj/structure/kitchenspike, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"tJJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"tJN" = ( +/obj/effect/decal/cleanable/food/flour, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"tJX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"tJY" = ( +/obj/machinery/computer/crew, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"tKo" = ( +/obj/machinery/air_sensor{ + id_tag = "co2_sensor" + }, +/turf/open/floor/engine/co2, +/area/engine/atmos_distro) +"tKx" = ( +/obj/item/soap/syndie, +/turf/open/floor/plasteel/freezer, +/area/ruin/space/has_grav/listeningstation) +"tLb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/solar/port/aft) +"tLi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"tLm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"tLp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"tLL" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"tLY" = ( +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"tMj" = ( +/mob/living/simple_animal/chick, +/obj/item/reagent_containers/food/snacks/egg, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"tMo" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"tMx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/pool, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"tMO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"tNu" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"tNS" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 1; + name = "Waste to Space" + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"tOg" = ( +/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 = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse"; + name = "warehouse shutters" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"tOo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"tOw" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Monitoring Room"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/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/ai_monitored/turret_protected/aisat_interior) +"tPe" = ( +/obj/machinery/autolathe, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"tPg" = ( +/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/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"tPv" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/port/fore) +"tPx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"tPE" = ( +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = 32; + pixel_y = 40 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"tPH" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"tPT" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"tPW" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/fitness) +"tPZ" = ( +/obj/structure/sign/departments/science{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"tQd" = ( +/obj/structure/table/wood, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"tQe" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"tQf" = ( +/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/grimy, +/area/maintenance/department/tcoms) +"tQh" = ( +/obj/machinery/computer/bounty{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"tQj" = ( +/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/starboard/fore) +"tQk" = ( +/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 = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"tQB" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/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) +"tQM" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 2" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"tQR" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"tQW" = ( +/obj/machinery/chem_dispenser/drinks/beer, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"tRa" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + name = "Experimentation Lab"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"tRc" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Auxillary Art Storage" + }, +/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/crew_quarters/fitness) +"tRA" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/lawyer, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/lawoffice) +"tSe" = ( +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"tSh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"tSq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/grille/broken, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tSs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/ruin/space/has_grav/listeningstation) +"tSu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"tSE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"tSG" = ( +/obj/structure/table/wood, +/obj/item/toy/plush/slimeplushie{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/toy/plush/teddybear{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/floor/carpet/red, +/area/maintenance/starboard/fore) +"tTh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"tUl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/power/apc/syndicate{ + dir = 1; + name = "Russian Listening Post APC"; + pixel_y = 23 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"tUo" = ( +/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/plasteel/dark, +/area/science/mixing) +"tUp" = ( +/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-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"tUq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"tUA" = ( +/obj/structure/table/glass, +/obj/item/clothing/glasses/science, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/button/door{ + id = "chemistry_shutters"; + name = "Chemistry shutters"; + pixel_x = 25; + pixel_y = -7; + req_one_access_txt = "5; 33" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"tUP" = ( +/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/central) +"tUT" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three"; + req_access_txt = "63" + }, +/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/security/processing) +"tVa" = ( +/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) +"tVb" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"tVx" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/ansible, +/turf/open/floor/plasteel, +/area/storage/tech) +"tVH" = ( +/obj/item/twohanded/required/kirbyplants/dead, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"tVJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"tVK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"tWc" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/structure/cable{ + icon_state = "1-2"; + tag = "" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"tWC" = ( +/obj/machinery/door/window/northright{ + name = "Backup SMES Chamber"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow, +/obj/machinery/power/terminal, +/turf/open/floor/engine, +/area/engine/engineering) +"tWR" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"tWV" = ( +/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/sign/departments/minsky/medical/virology/virology2{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"tXa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"tXb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"tXg" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/storage"; + dir = 4; + name = "Medbay Storage APC"; + pixel_x = 24 + }, +/obj/machinery/vending/medical, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"tXm" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/security/physician) +"tXp" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"tXv" = ( +/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/primary/fore) +"tXw" = ( +/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/plasteel/white, +/area/science/mixing) +"tYn" = ( +/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/fore) +"tYo" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/security/execution/transfer) +"tYE" = ( +/obj/machinery/computer/cargo/request{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"tYO" = ( +/obj/structure/destructible/cult/tome, +/obj/item/book/codex_gigas, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/carpet, +/area/library) +"tYP" = ( +/obj/machinery/bounty_board{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"tZb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/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/starboard) +"tZd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"tZK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"uay" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/template_noop, +/area/maintenance/starboard/fore) +"uaC" = ( +/obj/structure/closet/crate, +/obj/item/twohanded/fishingrod/collapsable, +/obj/item/twohanded/fishingrod/collapsable, +/obj/item/twohanded/fishingrod, +/obj/item/twohanded/fishingrod, +/obj/item/twohanded/fishingrod, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"uaE" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + freq = 1400; + location = "Tool Storage" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/storage/primary) +"uaF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uaX" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/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/storage) +"ubc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ubJ" = ( +/mob/living/carbon/monkey, +/obj/item/reagent_containers/food/snacks/grown/banana{ + pixel_x = -12; + pixel_y = 7 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/grass, +/area/medical/genetics) +"ucc" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"uch" = ( +/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/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ucm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"uco" = ( +/obj/structure/closet/crate/solarpanel_small, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"ucs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/vending/engivend, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uct" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ucA" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ucQ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"udg" = ( +/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/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"udM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"udN" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"udZ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/solar/port/aft) +"ueb" = ( +/obj/machinery/vending/wallmed{ + pixel_x = -28; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"uer" = ( +/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{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"uet" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"ueB" = ( +/obj/machinery/door/poddoor{ + id = "tele"; + name = "Public Teleporter Access" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/teleporter) +"ueP" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"ueV" = ( +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/obj/item/storage/box/prisoner, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/prison) +"ueX" = ( +/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 = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"ufs" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"ufv" = ( +/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) +"ufy" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"ufK" = ( +/turf/open/floor/engine, +/area/engine/engineering) +"ufN" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ufO" = ( +/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/red/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"ufS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ugk" = ( +/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) +"ugM" = ( +/obj/structure/table, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"ugZ" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"uhi" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"uhk" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"uhv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"uhC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"uhN" = ( +/obj/machinery/telecomms/receiver/preset_right{ + name = "subspace receiver B" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"uhP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"uhS" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"uhV" = ( +/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) +"uhW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"uie" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 6" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"uiu" = ( +/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/entry) +"uiB" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"uiF" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"uiI" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering"; + req_access_txt = "32" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wideplating/corner, +/turf/open/floor/plasteel, +/area/engine/foyer) +"uiU" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/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/hydroponics) +"ujc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/wood, +/area/lawoffice) +"ujm" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/surgery) +"ukq" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/aisat_interior) +"uks" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"ukF" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/table/optable, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Robotics Lab"; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"ukM" = ( +/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) +"ukO" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ula" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Atmospherics Desk"; + req_access_txt = "24" + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ulb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ule" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"ulq" = ( +/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/sleeper) +"uls" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ulE" = ( +/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) +"ulL" = ( +/obj/structure/flora/rock/pile{ + icon_state = "basalt2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"ulO" = ( +/obj/structure/statue/cheese/cheesus, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav/listeningstation) +"ulQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"umb" = ( +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"umc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"ume" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/decal/cleanable/glitter/blue, +/mob/living/simple_animal/mouse/brown{ + desc = "The immense sight of its jacked figure makes you feel the NEED to bench. Looks like it'll even spot for you! "; + name = "Gym Rat" + }, +/turf/open/floor/carpet/royalblack, +/area/maintenance/port) +"umj" = ( +/obj/machinery/vending/wardrobe/chef_wardrobe, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"umk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"umt" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"umv" = ( +/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 = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"umC" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "kitchen"; + name = "Kitchen Shutters Control"; + pixel_x = 1; + pixel_y = 25; + req_access_txt = "28" + }, +/obj/item/reagent_containers/food/snacks/burger/plain, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"umD" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"umR" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"umX" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"unq" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted, +/obj/structure/bed{ + pixel_y = 3 + }, +/obj/item/bedsheet/medical{ + pixel_y = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/security/physician) +"unw" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"uom" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/security/prison) +"uoo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"uoV" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"upc" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 3"; + req_access_txt = "2" + }, +/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, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"upz" = ( +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Petting Zoo Door"; + req_access_txt = "12" + }, +/turf/open/floor/fakespace, +/area/maintenance/starboard/fore) +"upC" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"upE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"upM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"uqy" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + layer = 2.4; + name = "Mix Outlet Pump" + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"uqF" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit) +"uqG" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Southeast"; + dir = 8; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/engine, +/area/science/xenobiology) +"uqJ" = ( +/turf/open/floor/plasteel/freezer, +/area/ruin/space/has_grav/listeningstation) +"uqO" = ( +/mob/living/simple_animal/pet/fox/fennec/Autumn, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"uqT" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard Bow 2"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) +"uro" = ( +/obj/effect/turf_decal/sand, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"urG" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/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 = "Medbay Break Room"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"urH" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 10; + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/heads/chief) +"urY" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + 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/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"usg" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"usq" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/wood, +/area/chapel/office) +"usP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/research) +"usY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"utk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/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/security/brig) +"uty" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/grille/broken, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/port) +"utD" = ( +/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/secondary/exit) +"utJ" = ( +/obj/structure/sign/map/right{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"utK" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"utT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/structure/table/glass, +/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 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"uue" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"uun" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/hydroponicsguide{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/hydroponicsplants{ + pixel_x = -3 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"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{ + dir = 10 + }, +/obj/item/pickaxe/mini, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"uuA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"uuB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/space/has_grav/listeningstation) +"uuN" = ( +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"uuU" = ( +/obj/effect/landmark/stationroom/maint/tenxten, +/turf/template_noop, +/area/maintenance/port) +"uvv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"uvM" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"uvW" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"uwB" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/mineral/titanium/yellow, +/area/ruin/powered) +"uwH" = ( +/turf/closed/wall, +/area/science/storage) +"uxc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/item/beacon, +/turf/open/floor/plasteel, +/area/security/courtroom) +"uxd" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "N2O Outlet Pump" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"uxp" = ( +/turf/template_noop, +/area/maintenance/central) +"uxs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"uxM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/photocopier/faxmachine{ + department = "Chief Engineer"; + name = "Chief Engineer's Fax Machine" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"uxT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"uxV" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance/external{ + welded = 1 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/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/plating, +/area/maintenance/starboard/aft) +"uyh" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock North"; + dir = 6 + }, +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"uyv" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/barricade/wooden, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"uyz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/research/xenobiology{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"uyJ" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only, +/obj/effect/spawner/structure/window/reinforced/tinted/shutter, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) +"uyV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"uzh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"uzw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/atmosia_independence{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"uzx" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"uzB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"uzG" = ( +/obj/effect/decal/cleanable/food/salt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"uzJ" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) +"uzM" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"uzU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"uzW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"uAa" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"uAm" = ( +/obj/structure/girder/reinforced, +/turf/open/space/basic, +/area/ruin/powered) +"uAs" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port) +"uAx" = ( +/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/machinery/camera{ + c_tag = "Robotics Lab - South"; + dir = 1; + network = list("ss13","rd") + }, +/obj/item/crowbar, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"uAy" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/table/glass, +/obj/item/storage/box/rxglasses, +/obj/item/storage/box/bodybags{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"uAA" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"uAB" = ( +/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 = 8 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"uAH" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/clothing/suit/syndicatefake, +/obj/item/clothing/head/syndicatefake, +/turf/open/floor/plasteel/dark, +/area/maintenance/starboard/fore) +"uAL" = ( +/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/wood, +/area/crew_quarters/bar) +"uAS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"uAV" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/open/floor/noslip, +/area/engine/engineering) +"uBf" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"uBg" = ( +/obj/machinery/computer/aifixer, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"uBw" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"uBx" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uBy" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"uBJ" = ( +/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/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"uBL" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"uCb" = ( +/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, +/area/quartermaster/office) +"uCk" = ( +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/quartermaster/storage) +"uCq" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/sign/departments/minsky/medical/medical2{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"uCG" = ( +/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/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/meter{ + target_layer = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"uCI" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/gold, +/obj/item/razor{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/storage/box/matches, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/coin/plasma, +/obj/item/toy/figure/captain, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"uCJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Treatment"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"uCK" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"uDg" = ( +/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/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"uDj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"uDr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/mapping_helpers/teleport_anchor, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uDy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/science/storage) +"uDZ" = ( +/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/dorms) +"uEu" = ( +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"uEH" = ( +/obj/structure/sign/poster/official/love_ian, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hop) +"uFl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"uFp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/deepfryer, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"uFx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"uFy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AftH"; + location = "AIW" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"uFQ" = ( +/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/fore) +"uFS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"uFU" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"uGg" = ( +/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/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uGh" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/a_gift, +/obj/item/a_gift{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/a_gift, +/obj/item/a_gift{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/effect/spawner/lootdrop/donkpockets, +/turf/open/floor/plasteel, +/area/clerk) +"uGK" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uGL" = ( +/obj/effect/landmark/stationroom/maint/threexfive, +/turf/template_noop, +/area/maintenance/starboard/fore) +"uGO" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_one_access_txt = "1;4" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/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 = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"uHe" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"uHh" = ( +/obj/structure/table, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"uHk" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"uHm" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"uHq" = ( +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"uHE" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/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/dorms) +"uHV" = ( +/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{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"uId" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/space/basic, +/area/solar/port/aft) +"uIv" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"uIz" = ( +/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{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/purple, +/area/chapel/main) +"uIW" = ( +/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" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uJc" = ( +/obj/machinery/camera{ + c_tag = "Xenobio Foyer"; + dir = 1; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"uJJ" = ( +/obj/effect/mapping_helpers/teleport_anchor, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"uKb" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"uKg" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"uKu" = ( +/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/locked, +/obj/structure/cable/yellow{ + 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/tcommsat/computer) +"uKx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"uLk" = ( +/obj/machinery/telecomms/hub/preset, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"uLP" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"uLU" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation A"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"uMg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"uMl" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uMm" = ( +/obj/structure/rack, +/obj/item/latexballon, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"uMs" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"uMt" = ( +/obj/structure/table/wood, +/obj/item/lighter, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"uMM" = ( +/obj/structure/chair/sofa/bamboo/left{ + dir = 8 + }, +/obj/item/rollingpaper{ + pixel_x = 8; + pixel_y = 9 + }, +/turf/open/floor/wood, +/area/maintenance/port/fore) +"uMZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"uNd" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"uNh" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"uNq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"uNI" = ( +/obj/structure/toilet_bong{ + flags_1 = 128 + }, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"uNX" = ( +/obj/structure/grille, +/obj/machinery/meter{ + layer = 3.4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"uNY" = ( +/obj/structure/sign/poster/contraband/rebels_unite, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/listeningstation) +"uOl" = ( +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/aisat_interior) +"uOO" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/security/prison) +"uOZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"uPd" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"uPq" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"uPy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/atmos) +"uPA" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"uPI" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"uPO" = ( +/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 = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"uPS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"uPV" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"uQe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 1; + pixel_y = -28 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"uQn" = ( +/obj/machinery/camera{ + c_tag = "Engineering Escape Pod"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uQr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"uQK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark/start/yogs/tourist, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"uQS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/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 = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"uQW" = ( +/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/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"uRa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"uRc" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"uRg" = ( +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = -37 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"uRn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/main) +"uRP" = ( +/obj/machinery/light, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"uRR" = ( +/obj/machinery/papershredder, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"uRZ" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"uSe" = ( +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"uSn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"uSI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"uSL" = ( +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"uSN" = ( +/obj/structure/table, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"uSU" = ( +/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 = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"uSX" = ( +/obj/structure/sign/warning/fire{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/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) +"uTq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"uTC" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26 + }, +/turf/open/floor/wood, +/area/library) +"uTP" = ( +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"uVl" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"uVq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-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/hos) +"uVG" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/power/apc{ + areastring = "/area/storage/primary"; + dir = 1; + name = "Primary Tool Storage APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"uVJ" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"uWd" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"uWo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light, +/turf/open/floor/wood, +/area/vacant_room) +"uWq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"uWX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"uWZ" = ( +/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/ai_monitored/turret_protected/aisat_interior) +"uXa" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Chemistry"; + dir = 6; + name = "medical camera"; + network = list("ss13","medical") + }, +/obj/machinery/vending/wardrobe/chem_wardrobe, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"uXi" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"uXo" = ( +/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/dark, +/area/science/mixing) +"uXr" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Filter" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"uXs" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"uXV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/machinery/meter{ + target_layer = 2 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"uYg" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"uYh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uYy" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Kill Chamber"; + normalspeed = 0; + req_access_txt = "55" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"uYT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"uYZ" = ( +/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/showroomfloor, +/area/security/warden) +"uZc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uZd" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"uZl" = ( +/obj/machinery/computer/ai_overclocking, +/turf/open/floor/plasteel/grimy, +/area/maintenance/department/tcoms) +"uZm" = ( +/obj/machinery/atmospherics/components/unary/portables_connector, +/turf/open/floor/plasteel/white, +/area/science/server) +"uZo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"uZp" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/fullycharged, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"uZq" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"uZt" = ( +/obj/machinery/pipedispenser/disposal, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"uZu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"uZv" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"uZw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/misc_lab) +"uZz" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"uZH" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"uZS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"vaa" = ( +/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/hallway/secondary/exit) +"vam" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"vau" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/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/dark, +/area/maintenance/starboard/fore) +"vax" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"vaY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"vbg" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"vbw" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen 1"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_l"; + name = "Left side containment blast door" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"vbB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/bridge) +"vbH" = ( +/obj/item/pickaxe, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"vbM" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"vbU" = ( +/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 = 2 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"vbY" = ( +/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/aft) +"vcf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"vcn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"vct" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"vcu" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/virologist, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"vcB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"vcC" = ( +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vcK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + layer = 2.5; + name = "Air to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"vcN" = ( +/obj/machinery/hydroponics/soil, +/obj/item/shovel/spade, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"vcY" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"vdI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"vdO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/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/machinery/button/door{ + id = "xenobio_l"; + name = "Left side containment blast doors"; + pixel_x = -6; + pixel_y = 30; + req_access_txt = "55" + }, +/obj/machinery/button/door{ + id = "xenobio_r"; + name = "Right side containment blast doors"; + pixel_x = 6; + pixel_y = 30; + req_access_txt = "55" + }, +/obj/machinery/button/door{ + id = "xenobio_main"; + name = "Main containment blast doors"; + pixel_y = 39; + req_access_txt = "55" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"veR" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"veU" = ( +/obj/machinery/door/airlock/public, +/obj/item/trash/syndi_cakes, +/turf/open/floor/wood, +/area/ruin/powered) +"veX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/robotics/lab) +"vfe" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"vfg" = ( +/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/main) +"vfj" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"vfv" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/kirbyplants/random{ + pixel_x = -1; + pixel_y = 12 + }, +/turf/open/floor/wood, +/area/vacant_room) +"vfS" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South-East"; + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"vfZ" = ( +/obj/structure/musician/piano{ + icon_state = "piano" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"vgh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"vgm" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"vgn" = ( +/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/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vgz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"vgA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/suit_storage_unit/pirate, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"vgY" = ( +/obj/effect/spawner/lootdrop/techstorage/service, +/obj/structure/rack, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plasteel, +/area/storage/tech) +"vhG" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"vhW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vib" = ( +/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/plating, +/area/maintenance/starboard/aft) +"vif" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"vig" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"viq" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"viD" = ( +/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" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"viT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vjp" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"vju" = ( +/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{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/medical{ + name = "Paramedic Staging Area"; + req_access_txt = "69" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"vjD" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"vjG" = ( +/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" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"vjV" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"vkj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/effect/turf_decal/siding/wideplating, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"vkT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/library) +"vkX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"vla" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/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/maintenance/port/fore) +"vlm" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"vln" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/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/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"vlw" = ( +/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 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"vlJ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"vlY" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"vmV" = ( +/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 = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"vmX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"vnd" = ( +/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-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"vnu" = ( +/obj/structure/bed/roller, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"vnO" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"vom" = ( +/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/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/janitor) +"vot" = ( +/obj/machinery/air_sensor{ + id_tag = "n2_sensor" + }, +/turf/open/floor/engine/n2, +/area/engine/atmos_distro) +"voy" = ( +/obj/structure/table, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"voE" = ( +/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 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"voX" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/white/arrow_cw, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"voZ" = ( +/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/fore) +"vpg" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"vpj" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"vpV" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"vqa" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vql" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white/corner, +/area/crew_quarters/heads/chief) +"vqr" = ( +/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/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/security/brig) +"vqC" = ( +/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{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"vqE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kanyewest"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"vqV" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/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) +"vrt" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"vrA" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/russian, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"vrO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"vrS" = ( +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"vrT" = ( +/obj/effect/turf_decal/pool/corner{ + dir = 4 + }, +/obj/item/reagent_containers/food/snacks/fish/salmon, +/obj/item/reagent_containers/food/snacks/fish/salmon, +/obj/item/reagent_containers/food/snacks/fish/salmon, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"vrV" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"vse" = ( +/obj/structure/table/wood, +/obj/item/camera{ + pixel_y = 9 + }, +/obj/item/camera_film{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/camera_film{ + pixel_y = -2 + }, +/obj/item/camera_film{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"vsN" = ( +/obj/structure/cable{ + icon_state = "4-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 = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"vsQ" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"vtd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"vte" = ( +/obj/machinery/atmospherics/pipe/manifold/general/hidden{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/secondarydatacore) +"vtr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"vtE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"vtF" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"vtH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"vtV" = ( +/obj/machinery/door/poddoor{ + id = "mixvent"; + name = "Mixer Room Vent" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/science/mixing/chamber) +"vud" = ( +/obj/effect/decal/cleanable/oil, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vuB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/no_erp{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"vuF" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"vuJ" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6;5" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/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{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/morgue) +"vvc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"vvh" = ( +/obj/structure/sign/poster/contraband/ambrosia_vulgaris, +/turf/closed/wall, +/area/hydroponics) +"vvP" = ( +/obj/machinery/camera{ + c_tag = "Brig East" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"vvQ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers{ + pixel_y = 2 + }, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"vwd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"vwg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"vwj" = ( +/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/dark, +/area/ai_monitored/storage/satellite) +"vwl" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vwm" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/formaldehyde{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/scalpel, +/obj/machinery/door/window/northright{ + name = "Autopsy Desk"; + req_access_txt = "4" + }, +/turf/open/floor/plasteel/dark, +/area/security/detectives_office) +"vwo" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "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/auxiliary) +"vwp" = ( +/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/engine/engineering) +"vwr" = ( +/obj/structure/closet/l3closet/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"vwM" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain RC"; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Captain's Office"; + dir = 6 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"vwQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 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 = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"vwT" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"vxa" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/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 = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"vxn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"vxC" = ( +/obj/structure/rack, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/toy/figure/janitor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/janitor"; + name = "Custodial Closet APC"; + pixel_y = -23 + }, +/turf/open/floor/plasteel, +/area/janitor) +"vxN" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Tech Storage"; + req_access_txt = "61" + }, +/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, +/area/tcommsat/computer) +"vxW" = ( +/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/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vyc" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"vyg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"vyh" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/atmos_distro"; + dir = 1; + name = "Atmospherics Distribution APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"vyi" = ( +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"vyD" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "atmos blast door" + }, +/turf/open/space/basic, +/area/space/nearstation) +"vyV" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway East"; + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"vyX" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"vyZ" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/window/southleft{ + req_access_txt = "36" + }, +/obj/machinery/door/poddoor/shutters{ + id = "giftshop" + }, +/turf/open/floor/plating, +/area/clerk) +"vzf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"vzg" = ( +/obj/item/flashlight/lantern/jade{ + on = 1 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) +"vzm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"vzA" = ( +/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/plating, +/area/maintenance/port/fore) +"vzQ" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"vAc" = ( +/obj/structure/closet/secure_closet/paramedic, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"vAs" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"vAx" = ( +/obj/machinery/vending/autodrobe, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/clerk) +"vBq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vBt" = ( +/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 = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"vBS" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"vCu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"vCI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"vCR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"vDu" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"vDy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"vDA" = ( +/obj/structure/table, +/obj/item/healthanalyzer{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/plant_analyzer{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/item/analyzer{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/t_scanner{ + pixel_x = 9; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"vDL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"vDN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hydroponics) +"vDQ" = ( +/obj/item/reagent_containers/food/snacks/grown/ambrosia/deus, +/obj/item/reagent_containers/food/snacks/grown/ambrosia/deus, +/obj/item/reagent_containers/food/snacks/grown/ambrosia/deus, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/obj/structure/closet/crate, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/ruin/powered) +"vEi" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance/external{ + welded = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vEw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"vED" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/bot, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"vEU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"vFa" = ( +/obj/machinery/door/window/westleft{ + dir = 2; + name = "Monkey Pen"; + req_access_txt = "9" + }, +/mob/living/carbon/monkey, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/grass, +/area/medical/genetics) +"vFj" = ( +/obj/effect/turf_decal/trimline/white/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"vFz" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"vFD" = ( +/obj/machinery/computer/arcade{ + dir = 4 + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"vFI" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"vFX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"vGd" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/item/a_gift, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"vGf" = ( +/obj/structure/closet/crate, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/gloves/color/white, +/obj/item/clothing/suit/santa, +/obj/item/storage/backpack/duffelbag{ + icon_state = "giftbag0"; + name = "Gift Bag" + }, +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"vGn" = ( +/obj/machinery/recharge_station, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"vGq" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/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 = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"vGF" = ( +/turf/open/water/safe{ + dir = 8; + icon = 'icons/misc/beach.dmi'; + icon_state = "sandwater_b" + }, +/area/crew_quarters/bar) +"vGH" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8; + external_pressure_bound = 140; + pressure_checks = 0 + }, +/obj/machinery/camera{ + c_tag = "Secondary AI Core"; + dir = 8; + network = list("ss13","rd") + }, +/turf/open/floor/circuit/telecomms/server, +/area/ai_monitored/secondarydatacore) +"vGS" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"vGT" = ( +/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 = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"vHg" = ( +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"vHp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"vHx" = ( +/obj/machinery/computer/atmos_alert, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"vHF" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"vHN" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"vId" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side, +/area/crew_quarters/heads/chief) +"vIv" = ( +/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/locked, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/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/white, +/area/science/mixing/chamber) +"vIC" = ( +/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{ + icon_state = "4-8" + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"vIG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"vIH" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vIX" = ( +/obj/machinery/door/airlock/medical{ + name = "Medbay Reception"; + 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/medbay/central) +"vJj" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"vJv" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/maintenance/port/fore) +"vJw" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/sign/departments/minsky/medical/medical2{ + pixel_x = 32; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"vJI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"vJK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ + sensors = list("n2_sensor" = "Tank") + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"vJM" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/table/wood, +/obj/item/poster/random_official{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/poster/random_official{ + pixel_y = 6 + }, +/obj/item/poster/random_official{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/poster/random_contraband{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/poster/random_contraband{ + pixel_y = 9 + }, +/obj/item/poster/random_contraband{ + pixel_x = -1; + pixel_y = 11 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/clerk) +"vKg" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vKs" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vKx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/space/basic, +/area/space/nearstation) +"vKA" = ( +/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 = 1 + }, +/obj/machinery/camera{ + c_tag = "Experimentor Lab"; + dir = 8; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"vKE" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"vKO" = ( +/obj/machinery/suit_storage_unit/command, +/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/ai_monitored/storage/eva) +"vKW" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + 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/storage) +"vLv" = ( +/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/fore) +"vLy" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = -32 + }, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vLD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/corner, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"vLJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"vMi" = ( +/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/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"vMl" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/light_switch{ + pixel_x = -26 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/mixing) +"vMv" = ( +/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) +"vMz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/field/generator, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vME" = ( +/obj/structure/table, +/obj/item/beacon, +/obj/item/clothing/mask/cigarette/cigar/cohiba, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"vMO" = ( +/obj/effect/spawner/structure/window/reinforced, +/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 = "4-8" + }, +/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/ai_monitored/storage/eva) +"vMP" = ( +/obj/item/reagent_containers/food/snacks/store/cheesewheel/parmesan, +/obj/item/reagent_containers/food/snacks/store/cheesewheel/parmesan, +/obj/item/reagent_containers/food/snacks/store/cheesewheel/parmesan, +/obj/item/reagent_containers/food/snacks/cracker, +/obj/item/reagent_containers/food/snacks/cracker, +/obj/item/reagent_containers/food/snacks/cracker, +/obj/item/reagent_containers/food/snacks/cracker, +/obj/item/reagent_containers/food/snacks/cracker, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"vNt" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/auxiliary"; + name = "Security Checkpoint APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/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 = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"vNv" = ( +/obj/structure/cable{ + icon_state = "4-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 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vNA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/library) +"vNJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"vNX" = ( +/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 = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"vOS" = ( +/obj/machinery/door/window/southleft, +/obj/machinery/camera{ + c_tag = "Library North"; + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"vOX" = ( +/turf/open/floor/engine, +/area/science/storage) +"vPe" = ( +/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/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"vPC" = ( +/obj/machinery/door/airlock/security{ + name = "Labor Shuttle"; + 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/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/security/processing) +"vPQ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/power/terminal, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"vQg" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_x = -32 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"vQq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 4; + network = list("aicore") + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 25; + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"vQB" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"vQP" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/fitness) +"vQU" = ( +/obj/machinery/suit_storage_unit/command, +/obj/machinery/door/window/northleft{ + name = "Emergency Storage"; + req_access_txt = "19" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"vQW" = ( +/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/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"vRb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vRc" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/science/mixing) +"vRu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"vRT" = ( +/obj/structure/closet, +/obj/item/storage/box/donkpockets, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vRX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vRY" = ( +/obj/effect/landmark/stationroom/box/engine, +/turf/closed/mineral/random/low_chance_air, +/area/space/nearstation) +"vSa" = ( +/obj/structure/table, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = 10; + pixel_y = 1 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -5 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/plasteel, +/area/janitor) +"vSb" = ( +/obj/structure/closet/secure_closet/bartender, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"vSj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/ruin/space/has_grav/listeningstation) +"vSp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos_distro) +"vSs" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=6"; + dir = 1; + freq = 1400; + location = "Janitor" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/janitor) +"vSA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"vSX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vSY" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"vTt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"vTA" = ( +/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/carpet, +/area/library) +"vTP" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/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/machinery/atmospherics/pipe/simple/yellow/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"vUk" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/t_scanner, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"vUv" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"vUC" = ( +/obj/machinery/quantumpad{ + map_pad_id = "sciencetoai"; + map_pad_link_id = "aitoscience" + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_y = -31 + }, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"vUM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/dark, +/area/science/server) +"vUU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/security/courtroom) +"vUY" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"vVh" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/burger/plain, +/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 = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"vVi" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix Pump" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"vVt" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"vVy" = ( +/obj/item/stack/rods/ten, +/turf/open/floor/engine, +/area/maintenance/starboard/fore) +"vVC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"vVP" = ( +/obj/structure/sign/departments/minsky/command/hop{ + pixel_x = 32; + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"vVV" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Head of Security"; + req_access_txt = "58" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hos) +"vWj" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"vWv" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"vWJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + dir = 8; + freq = 1400; + location = "Research Division" + }, +/turf/open/floor/plasteel, +/area/science/lab) +"vXk" = ( +/obj/machinery/button/door{ + id = "tele"; + name = "Public Teleporter Access Control"; + pixel_x = 5; + pixel_y = -24; + req_access_txt = "17" + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"vXp" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vXF" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/toy/figure/md{ + layer = 2.79; + pixel_x = -9; + pixel_y = 16 + }, +/obj/machinery/microwave, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"vXK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/brig) +"vXZ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"vYd" = ( +/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/primary/port) +"vYj" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/mapping_helpers/teleport_anchor, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"vYl" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Mining Dock"; + req_access_txt = "48" + }, +/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/quartermaster/miningdock) +"vYv" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/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/plasteel/white, +/area/medical/virology) +"vYC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 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/plating, +/area/maintenance/starboard/fore) +"vYO" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"vZq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"vZC" = ( +/obj/effect/turf_decal/stripes, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"vZJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"wag" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/clerk) +"waz" = ( +/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 + }, +/obj/item/radio/intercom{ + pixel_x = 33; + pixel_y = -1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"waC" = ( +/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/maintenance/port/fore) +"waQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"waS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/poster/contraband/power{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"waY" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"wba" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"wbq" = ( +/obj/structure/table/wood, +/obj/item/toy/toygrenade{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/toy/toygrenade{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/carpet/red, +/area/maintenance/starboard/fore) +"wbz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"wbN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 10 + }, +/obj/machinery/meter, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"wbO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"wbR" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/yogs/network_admin, +/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/grimy, +/area/maintenance/department/tcoms) +"wcx" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wcy" = ( +/obj/machinery/light, +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 South"; + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"wcV" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port) +"wdn" = ( +/turf/closed/wall/r_wall, +/area/space/nearstation) +"wdu" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wdS" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"wek" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"wel" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"wep" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"wey" = ( +/obj/structure/statue/silver/secborg, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/circuit/off, +/area/ai_monitored/turret_protected/aisat_interior) +"wez" = ( +/turf/open/floor/engine/co2, +/area/engine/atmos_distro) +"weB" = ( +/obj/structure/table, +/obj/item/cartridge/signal/toxins{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/cartridge/signal/toxins, +/obj/item/cartridge/signal/toxins{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/toy/figure/rd, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"weE" = ( +/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/starboard/aft) +"weG" = ( +/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/effect/turf_decal/trimline/white/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"weN" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"wfb" = ( +/obj/structure/chair/sofa/bamboo/right{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/port/fore) +"wfi" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"wfA" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/turf/open/floor/plasteel, +/area/hydroponics) +"wfB" = ( +/mob/living/simple_animal/hostile/tree, +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"wfC" = ( +/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 = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wfN" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/mapping_helpers/teleport_anchor, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/xenobiology) +"wfQ" = ( +/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/hallway/primary/central) +"wfR" = ( +/obj/machinery/light{ + 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 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Central Hallway North"; + dir = 6 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wgg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"wgj" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"wgE" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/hallway/secondary/entry) +"wgR" = ( +/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/plating, +/area/maintenance/disposal) +"whl" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/engine/engineering) +"whA" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"whZ" = ( +/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/carpet/blue, +/area/crew_quarters/heads/hop) +"wii" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"wiB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/virology) +"wiK" = ( +/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/starboard) +"wji" = ( +/turf/open/floor/wood, +/area/maintenance/starboard/fore) +"wjp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/turf/open/space/basic, +/area/space/nearstation) +"wjs" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/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/plating, +/area/maintenance/starboard/fore) +"wjt" = ( +/obj/item/electronics/apc, +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/apc, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/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/sign/warning/electricshock{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"wjG" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/main) +"wjK" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/bar"; + name = "Bar APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable, +/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/fore) +"wjS" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/effect/mapping_helpers/teleport_anchor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"wkd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"wkf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/turf/open/floor/carpet/exoticpurple, +/area/maintenance/port/aft) +"wks" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/white, +/area/science/explab) +"wkQ" = ( +/obj/structure/cable{ + 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/white, +/area/medical/medbay/central) +"wkR" = ( +/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 = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wkY" = ( +/obj/effect/turf_decal/pool{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"wlh" = ( +/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 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"wln" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"wlt" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium Maintenance"; + req_access_txt = "27" + }, +/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/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wlB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"wlC" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/storage"; + dir = 1; + name = "Toxins Storage APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Toxins Storage"; + dir = 6; + network = list("ss13","rd") + }, +/turf/open/floor/engine, +/area/science/storage) +"wlD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/library) +"wlG" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"wlI" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/maintenance/starboard) +"wlT" = ( +/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 = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"wmi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"wms" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"wmH" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"wmI" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 5 + }, +/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, +/area/tcommsat/computer) +"wnh" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"wnn" = ( +/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 = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"wnx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + 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 = 8 + }, +/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/plasteel/white, +/area/medical/medbay/aft) +"wnM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "mechbaywindows"; + name = "Mech Bay Shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"wnQ" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"wnY" = ( +/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/fore) +"wof" = ( +/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/aft) +"wos" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/xenobiology) +"wou" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"woT" = ( +/obj/structure/sign/departments/minsky/supply/hydroponics{ + pixel_y = 32 + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wpj" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/item/healthanalyzer{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/item/assembly/signaler, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"wpo" = ( +/obj/machinery/bounty_board{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"wpI" = ( +/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) +"wpJ" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/mineral_door/wood, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wpT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + 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/aft) +"wqj" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/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 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"wqC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/fore) +"wqM" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/crate, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/item/stack/sheet/metal/fifty, +/turf/open/floor/plasteel, +/area/engine/engineering) +"wqX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/iv_drip, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"wrs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"wru" = ( +/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/yjunction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"wrB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/warden) +"wrC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"wsj" = ( +/obj/structure/closet/wardrobe/pink, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wsp" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"wsG" = ( +/obj/structure/statue/diamond/ai1, +/turf/open/floor/circuit/off, +/area/ai_monitored/turret_protected/aisat_interior) +"wsV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"wsY" = ( +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/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/clerk) +"wtc" = ( +/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/brown/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"wtj" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"wtt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"wtJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/chapel/office) +"wtU" = ( +/obj/structure/closet/secure_closet/personal, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"wur" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"wuG" = ( +/obj/structure/closet/radiation, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"wuJ" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/engine, +/area/maintenance/starboard/fore) +"wvh" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/cockroach, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"wvm" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wvB" = ( +/obj/effect/landmark/start/cook, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"wwm" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"wwD" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/xenobiology) +"wwJ" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/cmo) +"wwZ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"wxb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"wxi" = ( +/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 = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wxI" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/modular_computer/console/preset/medical{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"wxK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/wrench, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"wxS" = ( +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio_l"; + name = "Left side containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"wyr" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/central) +"wyL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/rnd/production/techfab/department/medical, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"wyY" = ( +/obj/structure/table, +/obj/item/phone, +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"wzc" = ( +/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/plasteel/white, +/area/science/xenobiology) +"wzg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"wzi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"wzz" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/folder/blue, +/turf/open/floor/carpet/blue, +/area/bridge/meeting_room) +"wzA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"wzM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/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, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"wzO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"wzU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"wAf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"wAs" = ( +/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/fore) +"wAx" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/aft"; + dir = 4; + name = "Medbay Aft APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/trimline/blue/filled/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/white, +/area/medical/medbay/aft) +"wAz" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"wAA" = ( +/obj/machinery/air_sensor{ + id_tag = "o2_sensor" + }, +/turf/open/floor/engine/o2, +/area/engine/atmos_distro) +"wAC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"wAK" = ( +/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/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/security/main) +"wAU" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 1; + piping_layer = 2 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wAZ" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"wBa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/status_display/evac, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/bridge) +"wBg" = ( +/obj/effect/spawner/structure/window, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/grass, +/area/quartermaster/office) +"wBi" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"wBx" = ( +/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" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/foyer) +"wBL" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"wBQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/security/physician) +"wCg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"wCh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"wCt" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"wCu" = ( +/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/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/plasteel/white, +/area/science/research) +"wCv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"wCP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"wCQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"wCY" = ( +/turf/closed/wall, +/area/maintenance/department/tcoms) +"wDa" = ( +/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/engine/foyer) +"wDs" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 8; + piping_layer = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"wDG" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"wDM" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"wDO" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"wDS" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"wEd" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"wEe" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"wEl" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"wEr" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"wEF" = ( +/obj/structure/closet/secure_closet/detective, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/briefcase{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/lighter, +/obj/item/clothing/glasses/sunglasses, +/obj/item/toy/figure/detective{ + pixel_x = -8 + }, +/obj/item/storage/secure/safe{ + pixel_x = 6; + pixel_y = -28 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"wEI" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/hydroponics/soil, +/obj/item/cultivator, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"wEK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"wEY" = ( +/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/hallway/primary/central) +"wEZ" = ( +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/listeningstation) +"wFm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"wFw" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"wFA" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"wFY" = ( +/obj/effect/mapping_helpers/teleport_anchor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"wGi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer, +/turf/open/floor/plasteel, +/area/science/mixing) +"wGs" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"wGR" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"wGS" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"wHu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"wHG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/atmos_control/tank/mix_tank{ + dir = 4; + sensors = list("mix_sensor" = "Tank") + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"wHP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"wHT" = ( +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_x = 1; + pixel_y = -25 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"wIb" = ( +/obj/machinery/light, +/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{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/purple, +/area/chapel/main) +"wIc" = ( +/obj/effect/mapping_helpers/teleport_anchor, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"wIf" = ( +/obj/machinery/camera{ + c_tag = "Brig Equipment Room"; + dir = 9 + }, +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"wIk" = ( +/obj/machinery/light, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/heads/chief) +"wIr" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 East"; + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"wIt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/plasteel, +/area/security/brig) +"wIy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"wIC" = ( +/obj/structure/rack, +/obj/item/aicard, +/obj/item/disk/holodisk/tutorial/AICore, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"wIJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Incinerator" + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"wIK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"wIN" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai satellite."; + name = "AI Satellite Monitor"; + network = list("minisat"); + pixel_x = -32 + }, +/obj/structure/sign/poster/official/do_not_question{ + pixel_y = 32 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"wJk" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"wJp" = ( +/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{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"wJw" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4; + level = 2 + }, +/turf/closed/wall, +/area/engine/atmos) +"wJA" = ( +/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) +"wJE" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Waste In"; + on = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"wJK" = ( +/obj/machinery/modular_computer/console/preset/command{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"wJR" = ( +/obj/machinery/quantumpad{ + map_pad_id = "aitoadmin"; + map_pad_link_id = "admintoai" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"wKv" = ( +/obj/item/stack/sheet/cardboard, +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = -25 + }, +/turf/open/floor/carpet, +/area/crew_quarters/fitness) +"wKR" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) +"wKT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/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) +"wLe" = ( +/obj/structure/table/wood, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_y = 2 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = -2; + pixel_y = -3 + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"wLj" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"wLl" = ( +/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, +/turf/open/floor/plasteel, +/area/engine/engineering) +"wLB" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/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) +"wLC" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/flashlight/lamp/bananalamp{ + pixel_y = 3 + }, +/obj/item/phone/banana, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"wMf" = ( +/obj/machinery/computer/turbine_computer{ + id = "incineratorturbine" + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"wMo" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"wMr" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"wME" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"wMG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wMY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"wNg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/command/space{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"wNl" = ( +/turf/open/floor/carpet/black, +/area/maintenance/department/tcoms) +"wNm" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"wNs" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"wNw" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"wNB" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/medical/genetics) +"wNG" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/surgery, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"wNI" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet/locker"; + name = "Locker Restrooms APC"; + pixel_y = -23 + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"wNN" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Testing Chamber"; + network = list("test","rd") + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"wNR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/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/plating, +/area/maintenance/starboard/aft) +"wOc" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"wOi" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"wOk" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/borg_fancy_1{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"wOs" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/water_vapor, +/turf/open/floor/plasteel/dark, +/area/janitor) +"wOz" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"wOE" = ( +/turf/open/floor/wood, +/area/crew_quarters/bar) +"wOQ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/space/basic, +/area/space/nearstation) +"wPe" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"wPv" = ( +/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{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"wPL" = ( +/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/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "atmospherics sorting disposal pipe"; + sortType = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/engine/foyer) +"wPS" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"wQf" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"wQn" = ( +/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/grimy, +/area/maintenance/department/tcoms) +"wQq" = ( +/obj/effect/turf_decal/tile/white, +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/white, +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -28 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"wQv" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"wQw" = ( +/obj/structure/sign/poster/contraband/random, +/turf/closed/wall, +/area/quartermaster/miningdock) +"wQy" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"wQU" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"wQY" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"wRq" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + 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/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/misc_lab) +"wRG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/carpet/royalblack, +/area/bridge/meeting_room) +"wSh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"wSi" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"wSF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"wSG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"wSR" = ( +/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/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"wSU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"wSY" = ( +/obj/structure/chair/stool/bar, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"wTt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/xenobiology) +"wTw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/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/aft) +"wTF" = ( +/obj/structure/table, +/obj/item/hand_tele, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"wTL" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"wTZ" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/storage/box/bodybags{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/open/floor/plasteel/white, +/area/security/execution/transfer) +"wUb" = ( +/obj/structure/table, +/obj/item/lighter{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"wUw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"wUC" = ( +/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) +"wUJ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/primary) +"wUQ" = ( +/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 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"wVc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/red, +/area/bridge) +"wVe" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/obj/item/gun/energy/laser/practice, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/main) +"wVk" = ( +/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/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics/cloning) +"wVu" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 4; + id = "QMLoad" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"wVA" = ( +/obj/machinery/pipedispenser, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"wVI" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/library) +"wVQ" = ( +/obj/structure/table/wood, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = -5; + pixel_y = -1 + }, +/obj/item/coin/iron{ + icon_state = "coin_bananium_heads"; + name = "arcade coin"; + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"wWd" = ( +/obj/item/pickaxe, +/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/port/fore) +"wWl" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"wWx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/wood, +/area/chapel/office) +"wWC" = ( +/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 = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"wWG" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/satellite"; + name = "MiniSat Maint APC"; + pixel_y = -23 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Maintenance"; + dir = 1; + name = "ai camera"; + network = list("minisat","ss13"); + start_active = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"wWK" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wWO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/stationarybike{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"wWR" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"wWV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/science/research) +"wXn" = ( +/turf/closed/wall, +/area/hallway/primary/fore) +"wXr" = ( +/obj/item/reagent_containers/food/drinks/beer, +/obj/item/reagent_containers/food/drinks/beer, +/obj/item/reagent_containers/food/drinks/beer, +/obj/machinery/nuclearbomb/beer, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wXv" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 West" + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"wXx" = ( +/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/computer/rdconsole/robotics{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"wXG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"wXN" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/icecreamsandwich, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard/aft) +"wXV" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"wYf" = ( +/obj/structure/table/wood, +/obj/item/coin/iron{ + pixel_x = 10; + pixel_y = -9 + }, +/obj/item/coin/iron{ + pixel_x = 5; + pixel_y = -12 + }, +/obj/item/coin/iron{ + pixel_x = 8; + pixel_y = -5 + }, +/obj/item/coin/iron{ + pixel_x = 3; + pixel_y = -8 + }, +/obj/item/coin/iron{ + pixel_x = 7; + pixel_y = -9 + }, +/obj/item/toy/cards/cardhand{ + pixel_x = 10; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = -7; + pixel_y = 15 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 11; + pixel_y = 19 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"wYm" = ( +/obj/effect/turf_decal/sand, +/obj/item/book/manual/wiki/barman_recipes, +/obj/item/reagent_containers/glass/rag, +/obj/machinery/camera{ + c_tag = "Bar Counter"; + name = "bar camera" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "barshutters"; + name = "bar shutters" + }, +/obj/structure/table/wood, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"wYx" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"wYJ" = ( +/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/carpet, +/area/library) +"wZf" = ( +/mob/living/carbon/monkey, +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/grass, +/area/medical/genetics) +"wZi" = ( +/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/main) +"wZm" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"wZW" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"wZZ" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"xae" = ( +/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 = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/nanite) +"xag" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"xau" = ( +/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/plasteel/white, +/area/science/xenobiology) +"xaT" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"xbb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"xbn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"xbB" = ( +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"xbE" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/head/welding{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/poster/firstsingularity, +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/foyer) +"xcx" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"xcN" = ( +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Petting Zoo Door"; + req_access_txt = "12" + }, +/turf/open/floor/grass, +/area/maintenance/starboard/fore) +"xcT" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/russian, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/space/has_grav/listeningstation) +"xcY" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Launch Room"; + req_access_txt = "7" + }, +/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/plasteel, +/area/science/mixing) +"xcZ" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + dir = 1; + freq = 1400; + location = "Kitchen" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"xds" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/eighties, +/area/maintenance/starboard/fore) +"xdI" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1; + icon_state = "box_corners" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"xdY" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/decal/cleanable/blood/old, +/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/starboard/fore) +"xee" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"xet" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xeu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 8; + external_pressure_bound = 120; + name = "server vent" + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"xez" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"xeC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"xfh" = ( +/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/locker) +"xfk" = ( +/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/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xfm" = ( +/obj/structure/table, +/obj/item/toy/cards/deck, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"xfu" = ( +/obj/effect/turf_decal/tile/darkblue, +/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/ai_monitored/turret_protected/aisat_interior) +"xfB" = ( +/obj/item/screwdriver, +/obj/item/drone_shell, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"xfC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/plasteel, +/area/engine/atmos) +"xfD" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port to Filter" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"xfJ" = ( +/obj/effect/decal/cleanable/blood/gibs/torso, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/powered) +"xfP" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/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 = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"xfS" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/poster/firstsingularity, +/obj/item/poster/random_official{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/obj/item/flashlight, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"xfT" = ( +/mob/living/simple_animal/hostile/bear/russian, +/turf/open/floor/grass/snow/safe, +/area/ruin/space/has_grav/listeningstation) +"xgb" = ( +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"xge" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/crew_quarters/kitchen) +"xgg" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"xgk" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine{ + department = "Chief Medical Officer"; + name = "Chief Medical Officer's Fax Machine" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/cmo) +"xgy" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/britcup{ + desc = "Kingston's personal cup."; + pixel_x = 12; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/britcup{ + desc = "Kingston's personal cup."; + pixel_x = 1; + pixel_y = -10 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"xgF" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xhf" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/secure_closet/CMO, +/obj/item/sensor_device, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"xhZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"xie" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/lawoffice) +"xij" = ( +/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/medical/medbay/lobby) +"xiC" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"xiY" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/destTagger, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/stack/wrapping_paper{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"xjc" = ( +/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/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xjU" = ( +/turf/open/floor/plasteel, +/area/janitor) +"xkg" = ( +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2" + }, +/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/hallway/secondary/exit) +"xkp" = ( +/obj/structure/dresser, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"xkw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/sign/departments/evac{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xkE" = ( +/obj/structure/sign/plaques/golden{ + desc = "A memorial for a lost station. The name of the station seems to be scratched out."; + name = "KiloStation Memorial"; + pixel_y = 28 + }, +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"xkR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/status_display/evac{ + layer = 4; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xkS" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/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/starboard/aft) +"xlq" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"xlv" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + 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/white, +/area/medical/virology) +"xly" = ( +/obj/machinery/vending/wardrobe/chap_wardrobe, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"xlB" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/central) +"xlM" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plasteel, +/area/storage/tech) +"xlZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"xma" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"xmc" = ( +/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/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"xmo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/structure/sign/departments/minsky/research/robotics{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xmy" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"xmz" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/starboard/aft) +"xmE" = ( +/obj/structure/cable{ + 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/white, +/area/medical/paramedic) +"xmW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/photocopier/faxmachine{ + department = "Research Director"; + name = "Research Director's Fax Machine" + }, +/obj/structure/table, +/turf/open/floor/plasteel/bluespace, +/area/crew_quarters/heads/hor) +"xnf" = ( +/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 = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"xnj" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + 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) +"xnl" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"xnx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"xnD" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/ministile/hop{ + name = "Cargo line turnstile"; + req_one_access = list(50) + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/arrow_cw{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"xnS" = ( +/obj/item/a_gift{ + pixel_x = 12; + pixel_y = -12 + }, +/turf/open/floor/plating/asteroid/snow, +/area/space/nearstation) +"xnW" = ( +/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{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xol" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"xom" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"xou" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"xoY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"xpw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"xpx" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -23; + pixel_y = -23 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"xpZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/sign/departments/minsky/security/security{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"xqa" = ( +/obj/machinery/modular_computer/console/preset/command/cmo{ + dir = 1 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/cmo) +"xql" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/turf/open/floor/carpet, +/area/security/detectives_office) +"xqt" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Medbay Cryogenics"; + dir = 1; + network = list("ss13","medbay") + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/sleeper"; + name = "Sleeper Room APC"; + pixel_y = -23 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/structure/bed/pod{ + desc = "The latest in lying down technology"; + name = "Advanced medical bed" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"xqx" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/status_display/ai_core, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/aisat_interior) +"xqG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"xqX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"xra" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"xrb" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/space/has_grav/listeningstation) +"xro" = ( +/obj/machinery/shieldwallgen/xenobiologyaccess, +/obj/machinery/door/window/southleft{ + dir = 4; + name = "Test Chamber"; + req_access_txt = "55" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"xrw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"xrS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Unisex Showers" + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"xrT" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/crowbar/red, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit) +"xsF" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/open/floor/plating/asteroid, +/area/ruin/powered) +"xsQ" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"xtj" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 6; + piping_layer = 2 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xtm" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 1; + pixel_y = 22 + }, +/turf/open/floor/wood, +/area/lawoffice) +"xtq" = ( +/obj/structure/rack, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/open/floor/plasteel, +/area/storage/tech) +"xtO" = ( +/obj/machinery/holopad, +/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" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"xtR" = ( +/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 = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"xtT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/stool, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"xuo" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/asteroid, +/area/space/nearstation) +"xux" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/item/radio/intercom{ + anyai = 1; + broadcasting = 1; + frequency = 1423; + listening = 0; + name = "Interrogation Intercom"; + pixel_x = 33; + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"xuK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"xuL" = ( +/obj/structure/disposalpipe/segment{ + dir = 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, +/area/maintenance/port/fore) +"xuO" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/powered) +"xuT" = ( +/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/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xuU" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"xvq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + dir = 1; + layer = 3.1; + name = "Cyborg Upload Console Window"; + req_access_txt = "16" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/computer/upload/borg{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai_upload) +"xvw" = ( +/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 = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"xvy" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -7; + pixel_y = 31 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 7; + pixel_y = 31 + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"xvF" = ( +/obj/item/cigbutt/cigarbutt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"xvQ" = ( +/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/aft) +"xwo" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"xwp" = ( +/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 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"xwt" = ( +/obj/structure/table, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/gloves/color/black, +/obj/item/assembly/flash/handheld{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"xwy" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"xwA" = ( +/obj/effect/spawner/structure/window/reinforced/tinted/shutter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) +"xwB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/science/lab) +"xwC" = ( +/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 = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"xxg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/listeningstation) +"xxr" = ( +/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 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xxt" = ( +/obj/structure/window/reinforced{ + pixel_y = 2 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"xxJ" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"xyd" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xyh" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"xym" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"xyq" = ( +/obj/machinery/door/airlock/security{ + name = "Security Office"; + req_one_access_txt = "1;4" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"xyO" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Escape Arm Airlocks"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"xyW" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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) +"xza" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 1 + }, +/turf/open/floor/mineral/silver, +/area/crew_quarters/heads/captain) +"xzU" = ( +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"xzZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"xAg" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/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/starboard/aft) +"xAh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xAC" = ( +/obj/structure/closet/secure_closet/lethalshots, +/obj/effect/turf_decal/bot_red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"xAM" = ( +/obj/machinery/power/apc/highcap/fifteen_k{ + areastring = "/area/hallway/secondary/entry"; + dir = 1; + name = "Arrivals APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"xAW" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"xAY" = ( +/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{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"xAZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/storage/primary) +"xBa" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + dir = 1; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("toxins"); + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"xBe" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/sign/warning/nosmoking{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"xBh" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"xBn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel, +/area/security/execution/transfer) +"xCw" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ppflowers, +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/medical/medbay/aft) +"xCH" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/sand, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"xCS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"xDb" = ( +/obj/structure/sign/departments/minsky/engineering/atmospherics{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"xDq" = ( +/obj/machinery/atmospherics/components/unary/tank/toxins{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"xDM" = ( +/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 = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"xDZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = 25 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = 33 + }, +/obj/structure/sign/directions/evac{ + dir = 8; + pixel_y = 41 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xEk" = ( +/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) +"xEw" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/landmark/start/chemist, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"xEF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"xEK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"xEN" = ( +/obj/machinery/button/door{ + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = 39; + pixel_y = 8; + req_access_txt = "2" + }, +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = 39; + pixel_y = -2 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"xFm" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Bridge East"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/bridge) +"xFy" = ( +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = -32 + }, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"xFE" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/mixing/chamber) +"xGc" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xGf" = ( +/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, +/turf/open/floor/plasteel, +/area/security/prison) +"xGv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/advanced_airlock_controller{ + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"xGC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_x = 32 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"xGF" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen/blue, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/cmo) +"xGH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/vending/sustenance{ + onstation = 0 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"xGI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xGW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xHE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"xHZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"xIn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/white, +/area/security/execution/transfer) +"xIs" = ( +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"xIu" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/depsec/service, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"xIA" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"xIB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"xIO" = ( +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"xIS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"xJc" = ( +/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/atmospherics/pipe/simple/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"xJd" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"xJf" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -6; + pixel_y = -1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"xJF" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hosspace"; + name = "space shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"xJQ" = ( +/obj/structure/table, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"xJR" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/external{ + welded = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xJY" = ( +/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/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"xKl" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"xKv" = ( +/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, +/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" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"xKy" = ( +/obj/effect/turf_decal/stripes, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"xKE" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/open/floor/grass, +/area/hallway/primary/port) +"xKQ" = ( +/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" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance"; + req_access_txt = "28" + }, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"xKV" = ( +/obj/item/toy/minimeteor, +/turf/open/floor/fakespace, +/area/maintenance/port/fore) +"xKY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"xLc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bar Storage Maintenance"; + req_access_txt = "25" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xLd" = ( +/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/circuit, +/area/science/robotics/mechbay) +"xLp" = ( +/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 = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Experimentation Lab"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"xLv" = ( +/obj/effect/turf_decal/tile/darkblue{ + 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/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xLE" = ( +/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/plating, +/area/maintenance/starboard/fore) +"xLQ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Custodial Maintenance"; + req_access_txt = "26" + }, +/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, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/janitor) +"xLR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"xMe" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Command Hallway" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xMh" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"xMx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"xNb" = ( +/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/circuit, +/area/science/robotics/mechbay) +"xNj" = ( +/turf/open/floor/grass/snow/safe, +/area/ruin/space/has_grav/listeningstation) +"xNo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/bridge) +"xNt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 7" + }, +/obj/structure/sign/departments/science{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xNw" = ( +/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/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/engine/engineering) +"xNE" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L5" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xNF" = ( +/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 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"xNW" = ( +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"xOk" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"xOD" = ( +/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) +"xOI" = ( +/obj/machinery/camera{ + c_tag = "Hydroponics South"; + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"xOT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"xPf" = ( +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"xPm" = ( +/obj/structure/table, +/obj/item/paper/fluff/holodeck/disclaimer, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"xPQ" = ( +/obj/machinery/bounty_board{ + pixel_y = 32 + }, +/obj/machinery/modular_computer/console/preset/command, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"xPX" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xQb" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"xQw" = ( +/obj/machinery/door/airlock/command/glass{ + id_tag = "secondary_aicore_interior"; + name = "Physical Core Access"; + req_access_txt = "30" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ + dirx = 2; + diry = 1 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + 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/dark, +/area/ai_monitored/secondarydatacore) +"xQA" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"xQI" = ( +/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" + }, +/turf/open/floor/carpet, +/area/library) +"xQN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/foyer) +"xQQ" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xQV" = ( +/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/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"xRh" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"xRm" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/surgery"; + dir = 4; + name = "Surgery APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/medical/surgery) +"xRz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xRH" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"xRM" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"xRN" = ( +/obj/machinery/door/window/northleft, +/obj/machinery/light/small, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "loadingate" + }, +/turf/open/floor/engine, +/area/science/mixing) +"xRP" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"xRU" = ( +/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/starboard/fore) +"xRX" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xSa" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_y = -30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xSp" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"xSD" = ( +/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/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"xTg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"xUe" = ( +/obj/structure/closet/wardrobe/science_white, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"xUf" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"xUm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/onionrings, +/obj/item/reagent_containers/food/snacks/onionrings{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"xUo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"xUB" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"xUS" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"xVq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/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) +"xVB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"xVJ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/pen, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"xVK" = ( +/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/machinery/door/airlock/maintenance{ + name = "Research Maintenance Closet"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/central/secondary) +"xVO" = ( +/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/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xVW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + cistern = 1; + dir = 4; + open = 1 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"xWb" = ( +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/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/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"xWi" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/mech_bay_recharge_floor/dark, +/area/science/robotics/mechbay) +"xWo" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/engineering{ + charge = 6e+007 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"xWp" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"xWL" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/white/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xWO" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/mineral/titanium, +/area/teleporter) +"xWR" = ( +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/maintenance/port) +"xWW" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"xXa" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Primary Tool Storage"; + dir = 6 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"xXi" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 8 + }, +/obj/effect/mapping_helpers/teleport_anchor, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"xXv" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"xXC" = ( +/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, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/plasteel/white, +/area/science/research) +"xXG" = ( +/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/port/aft) +"xXJ" = ( +/obj/machinery/aug_manipulator, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"xXN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"xYb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"xYj" = ( +/obj/structure/sign/poster/contraband/random, +/turf/closed/wall, +/area/science/nanite) +"xYp" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel, +/area/clerk) +"xYr" = ( +/obj/item/pickaxe, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"xYv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/storage/tech) +"xYV" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/folder/blue, +/obj/item/stamp/law, +/obj/item/pen/red, +/obj/machinery/requests_console{ + department = "Law Office"; + name = "'Law Office RC"; + pixel_x = 32; + pixel_y = -2 + }, +/obj/item/taperecorder, +/obj/item/cartridge/lawyer, +/turf/open/floor/carpet, +/area/lawoffice) +"xZB" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/central) +"xZF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"xZV" = ( +/turf/closed/wall/r_wall, +/area/science/mixing/chamber) +"yah" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"yau" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"yaD" = ( +/obj/machinery/button/door{ + id = "giftshop"; + name = "Gift Shop Internal Shutters"; + pixel_x = 6; + pixel_y = 25; + req_access_txt = "36" + }, +/obj/effect/turf_decal/tile/darkgreen{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkgreen, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Clerk's office"; + dir = 6 + }, +/obj/machinery/button/door{ + id = "giftshop_ext"; + name = "Gift Shop External Shutters"; + pixel_x = -5; + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/clerk) +"yaX" = ( +/obj/machinery/camera{ + c_tag = "Brig Interrogation"; + dir = 8; + network = list("interrogation") + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"yaY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/security/prison) +"ybr" = ( +/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/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"ybI" = ( +/obj/structure/window/reinforced{ + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/storage/box, +/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" + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ycd" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "Dorm2"; + name = "Dorm 2" + }, +/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) +"ych" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/virology) +"ycq" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"ycw" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ycH" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/storage/tech) +"ycO" = ( +/obj/item/chair/stool, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ycV" = ( +/obj/machinery/computer/operating, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/button/door{ + id = "roboticssurgery"; + name = "Shutters Control Button"; + pixel_x = -6; + pixel_y = 25; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"ydb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"ydf" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ydp" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel/white, +/area/medical/paramedic) +"ydq" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Research Director"; + 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/ai_monitored/turret_protected/aisat_interior) +"ydt" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 1"; + name = "Cell 1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + 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/brig) +"ydL" = ( +/turf/open/floor/circuit/off, +/area/ai_monitored/turret_protected/aisat_interior) +"ydW" = ( +/obj/effect/overlay/coconut, +/obj/machinery/light, +/turf/open/floor/plating/beach/sand, +/area/crew_quarters/bar) +"ydY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/ruin/space/has_grav/listeningstation) +"yeb" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"yed" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/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/starboard/fore) +"yeg" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"yeu" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/water/safe{ + icon = 'icons/misc/beach.dmi'; + icon_state = "water" + }, +/area/crew_quarters/bar) +"yeP" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"yff" = ( +/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) +"yfr" = ( +/obj/structure/grille, +/turf/open/space, +/area/space) +"yfF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"yfI" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/open/floor/plating, +/area/maintenance/port) +"yfJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#c1caff" + }, +/turf/open/floor/engine, +/area/hallway/secondary/exit) +"yfX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"ygb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel, +/area/security/processing) +"ygA" = ( +/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{ + name = "Hydroponics Backroom"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"ygB" = ( +/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/carpet, +/area/library) +"ygS" = ( +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock"; + req_access_txt = "48"; + shuttledocked = 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/quartermaster/miningdock) +"ygU" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"ygW" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"yha" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/open/water/safe{ + dir = 8; + icon = 'icons/misc/beach.dmi'; + icon_state = "sandwater_b" + }, +/area/crew_quarters/bar) +"yhz" = ( +/obj/structure/table/wood, +/obj/item/hand_tele, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"yhL" = ( +/obj/machinery/atmospherics/components/unary/heat_exchanger{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"yhR" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"yia" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"yim" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"yiN" = ( +/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/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"yjg" = ( +/obj/effect/turf_decal/pool/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"yjD" = ( +/obj/machinery/power/apc{ + areastring = "/area/chapel/office"; + name = "Chapel Office APC"; + pixel_y = -23 + }, +/obj/structure/cable{ + icon_state = "0-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/fore) +"yjO" = ( +/obj/structure/chair/stool, +/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/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"yjR" = ( +/obj/structure/lattice/catwalk, +/turf/closed/wall, +/area/maintenance/disposal) +"yke" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos_distro) +"yks" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos_distro) +"ykz" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ykA" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/ministile/hop{ + dir = 1; + name = "Cargo line turnstile"; + req_one_access = list(50) + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/trimline/white/arrow_cw{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"ykO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ykU" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ylM" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ylU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/wardrobe/black, +/obj/structure/sign/painting{ + persistence_id = "public"; + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ymc" = ( +/obj/effect/turf_decal/pool{ + dir = 8 + }, +/turf/open/floor/white{ + icon = 'icons/turf/floors/ice_turf.dmi'; + icon_state = "unsmooth"; + name = "Ice Sheet" + }, +/area/space/nearstation) + +(1,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(2,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(3,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(4,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(5,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(6,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(7,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(8,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(9,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(10,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(11,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(12,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(13,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(14,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(15,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(16,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +azX +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(17,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +aID +mZh +aID +acb +rOR +wlG +rOR +msb +aNg +aNg +msb +rOR +wlG +rOR +aNg +aNg +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(18,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +acb +sjG +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +aID +mZg +aID +msb +anR +hUy +rOR +erM +aNg +msb +msb +anR +hUy +rOR +msb +msb +msb +msb +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(19,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +anR +anR +aID +aID +aID +kgA +anR +anR +hkh +mKU +rOR +anR +hkh +anR +anR +hkh +mKU +rOR +anR +anR +anR +msb +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(20,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +bOX +sjG +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +aKW +acb +acb +acb +aoh +maq +gxR +pfW +rTj +luj +bCi +azG +qLY +uhW +rbo +hUJ +fmw +uhW +jkE +png +uhW +rbo +uhW +bam +gdp +anR +msb +msb +aNg +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(21,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +anR +anR +aID +ntf +azG +nVk +eff +bRV +cbr +rUN +vMi +cbr +jag +ojF +cbr +cbr +avP +rib +tSu +wcy +anR +msb +msb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(22,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aqx +vjD +azG +jJX +mZR +imc +rOR +wqj +rOR +wXv +gFE +mFf +rby +rOR +wqj +rOR +ntf +dPA +anR +msb +msb +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(23,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +acb +sjG +sjG +bOX +sjG +sjG +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +anR +anR +aID +ntf +azG +jJX +anR +rOR +rOR +obn +anR +fGA +uZH +btU +btU +anR +jAj +rOR +anR +anR +anR +msb +msb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +bOX +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(24,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +aSm +acb +acb +acb +aVc +tlG +iSA +scs +aMw +uiu +uhP +anR +acb +rOR +jEp +rOR +rOR +rOR +rOR +rOR +rOR +jEp +rOR +acb +acb +acb +acb +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(25,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +bOX +sjG +sjG +sjG +sjG +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +anR +anR +aID +ntf +azG +mNW +anR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +pJB +pJB +bOX +sjG +sjG +sjG +acb +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(26,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +sjG +sjG +sjG +sjG +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +lrc +lrc +afC +dRX +azG +mNW +rOR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +pJB +pJB +wfB +gub +iUB +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(27,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +sjG +sjG +sjG +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +afC +ncK +afC +gBc +azG +mNW +rOR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +pJB +iUB +hWr +hWr +pJB +pJB +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(28,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +pZo +pZo +pZo +pZo +sux +msb +msb +sux +pZo +pZo +sux +pZo +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +afC +sra +aao +xAM +afN +cjk +rOR +aCj +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +xnS +rxK +hWr +hWr +hWr +wfB +sjG +sjG +sjG +bOX +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(29,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +pZo +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +bRo +pZo +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +aao +afC +cIi +aao +jqV +azG +mNW +rOR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +fgo +aJb +oHJ +hWr +pJB +pJB +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(30,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +pZo +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +pZo +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +aao +acY +sRv +aao +jIR +azG +mNW +rOR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sKy +aSi +hWr +hWr +iUB +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(31,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +sux +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +pZo +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +sux +sux +sux +sux +sux +sux +sux +sux +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +aao +aUe +sRv +aao +lbP +azG +mNW +anR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +bOX +sjG +sjG +sjG +sjG +vGf +pJB +gub +pJB +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(32,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +pZo +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +sux +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +sux +qjw +qjw +dJP +sux +lrc +lrc +sux +sux +sux +sux +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +aao +oNl +sRv +aao +stv +azG +wME +anR +acb +rOR +cLY +rOR +rOR +rOR +rOR +rOR +rOR +nuQ +rOR +aNg +aNg +aNg +aNg +aES +aES +aES +aES +aES +aES +aES +aES +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(33,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +sux +qjw +qjw +qjw +hbS +lrc +lrc +lrc +lrc +lrc +sux +acb +acb +acb +acb +anm +alo +anm +anm +anm +anm +anm +aao +aUe +sRv +aao +lbP +azG +jJX +anR +rOR +rOR +kVJ +anR +jCg +vax +lnK +hXL +anR +hUy +rOR +anR +anR +anR +anR +anR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(34,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +sux +qjw +qjw +qjw +sux +lrc +lrc +lrc +lrc +lrc +sux +sux +sux +msb +acb +anm +nkq +anm +avw +avw +avw +avw +anm +aOS +sRv +aao +kPx +azG +jJX +qLY +hwW +rOR +kFb +rOR +pKr +pKr +fcA +pKr +rOR +kFb +rOR +eRb +dPA +aID +aID +anR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +acb +sjG +sjG +sjG +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(35,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +sux +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +sux +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +sux +sux +sux +sux +sux +sux +sux +sux +lrc +lrc +lrc +lrc +sux +msb +msb +anm +awZ +anm +aPK +aaJ +aaJ +aaJ +anm +aJp +oMa +hcu +lak +ezU +cUf +azG +qLY +uhW +cWE +wIr +uhW +jmC +hnb +uhW +uhW +oTw +bLc +hOf +eff +orl +mHY +iFS +aPF +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +bOX +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(36,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +sux +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +sux +msb +msb +msb +msb +msb +acb +acb +msb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +sux +lrc +lrc +lrc +lrc +sux +msb +msb +anm +avA +nMf +avA +avA +avA +avA +anm +aao +lkU +aao +cfq +azG +qqQ +azG +azG +iid +lkm +evA +eff +cLw +mmL +eff +eff +cUf +azG +jCB +azG +aID +dPA +anR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(37,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +pZo +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +pZo +msb +msb +msb +msb +msb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +sux +sux +sux +lrc +lrc +sux +msb +msb +anm +iYG +nLG +pEH +xrw +xrw +xrw +rcg +aao +lkU +aao +aID +deB +deB +deB +aID +aID +wEd +peS +afN +afN +afN +afN +xqG +pcm +aID +aID +aID +aID +aID +anR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(38,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +sux +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +qjw +pZo +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +sux +lrc +lrc +sux +msb +aao +aao +aao +aao +aao +pLe +wzg +lDY +hUM +aao +lkU +aLR +uHm +hAq +jgs +hAq +fcV +aLR +kwj +kvo +azG +ksz +azG +azG +azG +azG +aJI +sTC +knl +knl +rDe +osq +sBJ +sBJ +sBJ +aJI +aES +aES +aES +aES +yjR +adH +apa +apa +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aJI +aJI +aJI +aJI +aJI +msb +msb +msb +msb +msb +acb +acb +acb +msb +acb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(39,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +sux +pZo +pZo +pZo +sux +msb +msb +pZo +pZo +pZo +pZo +pZo +msb +msb +msb +msb +msb +acb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +sux +sux +pOl +sux +msb +aao +aqy +aqy +aoj +aao +aqo +fjk +aJP +lEV +aao +lkU +aLR +wms +jUa +fho +gao +kAT +vwo +kiH +bCi +azG +azG +azG +azG +azG +uhv +aJI +aoq +aoq +aoq +aoq +osq +lOa +lOa +lOa +aJI +aNg +aNg +aNg +msb +aec +atB +apa +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aJI +oRv +mle +wPS +aJI +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(40,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +aao +xJR +aao +aao +aao +aqy +aqy +aqy +aao +aao +aao +aao +qDZ +aao +vNt +aLR +wnh +aUZ +gic +sVi +yia +pTs +ygW +jJX +xRH +xRH +xRH +xRH +azG +lGi +iry +aoq +aoq +lGP +aoq +aoq +aoq +aoq +nQE +aJI +msb +msb +msb +msb +aec +fkN +apa +msb +msb +msb +msb +msb +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +msb +msb +msb +msb +msb +msb +aJI +aJI +aJI +nQE +nQE +aoq +aJI +aJI +aJI +aJI +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(41,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +aao +pOl +mzv +acY +aao +aqy +aqy +aqy +aao +jiu +aUe +aUe +sRv +cjW +lkU +aLR +hLS +aUZ +aUZ +aUZ +xIu +aNO +ygW +jJX +tgg +amO +aRs +oJe +azG +fod +afb +afb +afb +afb +afb +afb +afb +aoq +aoq +aJI +aec +aec +aec +aec +aec +aCM +apa +msb +msb +msb +msb +msb +aJI +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +uuU +aJI +msb +msb +msb +msb +msb +msb +aJI +eKr +aoq +aoq +aoq +aoq +tFv +aoq +rDe +aJI +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(42,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +aao +aUe +pOl +ebR +aao +aao +jCc +aao +aao +wAs +fiM +fiM +uXV +bhm +vla +juR +jDJ +mnJ +qio +wJK +hoP +pTs +ygW +jJX +evL +aqq +aUF +wgE +azG +rgF +afb +ovW +dhU +aEX +wOs +nxw +vSs +aoq +aec +aec +aec +aSB +sIv +aiP +aec +aCM +aJI +msb +msb +msb +msb +msb +aJI +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aJI +msb +msb +msb +msb +msb +aJI +aJI +aoq +aoq +aoq +aJI +aoq +aoq +aoq +sTC +aJI +qVL +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(43,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +msb +msb +aao +hDn +tPv +ebR +aao +fQc +aUe +mKy +aUe +lkU +anm +anm +wlt +anm +bOk +aLR +aLR +aLR +aLR +aLR +aLR +aLR +srw +jJX +owr +awH +awH +jEK +wlT +euI +qAz +lsz +cRg +gwS +rNE +gzt +afb +aoq +aec +aOX +ahY +aBz +aBz +lOL +aYd +ayg +aJI +msb +msb +nxM +msb +msb +aJI +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aJI +msb +msb +msb +msb +msb +aJI +yfI +aoq +aoq +aJI +aJI +aJI +mhA +mhA +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(44,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +bOX +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +msb +msb +aao +aUe +oZn +aUe +cjW +aUe +aUe +vLv +lka +yjD +anm +tCB +cDT +anm +poy +dof +dof +dof +dof +kHO +aUe +jky +goW +pbJ +sem +sWZ +sWZ +gjP +dRp +rgF +afb +mbl +vom +xjU +dwW +mxA +afb +aoq +aec +anU +aCM +fMa +iJz +pta +xtT +aid +aJI +msb +msb +msb +msb +msb +aJI +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aJI +msb +aJI +aJI +aJI +aJI +aJI +yfI +aoq +aoq +aJI +flc +hkS +aoq +aoq +aoq +tyF +aJI +jih +aoq +cmU +nuz +sBJ +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(45,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +msb +msb +aao +aOS +aao +aUe +aUe +iYr +aUe +sRv +aUe +anm +anm +cSt +gTH +anm +anm +anm +anm +anm +anm +aAY +aAY +aAY +lyq +azG +bdu +rUv +uet +tyB +gDb +azG +mRU +vSa +lso +vrO +lhK +vxC +afb +aoq +aec +aue +mDf +iXf +ucm +aec +vud +apv +aJI +msb +msb +msb +msb +msb +aJI +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aJI +aJI +aJI +nQE +euH +nQE +aJI +aJI +wcV +aJI +aJI +aJI +aJI +aJI +aoq +aoq +aoq +aoq +aoq +nlE +aoq +nuz +sBJ +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(46,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +wEZ +wEZ +wEZ +wEZ +wEZ +wEZ +msb +msb +msb +wEZ +wEZ +wEZ +wEZ +wEZ +msb +msb +msb +msb +msb +msb +msb +acb +acb +wKR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +msb +msb +aao +aao +aao +aao +aao +apJ +aUe +qYp +soS +anm +xly +wzg +mMc +lZJ +coL +bOA +iil +chG +qoO +rXg +nvv +aAY +uzB +azG +aID +aID +aID +aID +gDb +azG +afb +bxt +vom +hdO +fXp +kpo +afb +aoq +aec +aVY +aCM +aZm +wSh +xwp +ood +miV +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aJI +aJI +wcV +aoq +aoq +aoq +aoq +aJI +aoq +aJI +aHv +aHv +trN +aJI +aoq +iOg +aEb +aEb +ulE +tFv +aoq +nuz +sBJ +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(47,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +wEZ +coD +xfT +xNj +mQO +wEZ +msb +msb +msb +wEZ +gPG +eyX +fpL +wEZ +wEZ +wEZ +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +msb +msb +msb +msb +aao +wWK +wWK +aao +aao +aao +xfk +aao +anm +bLE +aQj +jxk +anm +qAN +atr +wtJ +oPc +dCx +jMe +uIz +aAY +uzB +azG +xRH +twH +jnX +xRH +gDb +azG +afb +vwr +dOe +rEr +adF +llh +xLQ +soy +aec +ajf +ayg +owz +swg +aec +ood +eoO +aJI +aHv +aHv +aHv +aHv +aWR +aJI +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aJI +knl +aoq +iOg +aEb +ulE +aoq +aJI +aoq +czu +aHv +aHv +aHv +czu +aoq +qWt +brm +aJI +spH +aoq +nlE +nuz +sBJ +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(48,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +sei +wEZ +mQO +dSE +coD +xNj +wEZ +wEZ +wEZ +wEZ +wEZ +ozl +rgq +uqJ +uqJ +gIL +wEZ +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +aao +aao +aao +aao +aao +aUe +aUe +aUe +aUe +oPS +qYp +oPS +anm +anm +anm +anm +anm +kJj +rwo +usq +wWx +dCx +jMe +uIz +aAY +cfX +azG +azG +azG +azG +azG +gDb +azG +afb +vwr +rEO +dWT +hCT +mWB +afb +mGN +roT +jdi +jdi +mTx +bnq +jcd +jOK +kXl +aJI +aHv +aHv +aHv +aHv +aHv +aJI +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aJI +tyF +aoq +qWt +aJI +spH +aoq +aJI +aoq +aJI +aHv +aHv +aHv +aJI +aoq +qWt +aJI +aJI +spH +aoq +aoq +esZ +aJI +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(49,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +wEZ +fNl +fNl +fNl +fNl +eyX +ulO +pOK +pOK +wEZ +ozl +gQp +uqJ +uqJ +xrb +wEZ +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +oOA +lxC +imn +aUe +toe +ixP +lka +lka +lka +waC +qIS +aUe +aUe +aUe +aao +crW +anm +qkY +qkY +qkY +aMY +dCx +jMe +wIb +aAY +ylM +lkc +hNc +azG +xSD +ffF +tdl +lkc +afb +afb +afb +afb +afb +afb +afb +aJI +aec +apv +apv +mtJ +vcC +vcC +uZv +wgR +aJI +aHv +aHv +aHv +aHv +aHv +aJI +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aJI +knl +aoq +qWt +aJI +nvN +aEb +gTv +ulE +aJI +aJI +aJI +aJI +aJI +aJI +qWt +sCb +aJI +fxC +aJI +aJI +aJI +aJI +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(50,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +eyX +xyh +xvF +pIP +bfJ +sGf +rFg +dSQ +pOK +eyX +tKx +uqJ +wEZ +wEZ +wEZ +wEZ +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +oOA +vlm +imn +aUe +aUe +uhV +aOS +aao +aJp +aUe +aao +aao +aao +dYI +aao +aao +anm +apj +sDW +sDW +sDW +dCx +jMe +pwr +aAY +aAY +aAY +mIf +aZR +xNF +ajM +ajM +ajM +ajM +aXp +wOk +aXp +oOe +aXp +ahy +uNI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +ccg +aJI +aJI +aJI +reF +aJI +aJI +aJI +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aHv +aJI +aJI +mhA +qeC +aJI +aJI +aoq +iEY +lnE +aJI +aoq +aoq +aoq +iOg +dLr +aBF +esZ +aJI +fOv +aJI +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(51,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +wEZ +vgA +xcT +qRR +bfJ +eyX +ulO +vSj +pOK +wEZ +wEZ +jjG +wEZ +erV +wEZ +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aao +aao +aao +aao +aao +sRv +aao +aao +aao +aUe +aao +aqy +aqy +aqy +aqy +aMt +aAY +aCx +aSJ +aSJ +aSJ +aSJ +aSJ +rqt +aSJ +aeR +qvZ +dmh +aAw +aBb +uVl +ssX +alu +sEL +aXp +hPg +aXp +bWt +aXp +aRz +aXp +aJI +aHv +aHv +aHv +aHv +aWR +aJI +sXI +lwR +aoq +qAX +aoq +uzJ +fMK +aJI +aJI +aJI +aJI +aJI +rkU +rkU +aJI +aJI +aJI +aJI +aJI +nuz +aoq +qWt +esZ +aJI +agG +agG +nvN +aEb +aEb +aEb +aEb +aBF +aJI +aJI +aJI +aJI +dQq +aJI +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(52,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +wEZ +tUl +kqK +dvb +pIP +wEZ +pLY +rFg +dSQ +pOK +eVh +pOK +eyX +iyZ +wEZ +msb +msb +msb +msb +msb +lrc +lrc +pZo +gRp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +aao +fMP +sRv +oOA +aAA +oOA +aUe +aao +aqy +aqy +aqy +aqy +aqy +aAY +aVO +aSJ +aqi +aeJ +aSJ +vzQ +rqt +aBI +aSJ +qvZ +dmh +aAw +aBb +ajM +xmy +orA +jnN +aXp +ahy +ahy +ahy +sUe +ahy +sio +aJI +aHv +aHv +aHv +aHv +aHv +aJI +dep +czh +czh +pMj +uNq +hYN +cUY +aJI +knl +knl +tyF +aJI +aoq +aoq +aJI +nuz +wWl +nuz +aJI +mej +aoq +qWt +aoq +aJI +lbt +agG +aoq +aoq +aoq +aoq +aJI +eKr +aJI +msb +msb +msb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(53,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +wEZ +bfJ +pgt +dvb +xvF +wEZ +pLY +pOK +rFg +rFg +rFg +rFg +bLL +ksJ +kXS +lrc +lrc +lrc +lrc +doI +lrc +lrc +pZo +gRp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +aao +aUe +sRv +oOA +aAA +oOA +aUe +aao +aqy +aqy +aqy +aqy +aqy +aAY +aVO +aSJ +aIZ +aPS +oNd +act +wCP +add +aSJ +qvZ +dmh +vwd +rxq +ebK +ahu +gjH +uPS +mFm +ugk +mQc +shg +vif +aca +iXi +aJI +aHv +aHv +aHv +aHv +aHv +aJI +mej +aoq +sTC +aJI +aoq +bCp +aJI +aJI +hsB +qNv +qNv +qNv +qNv +qNv +qNv +izU +qNv +qNv +qNG +qNv +qNv +mvu +orG +aJI +ell +agG +eKr +eKr +aZs +rAr +aZs +aZs +aZs +aZs +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(54,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +wEZ +wEZ +wEZ +wEZ +wEZ +eyX +pIP +ydY +bfJ +bfJ +wEZ +pLY +pOK +lQG +dSQ +vSj +pOK +bBd +iyZ +wEZ +msb +lrc +mwY +lrc +lrc +mwY +lrc +pZo +gRp +wKR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +oNl +sRv +oOA +aAA +oOA +aUe +aao +aqy +aqy +aqy +aqy +aqy +aAY +gkv +aeJ +aqi +atk +tvN +aeJ +ovH +upC +jZT +nkn +bzm +qTR +tmW +uVl +aQd +sfH +jdd +aXp +ahy +ahy +ahy +aXp +fnA +ahy +aJI +aJI +aJI +jJd +aJI +aJI +aJI +wcV +aoq +rDe +aJI +xWR +lzY +kXf +kXf +vln +aoq +aoq +aoq +aoq +aoq +aoq +aoq +uzJ +uzJ +aJI +mXw +aoq +aJI +qrv +aJI +mYl +agG +agG +agG +aZs +qpj +rSa +kTY +dkV +aZs +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(55,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +wEZ +hpr +hpr +hpr +hpr +hpr +hpr +ptw +lXV +wEZ +pZk +pZk +pZk +wEZ +wEZ +wEZ +wEZ +wEZ +noq +wEZ +msb +lrc +lrc +lrc +lrc +lrc +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +aUe +sRv +oOA +aAA +oOA +rBG +aao +aqy +aqy +aqy +aqy +aqy +aAY +oER +aPS +aIZ +eTa +aIZ +aPS +aDl +aPS +aIZ +reZ +kRi +aAw +ckm +uVl +aeM +lEF +wNI +aXp +qJx +inw +qJx +aXp +cgM +ahy +dRM +aoq +aoq +aoq +aoq +sTC +aJI +xWR +aoq +sKr +aJI +aJI +reF +aJI +aJI +aJI +aJI +reF +aJI +aJI +aJI +rkU +aJI +aJI +aJI +aJI +aJI +aJI +aJI +fsP +qQU +eNd +txJ +tnW +qDF +aZs +wAZ +ycq +ycq +ycq +aZs +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(56,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +wEZ +hpr +pWI +mOX +cRN +wEZ +nVd +ydY +bfJ +eoV +bfJ +nOo +bfJ +jYp +wEZ +msb +msb +wEZ +wEZ +wEZ +lrc +mwY +rlj +lrc +lrc +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +aao +aao +aao +aao +aao +aao +msb +msb +msb +msb +msb +aao +aUe +sRv +aao +aao +aao +aao +aao +aqy +aqy +aqy +aqy +aqy +aAY +aVO +aSJ +aqi +aeJ +xym +fyh +xuU +aBI +aSJ +qvZ +dmh +vZq +oTg +ajM +fOX +vjG +rco +aXp +aXp +aXp +aXp +aXp +aXp +sDk +aJI +aoq +nlE +aJI +aoq +aoq +aJI +xWR +aoq +fgT +aJI +aHv +aHv +trN +ejI +aJI +aHv +aHv +qEB +aJI +aHv +aHv +qEB +aJI +eXi +jdx +hvY +tEg +aJI +dRU +fsx +rpj +vGS +xiY +mTH +aZs +tun +bXp +aLc +gBO +aZs +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(57,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +wEZ +hpr +pyC +iuq +tSs +oDh +kNk +erk +oGd +jha +bfJ +qZu +jha +wUb +wEZ +msb +msb +msb +msb +msb +lrc +lrc +lrc +lrc +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +nFT +kAn +smG +aEU +dza +aao +aao +aao +aao +aao +aao +aao +ivy +vzA +aao +aqy +aqy +aoj +aao +aqy +aqy +aqy +aqy +aqy +aAY +aVO +aSJ +aIZ +aPS +aSJ +add +lKG +fqO +aSJ +qvZ +dmh +qdG +hNo +eLv +aii +xfh +aii +ady +qdb +gJk +ajM +qmF +kfG +jjU +aJI +aoq +aJI +aJI +wcV +aoq +aJI +qcw +aoq +ivF +aJI +aHv +aHv +aHv +ejI +aJI +aHv +aHv +aHv +aJI +aHv +aHv +aHv +aJI +jco +ifa +ifa +dQW +aJI +nsy +aHR +vGS +vGS +hkU +wWR +aRZ +uco +fti +rId +dCg +aZs +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(58,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +wEZ +hpr +qSO +sDs +oEb +mjv +luy +vrA +erI +bfJ +egF +uMt +bfJ +klf +wEZ +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +ajv +aEU +dza +aEU +dza +aao +aUe +aUe +aUe +aUe +tPv +aUe +aUe +sRv +pVd +aqy +aqy +aqy +aao +aqy +aqy +aqy +aqy +aqy +aAY +aCk +aSJ +aSJ +aSJ +rcL +iXV +lKG +aSJ +aua +qvZ +snU +aAw +tLm +sRN +uHV +uWX +tHx +rnw +qgG +kUY +ajM +hMs +ahy +kUk +aJI +aoq +aoq +aJI +rDe +aoq +aoq +aoq +aoq +knl +aJI +aHv +aHv +aHv +ejI +aJI +aHv +aHv +aHv +nsK +aHv +aHv +aHv +nsK +ifa +ifa +ifa +hvY +aJI +fQu +fOc +hkj +abv +rmK +mBC +aRZ +rId +rtU +wsV +aIg +aZs +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(59,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +wEZ +hpr +rbx +eYY +tSs +wEZ +jDi +gFa +gwC +lUe +egF +lNX +exe +tQW +wEZ +msb +msb +msb +msb +msb +msb +lrc +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +jaY +aEU +aEU +aEU +aEU +oso +vLv +lka +lka +lka +lka +lka +lka +liY +aao +aqy +aqy +aqy +aao +aqy +aqy +aqy +aqy +aqy +aAY +aAY +aGy +aAY +aAz +aAY +aAY +vxa +aAY +aAY +aAY +pLm +cbK +pbK +eLv +dNC +sfH +aii +aFF +bsh +avO +ajM +fiQ +ahy +rwa +aJI +wcV +aoq +aJI +aJI +osq +osq +sBJ +sBJ +sBJ +osq +osq +sBJ +sBJ +osq +osq +aHv +aHv +aHv +aJI +aHv +aHv +aHv +aJI +cTY +jCC +ifa +dxv +aJI +ohA +qtG +hoB +qtG +ybI +tWR +aZs +jeY +fSi +aIH +kfZ +aZs +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(60,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +wEZ +hpr +nSK +tSs +iuq +wEZ +xyh +bib +ooD +bDL +egF +jhw +xvF +fHG +wEZ +msb +msb +msb +msb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +hhi +aEU +dza +aEU +dza +aao +sRv +aao +aao +aao +aao +aao +aao +mRY +aao +aao +aao +aao +aao +aqy +aqy +aqy +aqy +aqy +aAY +aAY +grP +rPr +eqy +aAY +anW +lTK +qvg +bvr +pkz +dmh +aAw +pbK +eQJ +dNC +sfH +aii +ajM +ajM +ajM +ajM +hMs +fvf +jjU +aJI +nuz +aoq +aoq +aoq +osq +acb +aNg +peP +acb +aNg +acb +acb +aNg +acb +osq +aHv +aHv +aHv +aJI +aHv +aHv +aHv +aJI +ume +ifa +ifa +hGY +aJI +qmW +tHh +krd +pXc +cwe +xxJ +aZs +cit +reA +ruC +scF +aZs +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(61,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +wEZ +hpr +hpr +hpr +hpr +hpr +sIe +bfJ +bfJ +bfJ +bfJ +aGc +uuB +pUO +wEZ +msb +msb +msb +msb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +bjt +aEU +hXY +aEU +dza +aao +pnO +aao +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +amb +aao +aao +aao +qyQ +aao +aao +aAY +aAY +aAY +aAY +aAY +aAY +tjh +ygB +alD +pyr +wVI +gCv +qTR +xOk +ajM +eFQ +nPJ +keP +kDo +oUs +ghH +ajM +aXp +aXp +aXp +aJI +aJI +aJI +uty +aJI +osq +aNg +aFB +aFB +aFB +aFB +aFB +aFB +aFB +aNg +osq +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +aJI +mrr +ata +aDE +aDE +cbd +pAu +aDE +aDE +tOg +aDE +aDE +aZs +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(62,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +wEZ +wEZ +wEZ +wEZ +wEZ +hpr +sLA +sLA +xxg +dON +gip +leD +cAq +xxg +wEZ +wEZ +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +aao +aao +aao +aao +aao +aao +jvN +aao +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aao +aAq +aao +aUe +aUe +ebR +asg +aJy +amz +jlW +aqI +asg +aAO +efi +oJQ +vkT +jry +cAd +aAw +rEz +uVl +oMG +rbh +uPq +tct +gvg +ljk +ajM +aQS +aoq +aoq +aoq +aJI +nuz +aoq +aoq +osq +acb +aFB +fVB +eop +jkW +fJc +ohw +aFB +peP +atA +obe +qkh +cdS +hnC +bGy +iuH +hZa +ata +tYE +ata +tGN +raz +vBS +voy +opl +aDE +fUz +vGT +wPe +egx +slb +xmc +ojx +aDE +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(63,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +wEZ +kqV +rXJ +bfJ +rOO +wEZ +uAS +uAS +qdU +wEZ +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +rhe +aao +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aao +aGr +aao +aUe +aUe +uMm +asg +aJy +alD +fAy +njx +asg +aAO +ygB +alD +nAL +pkz +iaI +aAw +rEz +uVl +txc +uYT +ugM +abP +ifZ +sZa +ajM +aQS +aoq +uAs +lep +aJI +nuz +aoq +aoq +osq +aNg +aFB +liD +xMx +dWA +lMn +sIn +aFB +acb +atA +dTM +dTM +dTM +hnC +jBN +aqZ +sqI +xnD +kgK +oWB +sfN +aqZ +aqZ +aqZ +nsV +aDE +pxQ +kph +xma +xma +xma +aSe +uSe +aDE +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(64,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +msb +acb +acb +acb +acb +msb +msb +wEZ +kkQ +pIP +lFG +kkQ +nHc +qEJ +jgc +qOT +wEZ +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +kBW +aao +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aao +aAq +aao +aUe +aUe +soS +asg +aJy +feL +tYO +nVS +asg +afa +ygB +alD +ogT +asg +pIG +aAw +rEz +uVl +ixx +uYT +arO +ajL +awU +aTS +ajM +aQS +iRu +aoq +bIg +aJI +nuz +aoq +aoq +osq +acb +aFB +ufv +lQe +rTH +aOp +mnZ +aFB +aNg +atA +iYJ +lru +ahD +pyc +pjX +aqZ +gIi +wBg +voX +hnC +bhQ +kOx +vbU +vbU +vTt +hCH +rnO +ksC +xZF +xZF +xZF +ooZ +pzf +cFQ +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(65,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +msb +msb +wEZ +rOO +bfJ +bfJ +gzN +wEZ +nmr +nmr +uTP +wEZ +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +msb +msb +lrc +aao +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aao +aUe +aUe +aUe +asg +asg +asg +asg +asg +asg +mvr +asg +app +bfn +kAj +iOr +pkz +iaI +aAw +rEz +uVl +wep +kbd +moh +axr +aoZ +cXE +ajM +aJI +aJI +lVE +aJI +aJI +nuz +kHg +aoq +osq +peP +aFB +aHw +nEw +dPb +dsf +qQs +aFB +acb +atA +qJN +jSi +stn +sOr +wtc +qNE +gMp +lTS +voX +hnC +lpN +xJY +aqZ +aqZ +lhw +dts +mtU +aDO +xma +xma +xma +bzq +pzf +cFQ +cFQ +cFQ +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(66,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +msb +msb +msb +wEZ +dZB +xvF +bby +kkQ +wEZ +wEZ +wEZ +wEZ +wEZ +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +acd +aac +aac +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +lrc +aao +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +oso +bMT +jrG +fGW +asg +bZK +uTC +vOS +ahW +ahW +slv +lsj +aDv +ygB +alD +czY +asg +iaI +aAw +rEz +ajM +xmy +aii +aqK +keP +aii +cky +ajM +knl +knl +aoq +knl +aJI +aoq +aoq +aoq +osq +aNg +aFB +aFB +qsu +dfz +qsu +aFB +aFB +aNg +atA +fdb +aZG +nrD +maM +pjX +uCb +gIi +biK +voX +hnC +igv +xJY +aqZ +aqZ +aLp +aDE +sYq +aDO +aDO +xBh +qnz +qpp +ext +jqu +fUD +jqu +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(67,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +wEZ +adw +sFa +bfJ +rOO +wEZ +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTi +acb +adi +acb +adi +acb +adi +acb +adi +acb +adi +aAA +aJS +acb +adi +acb +aGD +acb +aac +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +vbH +cKz +lrc +aao +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aao +aao +aUe +qTr +ikk +lNx +aeq +mDt +nar +nar +xQI +wYJ +eTm +vTA +alD +uQK +pkz +iaI +aAw +rEz +uVl +aii +aii +aii +aii +aii +sir +alR +aoq +aoq +aoq +aoq +aoq +aoq +aoq +aoq +osq +acb +aNg +acb +kRM +agk +kRM +acb +aNg +acb +atA +fWF +aZG +iNa +hnC +krb +uCb +gIi +rvc +voX +hnC +jBN +xJY +aqZ +aqZ +hTi +aDE +hTS +aDO +aDO +joU +jeC +xLR +aDO +aZg +aTn +top +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(68,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +wEZ +wEZ +uNY +wEZ +wEZ +wEZ +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTi +acb +aZO +awn +aFG +acb +aZO +awn +aFG +acb +aZO +awn +aFG +acb +aZO +awn +aFG +acb +aac +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +vbH +aao +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aao +aUe +aUe +aUe +asg +olJ +tkm +aDJ +alD +aMv +alD +aHu +pkV +avT +alD +nCc +asg +eUh +ebE +bSy +ajM +lLw +lLw +lLw +lLw +lLw +wtU +ajM +aJI +aJI +aJI +aJI +aJI +aJI +beZ +aJI +pTu +mMy +mMy +mMy +mMy +sKO +mMy +mMy +mMy +mMy +pSM +aZG +aZG +iNa +hnC +txw +uCb +rcA +ykA +tCc +ata +fpV +mGW +aEP +aqZ +tPe +aDE +qBj +aDO +aDO +mTF +aDO +aDO +pha +cFQ +cFQ +cFQ +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(69,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTi +ayb +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +adi +aNw +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +msb +aao +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aao +aJp +aao +aul +asg +hSh +anW +alw +alD +aMv +alD +aHu +iHX +avT +alD +kfY +pkz +iaI +aAw +tUq +ecD +nuc +nuc +nuc +nuc +nzE +nuc +wek +wQf +hZo +aAw +nGs +uHe +cMg +mGC +pfK +aAw +aAw +aAw +jOx +aAw +vYd +aAw +aAw +aAw +aAw +cNO +aZG +iOa +rRR +hnC +lJd +uCb +qsb +ata +kgu +ata +ccy +dUg +uqO +aqZ +icj +aDE +oTy +aDO +aDO +aDO +wVu +aDO +aDO +aZg +aTn +rkp +aDM +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(70,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aTi +acb +aZO +auu +aFG +adi +aZO +auu +aFG +adi +aZO +auu +aFG +adi +aZO +auu +aFG +acb +adi +acb +msb +msb +msb +msb +msb +lrc +msb +msb +msb +msb +msb +lrc +vbH +msb +aao +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aqy +aao +aOS +aao +aOD +asg +ndo +apT +acp +alD +alD +eXN +alD +alD +alD +alD +bqX +asg +eZn +qVH +qVH +qVH +qVH +qVH +qVH +qVH +otB +mnW +pFm +gsN +gsN +gsN +gsN +wel +qVH +qVH +qVH +qVH +qVH +qfA +lWB +fid +mZO +aAw +aAw +aAw +aAw +uHe +aZG +aZG +lPJ +hnC +txw +uCb +aqZ +wAf +cjf +hnC +eUP +juQ +vgh +awL +oki +aDE +wpo +edW +rvI +wNw +ruH +mbS +ruH +rYT +uCk +rYT +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(71,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +msb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aNg +acd +ayb +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +adi +adi +acb +msb +msb +msb +msb +msb +lrc +msb +msb +lrc +lrc +lrc +lrc +msb +msb +aao +aao +aao +aao +aao +mRY +aao +aao +aao +aao +anK +anK +anK +anK +anK +asg +iyi +aKu +awr +hJG +vNA +aTh +wlD +agt +aYA +apP +crp +asg +tbJ +aAw +bAF +sni +sni +aXq +uiF +uiF +uiF +okb +hZR +sni +vAs +aAw +bAF +bzh +iHx +sni +sni +sni +sni +wzO +qHT +vDy +hKz +sni +iqf +sni +sni +bzh +iul +aZG +lPJ +hnC +fxN +pXP +dJL +ufO +qXr +gGg +wtc +bGP +nyM +ata +mcW +apO +mcW +pOA +mcW +apO +apO +aDE +cFQ +cFQ +cFQ +cFQ +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aJl +aJl +aJl +aJl +acb +wKR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(72,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aNH +acb +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aNg +acb +acb +msb +msb +msb +msb +lrc +lrc +lrc +lrc +msb +lrc +msb +msb +msb +msb +msb +msb +aao +aGr +aUe +oPS +aao +hMo +aUe +anK +wLC +tQd +xkp +ili +aFi +aFi +aFi +aFi +aFi +aFi +fgP +aFi +fgP +aFi +fgP +aFi +aFi +nXK +aAw +tYP +awb +cDQ +awb +xKE +awb +sNR +awb +sIy +awb +tHS +aZR +lJM +apB +apB +gce +gce +gce +apB +eXk +eXk +oDf +wCY +wCY +wCY +wCY +wCY +wCY +lZC +aet +sYe +aTp +roA +roA +aTp +roj +roA +roA +jBN +dGM +eaB +ata +hkI +eHk +tCy +gds +gds +tQh +apO +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aNg +acb +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(73,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +wKR +acb +acb +aJl +acb +aNH +acb +acb +atP +acb +acb +acb +atP +acb +acb +acb +atP +acb +acb +acb +atP +acb +acb +aNg +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +msb +msb +msb +msb +msb +msb +aao +cly +aUe +oEd +aao +aao +rMV +gEl +jfs +brs +jUm +gKu +aFi +vfZ +eKn +spX +eZb +eZb +eZb +yeu +eZb +pWl +eZb +eZb +aFi +iyr +aZG +viq +cHo +cHo +sbc +pgC +pgC +wcx +sbc +cHo +cHo +vNJ +aZG +lQw +apB +jLz +nIi +kCW +kWO +jLz +eXk +tJy +pbC +wCY +oyF +bqN +qBd +nHv +wCY +uct +aZG +mnE +aTp +gPX +lAg +bsS +mQK +duv +aTp +kLK +mcD +mcl +emk +bHN +tmv +eDE +jis +crm +epr +apO +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aNg +ocD +aNg +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(74,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aNH +aNg +aNg +aCr +aNg +aNg +aNg +aCr +aNg +aNg +aNg +aCr +aNg +aNg +aNg +aCr +aNg +aNg +aGT +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +aao +cly +aUe +aUe +beU +aUe +uFQ +anK +mWD +hsp +srZ +anK +aFi +pBC +wOE +jOn +yha +vGF +vGF +vGF +vGF +vGF +vGF +cPN +aFi +qXg +baZ +mIz +csR +mIz +wfC +lNH +krF +ebh +aZG +aZG +aZG +aZG +aZG +lQw +apB +cEB +fLT +fLT +fLT +oOl +eXk +xlB +rfD +wCY +vFz +lVv +wNl +rpn +wCY +uct +aZG +lPJ +roA +eHs +hMZ +uvv +lJg +vEw +nrK +sTw +wii +rGK +ata +pln +qCM +gAX +agZ +miN +aff +apO +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aJl +aJl +aJl +aJl +aNg +aNg +acb +etu +acb +aNg +aNg +aJl +aJl +aGT +aJl +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(75,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aJl +acb +aNg +abV +aNy +aHS +abV +abV +aNy +aHS +abV +abV +abV +aHS +abV +abV +abV +aHS +abV +abV +abV +acb +acb +msb +msb +msb +lrc +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +aao +aao +xGc +unw +aao +aOS +uFQ +anK +ixw +rWP +srZ +aFi +pkP +wOE +pgV +jOn +eqQ +eqQ +eqQ +eqQ +eqQ +eqQ +rEy +eqQ +fgP +ksI +aZG +nNy +eBD +xWL +weG +htX +aZG +aZG +aZG +vFj +phV +vVP +eBD +jUF +apB +lOu +fLT +fLT +fLT +iux +eXk +kkS +gkc +wCY +ecr +wNl +hXl +dnH +wCY +aNh +aZG +lPJ +aTp +etg +qby +sXf +sNW +fxW +roA +utK +ipH +ata +ata +apO +mcW +mcW +aaz +mcW +apO +apO +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +acb +aNg +acb +aNg +acb +acb +etu +acb +acb +aNg +acb +aNg +acb +acb +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(76,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aNg +aJl +acb +aNg +abV +aNg +aZb +aAA +aAA +aNg +aZb +aAA +aAA +aNg +aZb +aNg +aNg +aNg +aZb +aNg +abV +abV +acb +acb +msb +msb +msb +lrc +lrc +lrc +lrc +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +aao +xUS +xUS +xUS +aao +aJp +uFQ +anK +gKb +pul +nGb +uAL +wOE +wOE +cmL +jOn +jnp +fXy +jnp +jnp +jnp +jnp +jnp +ydW +fgP +jVz +aUB +lzB +atA +atA +fdj +akX +ajx +aFI +aon +rfA +atA +gce +gce +gce +apB +ikP +fLT +fLT +fLT +wRG +eXk +mEM +fgc +wCY +swV +tPx +gZo +qhL +wCY +uct +lru +wMG +aTp +aTp +aTp +aTp +aTp +roA +roA +bKW +ccH +gry +vjp +fWq +rQV +wDG +qYL +sHK +mrc +pIb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aNg +qbt +qbt +qbt +qbt +qbt +acb +oGt +acb +qbt +qbt +qbt +qbt +qbt +aNg +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(77,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aJl +aNg +aNg +abV +acb +atP +acb +acb +acb +atP +acb +acb +acb +atP +acb +acb +acb +atP +acb +abV +abV +acb +msb +msb +msb +lrc +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +aao +aao +aao +aao +aao +uFQ +anK +anK +anK +anK +aFi +ojY +vHp +poj +jOn +kfn +gSF +kNP +wSY +kfn +aKM +kfn +jnp +kka +bfD +aZG +aRd +atA +sDO +agQ +aOC +rfw +aOC +aOC +aDG +atA +xra +aGM +aGM +mWa +aGM +aGM +aGM +aGM +aGM +nUc +nJl +fgc +wCY +bZh +eZx +pFN +qhL +wCY +iuC +aZG +sZF +aPk +whA +fio +viT +asJ +vlY +aaQ +raa +eOS +aaQ +axn +qLZ +apr +ieW +qYL +eCu +geC +pIb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +pcD +lMJ +lMJ +lMJ +lMJ +gFr +iJJ +udZ +mga +mga +mga +mga +bXr +acb +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(78,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aJl +acb +aNg +abV +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +abV +abV +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +qTE +aUe +aUe +aao +aAg +xuL +xuL +fRT +cqi +aFi +cah +fCA +ert +jOn +xCH +hqn +caV +kfn +kfn +cJy +kfn +jnp +fgP +xQQ +aZG +dkf +asr +asr +jaG +sMb +lip +asr +asr +asr +asr +okl +aGM +aGM +aQy +aQy +aQy +aQy +aQy +psR +eXk +fFP +fgc +wCY +gIs +wNl +mYa +jRq +wCY +bjb +aZG +ePk +aPk +aVy +aQo +aVy +aaQ +wnQ +oKW +eDr +rEb +nTv +eKM +hgg +vtE +vRu +vYl +eQD +fPM +ygS +aji +acb +acb +acb +acb +acb +acb +aNg +aJl +aNg +fQX +fQX +fQX +fQX +fQX +acb +iJJ +acb +fQX +fQX +fQX +fQX +fQX +aNg +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(79,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +wKR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aJl +aNg +aNg +fEW +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +abV +abV +msb +msb +msb +msb +msb +aao +aao +ezv +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +irh +gTd +aao +aao +aao +aUe +aUe +uAa +aFi +oDb +oDb +edd +wmH +qUu +xWW +xWW +haj +jnp +jnp +jnp +jnp +kka +xnW +vDL +aRd +asr +hvV +sHS +pUC +uxs +pNl +kqT +jRl +asr +jBm +bxL +aGM +aQy +qAZ +eGp +tzn +aQy +trv +eXk +thK +pbC +qSf +wNl +sCR +gXE +qEm +wCY +uct +iOa +hSw +aPk +aKc +aKc +avc +aaQ +gOD +axn +aFX +rWK +axn +lkE +wou +axn +uSL +qYL +vGd +iwb +pIb +acb +acb +acb +acb +acb +acb +acb +aNg +aJl +acb +acb +acb +aNg +acb +acb +acb +iJJ +acb +acb +acb +aNg +acb +acb +acb +aGT +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(80,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aNg +aNg +aNg +acb +abV +aZO +aOc +aFG +adi +aZO +aOc +aFG +adi +aZO +aOc +aFG +adi +aZO +aOc +aFG +abV +abV +msb +msb +msb +msb +msb +aao +aqy +aqy +aoj +aao +aqy +aqy +aqy +aqy +azw +aao +aqy +aqy +aoj +aao +ogW +aUe +iiI +vUv +vUv +vUv +vUv +gTd +rPj +aFi +kvq +nRV +bjc +occ +xCH +mIY +iBN +xCH +xCH +mPV +xCH +jnp +fgP +sbI +mZr +fzi +asr +pBy +whZ +hHA +oLO +hHA +ivV +koT +asr +kqx +bxL +aGM +oLY +qSK +fAC +wzz +glU +ssK +eXk +bDK +fcG +wCY +wCY +wCY +qCX +wCY +wCY +uct +aZG +ePk +aPk +aKc +aKc +aKc +aaQ +qYF +ekL +sFS +kTl +mse +wOz +lGq +axn +uRc +aaQ +aaQ +aaQ +pIb +acb +acb +acb +acb +acb +acb +acb +aNg +aJl +aNg +qbt +qbt +qbt +qbt +qbt +acb +iJJ +acb +qbt +qbt +qbt +qbt +qbt +aNg +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(81,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aJl +aNg +aNg +acb +aPG +fEW +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +abV +abV +msb +msb +msb +msb +msb +aao +aqy +aqy +aqy +aao +aqy +aqy +aqy +aqy +aqy +pVd +aqy +aqy +aqy +aao +aao +eVF +aao +aao +kTi +aao +aao +gLH +hke +asV +jBU +bIa +lQK +hdw +gSb +kyW +muC +xWW +xWW +xWW +xWW +xWW +aFi +vIC +aZG +iGQ +asr +vMv +eiB +euj +ryo +hHA +aEO +pVg +asr +mQX +bxL +aGM +igI +lby +fAC +jWJ +dcX +ssK +eXk +ibk +ibk +wCY +cps +oIE +tQf +kKQ +wCY +uct +aZG +ePk +aPk +aKc +aKc +aKc +aaQ +aaQ +wQw +aaQ +aBL +aFX +uMs +axn +axn +cEH +aaQ +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +aNg +aJl +acb +pcD +lMJ +lMJ +lMJ +lMJ +gFr +iJJ +udZ +xKv +xKv +xKv +xKv +aam +acb +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(82,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aNg +adi +adi +adi +adi +aJl +aZb +aZO +ayY +aFG +acb +aZO +ayY +aFG +acb +aZO +ayY +aFG +acb +aZO +ayY +aFG +abV +abV +msb +bAf +bAf +bAf +bAf +bAf +aqy +aqy +aqy +aao +aqy +aqy +aqy +aqy +aqy +aao +aqy +aqy +aqy +aao +dZD +wXr +aao +aqy +aqy +aoj +aao +lbY +wjK +aFi +nlG +etd +bva +swN +uro +wFw +qEc +gWA +hrR +tbp +xWW +xWW +aFi +jtd +aZG +btS +ekl +aEO +jSt +gdt +qCt +eQY +tVa +bhy +asr +uPd +bxL +aGM +onW +tzn +fAC +bkf +gpL +ssK +eXk +ibk +xZB +wCY +hic +nkX +tQf +dqF +fKX +jnm +aZG +ePk +aPk +bPL +aQo +hiw +aQo +aQo +akx +aaQ +eqY +mRe +nOQ +kRg +lYD +flQ +aaQ +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +aNg +aJl +aTt +fQX +fQX +fQX +fQX +fQX +acb +iJJ +acb +fQX +fQX +fQX +fQX +fQX +aNg +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(83,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +adi +hPT +yfr +acb +aJl +aCr +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +abV +acH +acH +bAf +aUw +aUw +att +bAf +aao +qyQ +aao +aao +aao +aao +qyQ +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +aqy +aqy +aqy +aao +rPj +aFi +aFi +aFi +aFi +aFi +aFi +aFi +wYm +rPz +eid +rjP +jXU +xWW +cAc +aFi +jtd +aZG +aRd +azY +bFk +lHj +taL +mGh +nFq +pGo +oZo +uEH +cqN +bxL +aGM +hvN +dkh +dCs +qSK +mkE +trv +eXk +tJy +ibk +wCY +pTT +mqr +tQf +eQH +wCY +sjq +aZG +ePk +aPk +aPk +aPk +lxU +fww +lxU +aPk +aaQ +aaQ +aaQ +iMI +aaQ +aaQ +aaQ +aaQ +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +aNg +aGT +acb +acb +acb +aNg +acb +acb +acb +iJJ +acb +acb +acb +aNg +acb +acb +acb +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(84,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +adi +aNw +amK +abk +aDd +abW +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aFJ +tWc +aYZ +hAO +aTu +asB +azq +nKZ +bhm +bhm +bhm +bhm +bhm +sWf +bhm +bhm +bhm +mqT +tYn +aao +aqy +aqy +aqy +aIj +aao +aqy +aqy +aqy +aao +rPj +aFi +ssZ +cum +qNW +cWI +aFi +dlh +fJH +hig +vyc +hmf +eid +xWW +xWW +fgP +jtd +aZG +oKJ +avV +avV +avV +avV +swY +asr +asr +hes +asr +eMs +aGM +aGM +hvN +aQy +aQy +aQy +mkE +lMj +eXk +wyr +ibk +wCY +kDf +naK +fre +iVV +dwT +ilv +rYw +pww +aPk +eFx +aKc +aKc +aKc +aKc +agH +aPk +sWs +uBx +iVi +aQo +aQo +aQo +aPk +msb +msb +aPk +aPk +aPk +acb +acb +acb +msb +msb +aNg +aJl +aNg +qbt +qbt +qbt +qbt +qbt +acb +iJJ +acb +qbt +qbt +qbt +qbt +qbt +aNg +aJl +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(85,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +adi +hPT +yfr +acb +aJl +aCr +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aCr +acH +bAf +bAf +aNU +auE +afR +bAf +eDj +aUe +oNl +aUe +aUe +olZ +aUe +aUe +aUe +aUe +lkU +aao +aqy +aqy +aqy +aqy +aao +aao +kTi +aao +aao +jcP +xLc +itf +pKa +fsX +iEo +ecG +fJH +lPG +fJH +fJH +lZb +cQs +xWW +xWW +fgP +bnI +sgs +bor +btV +vfe +hdK +wDM +mYi +gYH +avV +qgi +vzm +vzm +vzm +vzm +pgf +twy +twy +twy +xbb +trv +eXk +fFP +mNm +wCY +wCY +ebe +wQn +gQe +wCY +sjq +aZG +xxr +aPk +iZQ +aKc +aKc +aKc +aKc +aKc +aPk +onq +aQo +aPk +aPk +bLR +aPk +aPk +aPk +aPk +aPk +sVg +aPk +ecU +ecU +ecU +aPk +msb +msb +aJl +msb +pcD +lMJ +lMJ +lMJ +lMJ +huX +iJJ +eFy +xKv +xKv +xKv +xKv +aam +acb +aJl +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(86,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aNg +adi +adi +adi +aqY +aJl +asL +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aCr +abV +msb +bAf +bAf +bAf +bAf +bAf +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +lkU +jDU +aqy +aqy +aqy +aqy +jDU +oUI +oUI +xKV +aao +rPj +aFi +eMm +tFL +vSb +tqO +aFi +cMn +sOi +fJH +dot +eWI +dgA +xWW +xWW +aFi +vlw +aet +bhs +azO +avV +avV +xaT +qAk +iAB +dOH +caW +cyt +cyt +uNd +day +cyt +eFj +cyt +cyt +cyt +kbo +eXk +uxp +uxp +pHY +wCY +uZl +wbR +kLd +wCY +dOA +aZG +qvc +aPk +eFx +aKc +aKc +aKc +aKc +aKc +aPk +njw +aPk +aPk +rqp +iYD +aQo +aPk +aIT +eKI +gSg +vRT +aPk +trP +iYD +hoT +aPk +msb +msb +aJl +aNg +fQX +fQX +fQX +fQX +fQX +acb +iJJ +acb +fQX +fQX +fQX +fQX +fQX +aNg +aJl +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(87,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +axa +acb +aJl +aNg +aNg +acb +aPG +abV +aZO +awn +aFG +acb +aZO +awn +aFG +acb +aZO +awn +aFG +acb +aZO +awn +aFG +aCr +abV +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +tFY +aao +aqy +aqy +aqy +aqy +aao +oUI +xKV +oUI +aao +rPj +aFi +aFi +lMQ +lWa +aFi +aFi +aDP +aDP +ciY +aDP +sek +aDP +tlC +aDP +aDP +wfR +aZG +aRd +kmo +mDQ +mSa +lAy +ocv +lcm +avV +avV +kRH +akp +akp +akp +dxM +akp +aGM +aGM +aGM +aGM +eXk +uxp +uxp +uxp +wCY +fCz +wQn +dqF +fKX +uct +aZG +xVO +aPk +aPk +awB +awB +qzn +aPk +aPk +aPk +onq +akx +aPk +akY +aQo +aQo +vLy +ngv +aQo +aQo +aQo +tIe +aQo +aQo +aQo +aPk +aPk +aPk +aJl +msb +msb +aNg +msb +aNg +acb +acb +uId +acb +acb +aNg +acb +aNg +acb +acb +aJl +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(88,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aNg +aNg +aNg +acb +abV +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +aCr +abV +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aao +lkU +aao +aqy +aqy +aqy +aqy +aao +xKV +jTa +oUI +aao +rPj +qSi +gng +dlb +jUl +aFi +vMP +aDP +fVD +qKr +fiv +exb +fTK +jVQ +aDP +kOB +lUI +sZi +aRd +xNo +iLq +ddB +jXS +rkL +qXw +avV +row +akp +rUS +mnQ +yhz +vHg +akp +iaH +nVD +cWU +iZZ +eXk +uxp +uxp +uxp +wCY +dEU +wQn +iZd +wCY +uct +aZG +udg +oQP +aQo +aQo +aQo +aQo +aQo +lBc +aQo +onq +aQY +awB +akx +aQo +cZB +aQo +aQo +aQo +aQo +aQo +aPk +aQo +ngv +uoV +aPk +fht +aPk +aJl +aJl +aJl +aNg +aNg +aNg +aNg +aNg +tLb +aNg +aNg +aNg +aNg +aNg +aJl +aJl +aJl +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(89,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aJl +aNg +aNg +abV +aZO +auu +aFG +adi +aZO +auu +aFG +adi +aZO +auu +aFG +adi +aZO +auu +aFG +aCr +aar +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +aao +aao +aao +aao +aao +lkU +aao +aao +aao +aao +aao +aao +oUI +xKV +oUI +aao +rPj +aao +aDP +aDP +aDP +aDP +aDP +aDP +bQk +tJN +gnT +exb +fzu +qnC +aDP +umC +sfr +oIU +aRd +xNo +maH +aFd +aFd +rkL +iBe +avV +avV +akp +pgm +clB +xIs +aHX +akp +aNJ +aNJ +aNJ +aNJ +aNJ +aNJ +aNJ +aNJ +asm +asm +vxN +asm +asm +uct +iOa +lls +aPk +aPk +pvW +aPk +awB +sWs +uBx +uBx +iVi +aPk +aPk +aPk +aPk +aPk +tbe +aPk +aPk +qzn +aPk +aPk +azE +aQo +aPk +aPk +atx +aPk +msb +msb +msb +msb +msb +msb +msb +msb +tLb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(90,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aJl +acb +aNg +abV +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +aCr +abV +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +aao +xtj +nfg +bIq +sMJ +hxY +kcI +qpw +wAU +aao +aao +aao +aao +aao +aao +aao +kIn +ehh +aDP +jAb +sgi +lfU +tJH +aDP +sdO +suy +mdS +uFp +qKr +eNL +mHc +qKr +dvi +bmX +aXE +mVI +aco +avW +cCg +rkL +bIw +aFd +vQU +akp +xPQ +xIs +xIs +vHg +akp +bKS +bal +afH +aCO +aze +ruO +kuG +aEQ +asm +qnl +wmI +akz +asm +uct +aZG +qvc +aPk +aKc +aKc +atp +aPk +onq +iYD +aQo +aQo +aQY +aPk +rsh +lzv +aQo +aQo +aPk +aKc +aKc +atp +aPk +aIT +aQo +aQo +tHT +gKi +aPk +msb +msb +msb +msb +msb +msb +msb +msb +tLb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(91,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aJl +aNg +aNg +abV +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +acb +aZO +auu +aFG +aCr +aar +acb +wKR +acb +acb +acb +acb +acb +acb +acb +acb +msb +aao +aao +xPX +tod +gyh +evo +ecp +qwm +wAU +aao +aqy +aqy +aqy +aqy +azw +aao +aao +sox +xKQ +viD +mms +pqX +mms +sbl +pAX +cDw +scx +lec +rcV +tvE +lyf +xge +mUn +tkd +gQt +xNo +aku +aFd +dTE +wVc +bIw +aFd +evS +akp +uRR +xIs +xIs +anS +akp +lZh +aYz +wln +gIY +fVW +wJp +kuG +aoL +asm +agY +pNM +aCB +asm +iuC +aZG +gGf +aPk +aKc +aKc +aKc +aPk +onq +aPk +aPk +aPk +aPk +aPk +aPk +aPk +bYN +aQo +aPk +aKc +aKc +aKc +aPk +kns +aQo +aQo +aPk +aPk +aPk +aPk +aPk +aPk +aPk +aPk +aPk +aPk +bvS +ltS +bvS +bvS +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(92,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aNg +aJl +acb +aJl +abV +acb +rUC +acb +acb +acb +rUC +acb +acb +acb +rUC +acb +acb +acb +rUC +acb +asL +abV +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +aao +aao +aao +aao +mZe +eAk +ldb +aUe +aao +aqy +aqy +aqy +aqy +aqy +aao +aOS +rmz +aDP +aDP +uPV +rgT +gyU +aDP +iaw +wlB +tmd +heD +wvB +rhT +mHc +qKr +iha +xNE +pbP +xNo +aup +fAV +vbB +wVc +bIw +aFd +spR +akp +vwM +tAK +rJC +aya +akp +fvK +aMn +jPY +mpv +lym +wJp +jLr +aNJ +asm +kqd +mqC +axu +asm +uct +lru +aPM +aPk +aKc +aKc +aKc +rMm +onq +aPk +aKc +aKc +aKc +aKc +agH +aPk +aQo +aQo +aPk +aKc +aKc +aKc +aPk +aFY +aQo +ngv +aQo +aPk +aKc +aKc +aKc +aYV +aPk +pvd +fZx +fZx +bvS +jOV +hhk +bvS +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(93,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +wKR +acb +acb +aJl +acb +aJl +acb +aGT +abV +abV +aFJ +aDd +aDd +abV +aFJ +aDd +aDd +aDd +aDd +aDd +aDd +aDd +aDd +aJe +abV +aar +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +aao +soS +aUe +mZe +qvH +arW +aUe +aao +aqy +aqy +aqy +aqy +aqy +aao +aJp +rmz +xcZ +hTx +oKF +izv +oLd +aDP +jEa +abu +roz +pCL +rhT +rhT +mHc +qKr +vVh +jFS +kCy +oRY +rGh +nUk +hEy +tjP +ciW +pPl +snM +bRt +civ +qkk +bYM +vHg +fdV +fDX +xyW +aSv +arB +nrW +wGR +svM +jKb +qYh +ggF +paC +aJQ +asm +mdk +aZG +qvc +aPk +aKc +aKc +aKc +aPk +onq +rMm +aKc +aKc +aKc +aKc +aKc +djO +aQo +dPz +aPk +aKc +aKc +aKc +aPk +aPs +aqN +aqN +aQo +aPk +aKc +aKc +aKc +aKc +aPk +atx +kLl +gCC +bvS +bwR +bvS +bvS +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(94,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aJl +aNg +aNg +aCr +aNg +aNg +aNg +aCr +aNg +aNg +aNg +aZb +aNg +aNg +aNg +aZb +aNg +aNg +aJl +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +aao +soS +oNl +mZe +cnB +aao +ivy +aao +aao +aao +avS +aao +aao +aao +aao +rmz +aDP +aDP +aDP +umj +kod +aDP +oiM +uoo +kWz +hcs +ifs +jFj +aDP +gzT +beL +iWG +bdl +jgE +afM +bhe +oAy +wVc +uvM +aFd +sxj +akp +chM +cMt +iXK +vvc +akp +vEU +ksP +atG +uLk +vTP +xpx +hNt +eSb +uKu +pIj +ays +cAh +asm +bjb +aZG +qvc +aPk +aKc +aKc +aKc +aPk +onq +aPk +aKc +aKc +aKc +aKc +aKc +aPk +aQo +aQo +aPk +aKc +aKc +aKc +aPk +aTl +aGS +aGS +aQo +qeX +aKc +aKc +aKc +aKc +aPk +aPg +wCt +bvS +auO +avq +aSK +bvS +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aUx +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(95,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aGT +acb +acb +atP +acb +acb +acb +atP +acb +acb +acb +atP +acb +acb +acb +atP +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +aao +soS +aUe +mZe +cnB +aao +aUe +aao +fMP +aUe +aUe +aUe +aUe +aao +nya +oYw +aUe +aUe +aDP +aDP +aDP +aDP +sAV +qKr +tAN +iPe +ckP +lSH +aDP +hOl +par +hyB +sFR +jgE +aYC +aFd +cAa +ntX +uvM +aFd +iJT +akp +eRY +kRe +hIC +aBC +fdV +mNj +cDZ +ajt +aIf +oAe +hiD +aNJ +oxG +asm +nGC +oSj +isK +asm +xMe +fXE +fzH +aPk +aPk +aPk +aPk +aPk +iQC +aPk +aPk +aPk +aPk +aPk +aPk +aPk +umR +aPk +aPk +aPk +aPk +aPk +aPk +aPk +aPg +aQo +uoV +aPk +aKc +aKc +aKc +aKc +aPk +aPk +iua +bvS +aJV +aeS +fkW +bvS +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +oWI +qnV +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(96,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aNH +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +aao +oPS +aUe +mZe +cnB +aao +aUe +aUe +aUe +aUe +aOS +aao +aUe +aao +rPj +aao +aao +gSh +aao +ape +ape +aDP +aDP +mgs +omd +dse +kGL +aDP +aDP +aDP +uuA +ane +ezt +wBa +agW +avW +xIB +rkL +lgT +aFd +ppN +aMh +efC +eCI +cZS +oao +akp +uhN +aSz +lwL +lNd +jSY +hdX +wQq +aNJ +asm +llb +qiE +kDr +asm +uct +uFy +qvc +aXJ +aeC +aeC +uBf +hmF +mCf +mcQ +cvJ +aeC +aeC +aeC +aeC +gTI +cVr +mcQ +uBf +aeC +gwP +aeC +evy +aPk +aQo +aQo +aQo +aPk +aKc +aKc +aKc +aKc +aPk +aXY +atJ +bvS +aMg +aCt +muS +bvS +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +btv +btv +btv +btv +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(97,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +aNg +aNw +adi +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +adi +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +aao +wsj +aUe +mZe +cnB +aao +aHr +aUe +aUe +aUe +aJp +aao +aUe +aao +rPj +aao +oSV +ehJ +vJv +ape +aBd +aYP +asE +aYf +gbd +aOm +aSZ +aBd +kMp +vDN +jYf +aZG +aRd +jgE +mZx +aFd +aFd +rkL +uvM +avV +avV +akp +akp +akp +cNs +akp +akp +jlH +dhS +wEe +xsQ +hNw +hdX +pyd +ahz +asm +iMf +gZu +sIr +asm +rYP +wxi +xuT +cGC +lOW +xvQ +xvQ +xvQ +wru +pjW +smT +hmV +hmV +rLI +hmV +hmV +eWv +cXC +eWv +eWv +eWv +fNN +kDt +bxQ +xXG +xXG +hkv +aPk +aPk +qiJ +aPk +aPk +aPk +oWS +aPk +bvS +bvS +eAw +bvS +bvS +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +xuo +jBx +lIG +lIG +quG +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(98,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aJl +acb +aac +acb +aZO +aOc +aFG +adi +aZO +aOc +aFG +adi +aZO +aOc +aFG +adi +aZO +aOc +aFG +acb +adi +acb +acb +acb +acb +acb +acb +acb +acb +aYY +acb +acb +acb +msb +aao +aao +aUe +mZe +eAk +aao +aao +aUe +aUe +aao +aao +aao +aUe +aao +gbp +aao +pAG +aUP +ehJ +ape +tBb +aoi +aoi +aoi +mDo +jhr +iTt +aGu +aYf +nKx +nwt +aZG +aRd +jgE +tJY +iEn +jXS +rkL +rdD +aDY +jOQ +bAh +akp +aUf +epy +aSP +akp +hoL +hCM +aHW +aKj +fxq +enc +pyd +adm +asm +uZp +mnA +nCV +asm +uct +thE +vJw +aAU +vFI +vFI +aUu +aUu +vFI +dUy +aUu +aUu +dlj +dxo +aUu +aUu +aUu +qtF +hot +aUu +aUu +aUu +kyw +aPk +aQo +aQo +lgU +gJg +pey +pey +pey +tSq +qmk +odK +pey +pey +tCG +wUC +aFq +aPk +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +tow +rxb +bCZ +ndz +jBx +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(99,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aac +adi +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +acb +aZO +aOc +aFG +adi +aac +acb +acb +acb +bYJ +wlh +bYJ +acb +bYJ +cUI +bYJ +aVK +afC +afC +afC +tzc +dmm +udN +oic +wkR +lEu +qHN +wkR +wkR +evt +wkR +wdu +wkR +jTt +wpJ +bud +gGy +bud +sVr +aSl +aJf +aJf +arL +nPl +aJf +aJf +arM +aYf +nKx +nwt +aZG +aRd +niZ +uBg +oZk +jgg +rkL +xFm +fKN +tIO +mHF +akp +jJo +vcf +mDb +akp +aNJ +aNJ +aNJ +aNJ +aNJ +aNJ +aNJ +aNJ +asm +asm +asm +asm +asm +qXo +elc +mQp +rtZ +oFG +oFG +hAb +hAb +oFG +jFn +rtZ +rtZ +ihQ +gSo +ihQ +aGU +aGU +aGU +aGU +aGU +twf +lbb +twf +aGU +aGU +aPk +aPk +aPk +aPk +aPk +aPk +aPk +cBy +aQo +aQo +aQo +gKi +aQo +aQo +aPk +msb +msb +msb +msb +msb +msb +msb +msb +msb +exX +oWI +dUj +rHa +oWI +oQu +tfB +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +wKR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(100,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aac +acb +aZO +ayY +aFG +acb +aZO +ayY +aFG +acb +aZO +ayY +aFG +acb +aZO +ayY +aFG +acb +aac +acb +acb +acb +bYJ +hon +abp +acb +bYJ +hon +abp +abp +dSn +aUe +aUe +aSO +pOl +aFr +aFr +aFr +aFr +aFr +aFr +aFr +sOn +aFr +sLX +aUe +aUe +aao +ehJ +aUP +bud +vvh +awa +aJf +aJf +asD +hPa +lMx +aJf +arM +vDN +vDN +jYf +aZG +aRd +azO +avV +avV +rcR +rkL +uvM +qvF +drO +hCu +akp +aDi +fto +atX +akp +aAA +vQg +vKx +aNg +aAA +aNg +aSA +eeR +vDA +nsc +est +nXC +aSA +yah +wfQ +btS +iyd +vHF +wZm +mjL +lKE +wZm +gBM +lwe +bqw +aaA +pNd +aPv +aGU +tHP +apG +qXR +iBk +adt +ppv +adt +qri +aGU +aKc +aKc +aKc +aKc +agH +ajh +aPk +cBy +aQo +aPk +aPk +awB +djO +awB +aPk +aPk +msb +msb +msb +msb +msb +msb +lrc +oWI +ivm +qQB +oWI +lIG +xkE +oWI +naG +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(101,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aYp +acb +acb +aac +acb +adi +acb +adi +acb +aqY +acb +adi +acb +adi +acb +adi +acb +adi +acb +adi +acb +aac +acb +acb +aVK +bYJ +sVB +bYJ +aVK +bYJ +lpJ +bYJ +abp +dSn +aUe +wvm +hxK +pOl +aFr +ayi +iXr +cLe +nhn +rft +rft +mab +aFr +gLJ +aUe +soS +aao +wfb +pHL +uMM +ape +xez +aJf +aJf +aBj +jdU +aJf +aJf +arM +vDN +pvZ +uXi +sgs +bor +btV +vfe +hdK +feA +spy +jEu +aDY +xfB +bAh +akp +uCI +eiq +ams +akp +aAA +aNg +kfu +ycH +ycH +ycH +ycH +thC +aOP +aOP +aOP +tVx +aSA +gxo +eBg +jLN +cNk +fiN +thM +dbM +thM +thM +jsw +qRr +ppB +qEz +tbk +aQW +aGU +ujm +apG +qXR +ktx +gtB +aSS +aSS +acP +aGU +aKc +aKc +aKc +aKc +aKc +aCl +aPk +oGf +aQo +awB +sac +oKp +oKp +oKp +qrz +aPk +msb +msb +msb +msb +msb +msb +lrc +msb +uzG +oWI +oWI +bNO +jBx +ulL +fVI +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +jCZ +wOQ +wOQ +wjp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(102,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aac +aac +aac +aac +aac +acd +aac +aac +aac +acd +aac +aac +aac +aac +aac +aac +aac +aac +aac +acb +aVK +aVK +uyh +pSo +agh +aVK +qsS +bhC +klT +abp +dSn +aUe +sKm +aFr +aFr +aFr +cAW +bep +oFB +nhn +rft +rft +mab +aFr +gLJ +aRI +aRI +aRI +aRI +aRI +aRI +ape +nRL +aJf +aJf +arL +urY +aJf +aJf +agM +fZQ +pfh +iYK +aZG +oKJ +avV +avV +avV +avV +iYu +aCG +aCG +gsA +jOQ +akp +akp +buN +akp +akp +aNg +aNg +aNg +ycH +xtq +dgH +aSA +jba +aOP +dPy +aOP +qum +aSA +jnm +wEY +aRd +pBO +gyE +xij +buD +ofC +ofC +djo +qPr +hlK +bUc +rHu +lLo +icH +kSF +apG +qXR +fqD +tGK +feZ +eOp +hOh +aGU +aKc +aKc +aKc +aKc +aKc +aCl +aPk +cBy +aQo +awB +wmi +kBi +iEI +kBi +sCE +aPk +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +oWI +cUV +ryv +nlf +rxb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +nst +msb +msb +aac +aac +aac +aac +aac +aac +aac +aac +aac +acd +aac +aac +aac +aac +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(103,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aVK +qey +nDN +hoS +rjT +abp +ryM +fsA +rjT +aVK +aao +aao +tBV +aFr +rqZ +eQv +gOU +ayi +ayi +nhn +rft +nlm +dVp +aFr +wWd +aRI +aZa +aGb +jUr +akZ +agw +ape +cfF +asl +gOV +fQT +fXK +jSz +cZF +gjI +sUV +pfh +iYK +aZG +oCc +aCG +euL +wTF +vME +uSI +mKV +aCG +loY +jOQ +aKX +rlJ +rlJ +xza +akp +kfu +aNg +aAA +ycH +qGQ +tfz +aSA +iyy +aOP +fVy +aOP +rPM +aSA +lPj +wEY +aRd +pBO +nDS +dLV +ePM +xgy +rcD +rcD +aPt +aMl +hlU +ftS +nog +aGU +ohi +apG +qXR +tQe +psQ +aSS +aSS +nnY +aGU +aPk +aPk +cDp +aPk +aPk +aPk +aPk +cBy +uGK +awB +wmi +wkf +njS +kBi +oCX +aPk +msb +msb +msb +msb +lrc +lrc +lrc +msb +msb +oWI +oZm +lIG +lIG +aUx +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +nst +msb +msb +aac +acb +adi +acb +aqY +acb +adi +acb +adi +acb +adi +acb +adi +acb +aac +acb +acb +acb +acb +wKR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(104,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aVK +aVK +aVK +aVK +aVK +nZl +ufS +hoS +rjT +abp +qle +fsA +rjT +aVK +aAu +oov +dbZ +aFr +hoF +pRM +hHO +vUU +uxc +roK +tkr +tkr +kCn +aFr +nWb +jqq +vgz +vgz +ouR +rxv +aRI +ape +ape +nwK +ape +abR +aFe +wfA +ipL +xOI +vDN +jez +iYK +aZG +vXk +aCG +chU +qoj +nru +eWG +flB +aCG +lyw +aCG +aKX +pNL +rlJ +bCh +akp +aAA +aNg +aAA +ycH +qGQ +hGB +dAc +nyJ +tuJ +cTp +fqX +fqX +xWb +ejb +gMC +pYM +iyd +nms +mBt +ePM +mPh +thM +thM +rBF +aMl +epK +wkQ +muv +aGU +tHP +apG +qXR +mwf +saN +gur +xRm +glm +aGU +gSg +osd +pey +pey +pey +pey +pey +hOL +aQo +aPk +wmi +iwU +wkf +kBi +xUm +aPk +msb +msb +msb +lrc +lrc +lrc +msb +msb +msb +msb +btv +btv +btv +btv +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +nst +msb +msb +aac +acb +aef +acz +apY +acb +aef +acz +apY +acb +aef +acz +apY +acb +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(105,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +iBd +acb +acb +acb +aEH +mJD +qmN +tUT +qOc +wCQ +sFw +jvI +kSV +fEr +eCc +usY +hEa +ygb +dkJ +jWy +suV +fAs +aFr +pvM +eQv +lKL +ayi +sxT +nhn +rft +hmD +xoY +aFr +gLJ +aRI +aiw +aVE +gGY +akZ +aRI +aYQ +aYf +aYf +ape +ape +ape +ape +uiU +ape +ape +woT +ubc +aZG +iGQ +aCG +gvE +enM +ueP +fGz +mJz +dFP +xWO +aCG +aKX +knA +jBS +rlJ +akp +aNg +aNg +aNg +ycH +dgH +tHR +aSA +qmG +vgY +iZu +rne +aOP +aSA +oPy +dKF +kaq +uCq +bvz +mdt +swp +quc +tLL +vjV +vtr +pem +ixs +gAB +jaq +aGU +aGU +aGU +aGU +aGU +knI +aGU +aGU +aGU +aGU +aFq +cBy +aPk +aPk +aPk +awB +awB +sxV +awB +awB +vLD +rsT +wvh +oKp +dyD +aPk +msb +msb +lrc +lrc +lrc +lrc +msb +msb +msb +msb +aUx +oWI +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +nst +msb +msb +acd +adi +aef +aov +apY +acb +aef +aov +apY +acb +aef +aov +apY +adi +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(106,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +abp +abp +abp +baN +aVK +aTs +yim +ayo +ldt +abp +ryM +ayo +dET +aVK +czo +aZW +rlG +aFr +fMF +sov +ykz +dix +bep +nhn +rft +rft +ayi +aFr +hTV +aRI +pGk +akZ +jtf +akZ +aRI +fHD +sFC +jDw +qhs +oNi +nFU +mwH +okn +ade +ape +ape +fqP +aZG +eXo +aCG +cUE +ueX +rbi +hzA +bqW +bqW +bqW +aCG +akp +akp +akp +akp +akp +aAA +aNg +kfu +xYv +ycH +aQl +ycH +gfx +aOP +aOP +aOP +aOP +aSA +sdd +dKF +mmB +rtZ +bgP +eqO +gBx +rQi +thM +mBJ +odc +aMl +nfl +hVQ +dUL +jXB +eMz +qcX +pHu +omb +pUe +aPk +aKc +aKc +avc +fkt +cBy +aQo +aPk +aPk +msb +awB +ogb +lrc +aPk +aPk +aPk +aPk +aPk +aPk +aPk +msb +lrc +lrc +msb +lrc +msb +msb +msb +msb +msb +oWI +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +nst +msb +msb +adi +acb +aef +aov +apY +adi +aef +aov +apY +adi +aef +aov +apY +acb +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(107,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aES +aES +aES +aES +aES +beX +cev +iAo +lnY +aVK +jAz +vwg +skV +lzO +abp +rkY +xou +kAr +fiV +hsM +aZW +atu +aFr +ayi +gbo +ayi +fUp +wMY +nhn +rft +rft +xXv +aFr +lkU +aRI +ank +auL +dwg +akZ +aRI +nFQ +aYf +nKT +nse +uun +azd +azd +vcB +dNk +ajV +ape +tPE +aZG +btS +ueB +eEj +cAw +tIf +vED +fQo +fQo +fQo +aCG +cdS +guO +eYO +jIV +atA +aAA +aNg +aAA +aNg +aAA +aNg +aSA +qac +axV +fQE +xlM +rvH +aSA +uct +dKF +lqx +aHs +sHW +jmZ +jPa +aHs +vIX +aMl +aMl +aMl +epK +kbs +qfm +vfj +cjF +uzW +aRB +csy +aCo +aPk +aKc +aKc +aKc +aBQ +cBy +aQo +akx +aPk +msb +awB +gNY +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +nst +msb +msb +adi +adi +aef +aov +apY +acb +aef +aov +apY +acb +aef +aov +apY +adi +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(108,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +aES +msb +abp +abp +api +api +api +api +api +aVK +vPC +aVK +aVK +aVK +aVK +aVK +czo +aZW +hsr +aFr +aFr +aFr +mWE +pkM +pkM +aFr +rcH +rcH +wZZ +aFr +tAj +aRI +aRI +aRI +aRI +hRY +aRI +ape +ape +ape +ape +ape +ape +ape +ygA +ape +igX +ape +ilX +aUB +lzB +aCG +aCG +ltr +aCG +aCG +aCG +aCG +hho +aCG +dTM +dTM +dTM +dTM +atA +atA +jBz +jBz +jBz +jBz +atA +aSA +aSA +buJ +aSA +aSA +aSA +aSA +sBX +dBf +uFU +aHs +pOT +nqf +qQJ +aHs +fOm +aAN +nIB +bxJ +aRc +ouV +aNb +tud +ulq +uCJ +ulq +bCS +aNb +aNb +aKc +aKc +aKc +aBQ +cBy +aQo +vwl +aPk +msb +awB +qQi +awB +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +nst +msb +msb +adi +acb +aef +aov +apY +acb +aef +aov +apY +acb +aef +aov +apY +acb +adi +aac +aac +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(109,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +msb +msb +msb +api +jev +gEw +fdv +lye +qBV +uDg +yeP +mIc +djY +gWF +gbE +hsM +aZW +uch +eno +owL +wtj +oBX +owL +owL +owL +owL +owL +ayJ +xRh +vWv +qbJ +ocY +ocY +ocY +hWt +uhi +jhx +ocY +ocY +ocY +uvW +eQo +czE +lRQ +ocY +hWt +bGh +qqA +aZG +viq +kTF +cHo +peq +cHo +cHo +bNw +cHo +gtK +cHo +qzO +cHo +cHo +cHo +kmm +cHo +cHo +cHo +gMm +cHo +cHo +vfS +cHo +gtK +cHo +cHo +cHo +kTF +vNJ +dKF +mmB +aHs +nDO +ahA +cnh +aHs +rFi +qCT +aoW +akC +akC +mXu +aNb +bTF +geX +fTU +rQJ +ueb +sXt +aNb +ayq +aON +aON +aah +cBy +aQo +vwl +aPk +msb +awB +sxV +awB +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +nst +msb +msb +adi +acb +acb +aQO +acb +acb +acb +aQO +acb +acb +acb +amw +acb +acb +acb +adi +acb +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(110,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +api +bvd +iDZ +mcg +lCU +dyV +cVH +nBI +iVl +jIf +hxO +taw +tFn +lSA +tGl +qCv +jkV +jkV +eJV +sJC +sJC +oBi +gZx +oBM +oJr +xAY +vIG +ruV +ruV +ruV +ruV +ruV +ruV +loy +tSE +tSE +tSE +tSE +glV +gzX +sfG +gzX +gzX +fJD +kbt +bpp +bpp +uue +bpp +nAo +hkR +hkR +hkR +hkR +ijd +ovu +dLg +hkR +hkR +hkR +hkR +hkR +hkR +hkR +tqg +hkR +tUP +hkR +hkR +hkR +hkR +hkR +hkR +rvd +hkR +lLR +mmB +iPU +sqh +eUk +eJz +aHs +aHs +aHs +qMB +vcY +vcY +qbC +eLD +xEF +acD +rWp +acD +acD +fFs +aNb +osd +pey +pey +pey +oYe +aQo +akx +aPk +msb +msb +uYh +awB +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +nrp +aWQ +aWQ +aWQ +aWS +aDF +aDF +aDF +aDF +aDF +aDF +aDF +aDF +aDF +aDF +arg +aWQ +aWQ +aRa +adi +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(111,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +api +njp +gGp +wBQ +tpe +uZS +sXS +mAV +tcG +wIt +fwF +bcn +hsM +aZW +xnx +sRf +mpo +mpo +jib +gpi +mpo +vtd +jib +mpo +mpo +onY +sCl +pwu +aZW +aZW +tik +aZW +aZW +qvP +njW +aZW +aZW +aZW +fmn +srq +aZW +aZW +aZW +fko +aZG +aZG +ttL +xgF +fFJ +ncT +uYg +ncT +ncT +ncT +bCe +ncT +ncT +ncT +fFJ +ncT +ncT +ncT +ncT +uiB +ncT +fFJ +deR +ncT +uYg +ncT +ncT +ncT +fFJ +xgF +vct +iYK +eRK +aHs +uXa +kkO +bOL +dOn +gFS +sTh +xDM +sup +sup +mQy +eLD +aFy +waY +rWp +acD +acD +gpM +wXV +cBy +aQo +aQo +aQo +aQo +aQo +aPk +aPk +msb +msb +uYh +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +bOM +msb +msb +adi +acb +acb +aBg +acb +acb +acb +aBg +acb +acb +acb +axS +acb +acb +acb +adi +acb +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(112,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +api +gkX +bJD +iDZ +tXm +uzh +utk +pMa +aQv +aQv +aQv +aQv +veR +aZW +kpR +aUH +vqE +vqE +esi +aUH +aUH +lkl +bho +paW +paW +aKh +aRx +axP +axP +axP +axP +axP +axP +axP +axP +axP +axP +axP +axP +axP +axP +axP +axP +axP +oaT +aDC +eyT +aQZ +aQZ +jgv +aQZ +jgv +aQZ +jgv +aQZ +atA +atA +atA +atA +atA +atA +bFc +atA +atA +atA +atA +atA +atA +atA +atA +atA +atA +atA +atA +fKn +lOU +xUf +iPU +arl +ahA +yfX +aIC +avh +iPU +aNt +akC +tLY +xHZ +eLD +aUb +waY +sYz +acD +acD +irb +aNb +cBy +aQo +aPk +aPk +aPk +aPk +aPk +msb +msb +msb +lrc +lrc +vbH +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +bOM +msb +msb +adi +acb +aef +aBw +apY +acb +aef +aBw +apY +acb +aef +aBw +apY +acb +adi +aac +aac +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(113,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +api +oWG +iDZ +pPh +unq +dyV +dgz +gyr +rQk +srW +itA +mzu +czo +aZW +cpm +vqE +mRy +tVH +htC +bMl +aUH +nFe +xie +mZp +hqB +aKh +vNX +axP +twp +xEk +xEk +xEk +xEk +xEk +xEk +fvF +gjq +gjq +gjq +gjq +gjq +gjq +gjq +ycw +aWJ +aiZ +utJ +aQZ +mch +xWi +bJu +rSg +tIN +xWi +bJu +adX +faj +kYb +hFQ +faj +gSS +bKT +adX +boz +alM +adX +aFu +aFu +xee +aOY +aFu +aFu +aFu +afp +nBT +fsJ +wAz +aHs +bRP +ahA +ahA +ahA +xEw +abH +aNt +akC +cAz +xHZ +eLD +aFy +waY +ltP +iLw +acD +mLs +aNb +cBy +aQo +aPk +msb +msb +msb +msb +msb +awB +awB +lrc +aPk +aPk +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +bOM +msb +msb +adi +adi +aef +aBw +apY +acb +aef +aBw +apY +acb +aef +aBw +apY +adi +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(114,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +lrc +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +hPt +acb +msb +msb +aHC +aHC +aHC +aHC +aHC +aHC +aHC +aHC +gMW +aHC +aHC +mEn +eHc +egv +ydt +jrb +jdm +eTQ +tXv +iEJ +efD +vqE +mTK +gND +mal +vwm +aUH +azH +xie +tRA +gmL +aKh +vNX +axP +xRU +axP +aIy +aIy +aIy +aIy +aUW +ktf +aUW +aUW +aUW +aUW +aUW +aUW +aUW +aUW +uMg +aiZ +hiU +aQZ +gLE +bXz +cij +jpN +cij +cij +ktk +adX +aFu +dtM +aTc +aFu +aFu +aFu +adX +ucc +amr +adX +avv +aUm +aFu +pWm +mhS +aFu +aFu +afp +kwL +fsJ +iKj +aHs +xJf +aoP +ags +afg +tUA +aNm +aNt +akC +akC +ckX +aNb +wqX +acD +jHY +pLA +pLA +rQB +aNb +cBy +aQo +aPk +msb +msb +msb +msb +msb +awB +aKc +aKc +atp +aPk +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +bOM +msb +msb +adi +acb +aef +aBw +apY +adi +aef +aBw +apY +adi +aef +aBw +apY +acb +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(115,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +isI +lrc +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +aHC +aHC +aHC +aHC +aHC +aHC +aHC +aHC +gxF +jur +ceS +aFj +oGg +swd +dQz +mBD +mBD +aHC +dyV +gbu +bdc +vXK +diH +btt +eTQ +czo +aZW +gEx +vqE +aAI +xhZ +fQD +wEF +aUH +tfC +xie +aIW +led +aKh +vNX +axP +xRU +axP +aEk +aCC +aCC +abL +aUW +jcY +cGT +vAx +aUW +rcE +jiC +nXn +bfs +aUW +oaI +aiZ +nRE +kjn +tvz +cYL +gVB +tvz +htL +tvz +dMf +adX +pFs +aFu +bfC +pFs +aFu +bup +adX +lsP +idV +adX +aFu +aUm +aFu +jbF +rjX +aFu +aFu +afp +kwL +iJD +nhM +aZJ +aZJ +azU +azU +azU +aZJ +aZJ +xpZ +haa +nuJ +vWj +eLD +hlq +ptc +kMd +acD +acD +rSE +aNb +ukM +fxY +aPk +msb +msb +msb +msb +msb +awB +aKc +aKc +aKc +awB +msb +msb +msb +msb +msb +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +nBN +hMv +nBN +nBN +adi +adi +aef +aBw +apY +acb +aef +aBw +apY +acb +aef +aBw +apY +adi +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(116,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +pZo +pZo +lrc +sux +pZo +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +aHC +jAk +lvt +aJG +lWt +cTw +kEU +nSo +son +gbZ +cxp +cxp +cgw +hIn +mBD +mBD +mBD +xEN +uzx +gbu +ksO +lbm +aDL +aDL +xuK +veR +aZW +gEx +vqE +rmL +iZD +cXe +uQe +aUH +xtm +pqg +fzW +ujc +igg +cqa +axP +xRU +axP +alB +aDX +azB +azB +aUW +mYT +gkg +wsY +eLZ +eSm +eii +dlw +hjo +htb +rMA +aiZ +nRE +kjn +ipl +xNb +eHP +arA +arA +wnM +arA +adX +bpw +kZf +pyY +gIn +kZf +lEm +adX +uYy +gKa +adX +adX +adX +afx +wNs +sQz +adX +adX +afp +kwL +qZI +wAz +scr +obp +psJ +gLz +uRg +aAt +qNy +tJX +ttV +bCj +fjf +qId +mjf +tVb +myw +euG +wzU +mZm +aNb +cBy +aQo +aPk +msb +msb +msb +msb +msb +msb +aKc +aKc +aKc +msb +msb +msb +msb +msb +msb +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +nBN +azJ +nPq +nBN +acd +acb +aef +anD +apY +acb +aef +anD +apY +acb +aef +anD +apY +acb +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(117,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +pZo +qjw +qjw +dJP +sux +lrc +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +aHC +bFJ +aJG +aJG +nlT +aJG +iAZ +fqa +mQH +hMt +daI +ruW +bJK +vZC +rxC +lTC +hvi +aFE +dyV +gbu +bdc +vXK +pkl +jjs +eTQ +czo +aZW +uEu +aUH +xql +rDW +jDX +jdw +aUH +jTI +xYV +lXf +cBB +aKh +vNX +neC +xRU +axP +azK +aPr +avI +aMB +aUW +fgb +dZW +pEp +aUW +paS +bfs +qDJ +bfs +htb +rMA +aiZ +ngM +ahw +tvz +xNb +kFf +arA +jgW +wEr +lsl +adX +vbw +wxS +pzl +toF +aTK +qZe +jQy +xpw +oSW +cvI +pJs +dhf +dhf +ifH +gVz +ffE +xro +afp +fHd +jAs +wAz +aZJ +lPs +anZ +nAG +wbz +tlT +jeQ +eWt +kLx +akC +lqq +eLD +jmD +ojI +pVb +xSp +kAv +aNb +aPk +cBy +aQo +aPk +msb +msb +msb +msb +msb +awB +aKc +aKc +aKc +aPk +msb +msb +msb +lrc +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +nBN +nBN +oNs +nBN +nBN +aac +acb +adi +acb +adi +acb +adi +acb +adi +acb +adi +acb +adi +acb +acd +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(118,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +qjw +qjw +qjw +vbH +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +aHC +byL +xAC +aJG +gdH +aJG +rcS +fmr +aJG +hMt +xKy +bpg +hMt +mUE +qBL +hBu +rsF +shO +dyV +vQW +egv +ggP +jrb +jdm +pJz +czo +aZW +gnq +gav +aUH +aUH +aUH +mdF +aUH +aKh +aKh +aKh +aKh +aKh +vNX +neC +blb +axP +aYk +aqW +azV +aYk +aUW +aUW +aUW +aUW +aUW +yaD +bfs +rii +rii +vyZ +dCX +aiZ +bJG +aQZ +wzA +xLd +jQY +quB +gdu +eaY +uRP +adX +hkK +gtq +aZU +uJJ +aZU +iWR +osU +aZU +aZU +wwD +aZU +cuv +ngX +jwj +mqm +mYJ +oVJ +afp +kwL +pxD +vuF +scr +jNi +tfp +hEY +akf +jkF +qNy +dpd +xKY +akC +qJC +eLD +hRC +nrT +bEM +mHH +xqt +aNb +sZv +cBy +uoV +aPk +msb +msb +msb +msb +msb +awB +aKc +aKc +aKc +aPk +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lrc +lrc +msb +msb +msb +nBN +rQo +jlX +dCh +nBN +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(119,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +sux +qjw +qjw +qjw +sux +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +aHC +eLO +ewc +pzU +uFx +wEK +pjB +dcK +hEm +iZf +rCy +pbs +fQl +dQR +lMi +hBu +svm +fCN +dyV +gbu +bdc +vXK +diH +btt +eTQ +czo +aZW +gnq +axP +wjs +mLG +eoe +rzN +eoe +eoe +eoe +lyn +aIk +eoe +uCG +gDC +pZL +axP +aaV +njj +aCf +aCf +aaV +aUW +clh +saA +cuW +qMr +rii +rii +rii +lIp +dCX +aiZ +hiU +aQZ +rgW +tvz +fCP +arA +jgW +rnq +kpi +adX +wfN +rxn +tHe +wTt +tHe +gss +sFJ +wos +qoV +sFJ +wos +kVw +sFJ +sYY +eFb +ooJ +wHT +afp +kwL +efW +xkR +aZJ +aZJ +aZJ +aZJ +aZJ +aZJ +aZJ +tab +taH +adB +bLB +eLD +pIH +gCd +dbf +gha +miE +aNb +sZv +cBy +aQo +aPk +awB +awB +lrc +awB +lrc +aPk +awB +msb +awB +awB +msb +msb +msb +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lrc +lrc +lrc +msb +msb +nBN +tgE +jZu +jqM +nBN +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +wKR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(120,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +sux +pZo +msb +pZo +pZo +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +aHC +cQp +dSW +aJG +oIh +aJG +lSi +hTD +mPP +ogN +gyp +sMU +hBu +vJI +hBu +upM +muj +fCN +dyV +gbu +equ +lbm +aDL +aDL +xuK +vyV +aZW +xFy +axP +ina +axP +axP +axP +rVx +axP +axP +axP +aZH +axP +axP +axP +ksg +axP +etZ +njj +aCf +aCf +fLC +aUW +vJM +fBR +idE +qNI +nkd +nkd +nkd +epc +gaO +aiZ +bJG +aYK +wnM +sLU +wnM +arA +jdn +yiN +gli +adX +tga +mHs +iTY +lMy +lRf +irz +lMy +lRf +nwb +lMy +lRf +efg +bIF +fdH +vdO +aAH +uJc +rkV +kwL +efW +wAz +sTR +xhf +hyW +nQe +gYM +xOT +pJJ +hdJ +jsK +rVb +lzj +aNb +eaK +bHa +hnM +cdP +cTo +cYG +vwl +kpv +aQo +jzy +slC +slC +slC +lrc +lrc +lrc +msb +msb +msb +lrc +lrc +lrc +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +nBN +gTY +tXp +ncH +nBN +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(121,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +adj +adj +adj +adj +aHC +bFJ +aJG +aJG +hDL +aJG +kMO +wrB +fPN +fPN +fPN +fPN +ber +uYZ +igr +waz +hgx +pyp +rJD +puZ +qkS +vXK +vcn +jjs +eTQ +czo +aZW +ntR +axP +ina +axP +aXS +aXS +aXS +aXS +uGL +axP +aZH +axP +xlZ +axP +ksg +axP +aXd +njj +tcR +aCf +aOe +aUW +jdG +doO +wag +hpC +sun +rii +aEi +htb +oSy +aiZ +hiU +hvA +xwy +aVr +jvi +veX +oAk +nSp +uAx +adX +vgm +kZf +wIK +nHi +kZf +bdy +nHi +kZf +bdy +phj +kZf +xom +alb +aud +xau +aAH +aAH +rkV +kwL +efW +wAz +sTR +cvP +fRr +kgB +ksN +rBu +kPC +bHX +kJB +aGK +aGK +aGK +rog +rog +urG +aJO +aHK +aqw +sZv +lMI +aPk +aPk +aPk +aPk +aPk +aPk +aPk +slC +awB +msb +msb +msb +lrc +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +kMz +aoJ +aoJ +aoJ +aoJ +aoJ +reQ +nBN +nai +nBN +nBN +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(122,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adj +hjO +pVc +khF +aHC +oPQ +pcZ +mRd +qNu +jIH +jyH +qrY +gjp +hBu +ejn +lBT +rTv +xAW +hqY +xJQ +knY +fCN +dyV +eHc +egv +pMD +jrb +jdm +eTQ +czo +aZW +lSk +axP +ina +axP +aXS +aXS +aXS +aXS +aXS +axP +aZH +axP +xlZ +axP +ksg +axP +ljJ +njj +aCf +aCf +anv +aUW +uGh +bEh +mqk +sKT +sdk +xYp +bfs +aUW +nYb +aiZ +ngM +jaS +ekB +vCR +fPC +nro +fPC +vGq +mfE +adX +xdI +aFu +xxt +xdI +aFu +obD +xdI +aFu +obD +xdI +aFu +tdf +aBD +agD +snj +sOo +aAH +all +bpC +efW +wAz +sTR +qzh +hyW +sWY +kHp +skw +pJJ +wnx +wTw +aGK +cOQ +gBF +cGi +piu +aaw +gUX +plF +aGK +aQo +lMI +aPk +aKc +aKc +aKc +aKc +agH +aPk +vbH +lrc +msb +msb +msb +msb +lrc +lrc +lrc +msb +msb +msb +msb +msb +msb +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +iYt +ghp +iJC +iYt +pzv +jMH +jMH +kVK +fIS +pzv +aHh +qUt +paN +biB +kJi +ogK +aoJ +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(123,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adj +vuB +hDa +hxN +aHC +aHC +aHC +dxd +aHC +aHC +aHC +aFE +aFE +wBi +aFE +fCN +knZ +fCN +aFE +fCN +aFE +aFE +hgf +sCo +isM +vXK +pVA +btt +hhM +ogU +pXN +fZb +axP +ina +axP +uay +uay +aXS +uay +uay +axP +aZH +axP +xlZ +axP +ksg +axP +lRk +ott +aCf +agJ +aBy +aBy +aBy +aBy +aBy +aBy +aBy +aBy +aBy +aBy +uie +aiZ +hiU +hvA +goe +reb +goe +veX +ceU +aVr +qZP +adX +aFu +aFu +aTc +aFu +aFu +aTc +aFu +dtM +aTc +aFu +aFu +cZJ +alb +aud +xau +aAH +aAH +rkV +kwL +efW +wAz +aqH +gOt +xOD +uOZ +xOD +fbq +pJJ +oeG +vbg +aGK +qOU +aPq +eHm +koW +uaX +eJv +dXl +aGK +aQo +lMI +rMm +aKc +aKc +aKc +aKc +aKc +aPk +msb +lrc +lrc +msb +msb +msb +lrc +lrc +lrc +lrc +msb +msb +msb +msb +msb +aoJ +aFk +aFk +aFk +aFk +fzn +aoJ +ikO +eIC +iYt +ikO +aoJ +bik +wXN +lAT +lFr +aoJ +aHh +ril +opX +aHh +aHh +aHe +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(124,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +cGo +nLZ +hDa +jxV +wQU +dFj +dFj +wQU +amZ +pPz +hXF +wZi +gqJ +nxs +lBs +oQv +oQv +oQv +xMh +tob +aQv +qBV +lBM +gbu +tHD +lbm +aDL +aDL +aQv +wXn +mCl +wXn +axP +ina +axP +aXS +aXS +aXS +aXS +uGL +axP +nDp +axP +xlZ +axP +ksg +axP +ylU +bOE +oLx +agJ +aBy +aKT +arc +aBy +aKT +arc +aBy +aKT +arc +aBy +sKc +kFt +xmo +arA +mBx +oob +mBx +arA +iCn +aVr +oSd +adX +pFs +aFu +sGp +pFs +wfi +uqG +pFs +wfi +sGp +pFs +wfi +gnw +ajo +cUF +xau +aAH +aAH +rkV +kwL +efW +wAz +aqH +nce +ciJ +nfO +ciJ +hMu +pJJ +vwQ +hdF +qlK +vKW +feo +tzh +tTh +ogx +vXF +rBH +aGK +aQo +lMI +aPk +aKc +aKc +aKc +aKc +aKc +aPk +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +lrc +msb +msb +msb +msb +msb +aoJ +aFk +aFk +aFk +aFk +aFk +aoJ +mEF +iYt +iYt +iYt +eiv +jMH +cSV +lAT +jMH +qMV +aHh +ril +aoJ +aoJ +aoJ +aoJ +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(125,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +cGo +nLZ +hDa +hDa +ego +bsZ +pJh +cNN +cNN +cNN +hdB +wAK +fNb +vfg +cwO +pRQ +pRQ +pRQ +mrk +nmW +kES +hqS +jQj +bsW +bdc +vXK +pXF +nbD +aQv +arK +aZH +aZH +axP +ina +eYe +aXS +aXS +aXS +aXS +aXS +eYe +aZH +oGi +oGi +oGi +ksg +axP +tpJ +njj +wur +ljJ +aBy +aKT +aKT +aBy +aKT +aKT +aBy +aKT +aKT +aBy +qFj +rGP +oTC +arA +ycV +gOI +xQb +qXQ +slq +cSA +wXx +aBi +aBi +aBi +aBi +aBi +aBi +aBi +aBi +aBi +aBi +adX +adX +adX +alj +alj +pon +aAH +ftI +afp +kwL +efW +wAz +sTR +mvk +xGF +eqr +eGv +rkD +aqH +uIv +vbg +aGK +fSB +fyG +ckf +aPq +aqS +gUX +noR +aGK +aQo +lMI +aPk +aPk +aPk +awB +awB +awB +aPk +msb +msb +msb +msb +msb +lrc +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +aoJ +aFk +aFk +aFk +aFk +aFk +aoJ +iYt +iYt +ghp +iYt +rsi +fIS +phu +ezP +jMH +aoJ +aHh +ril +wMo +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(126,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +cGo +nLZ +hDa +hDa +hDa +hDa +sOK +hDa +hDa +hDa +mIo +wZi +mka +ayu +umb +dvE +pro +pEv +akW +wjG +aQv +dyV +wJk +ost +sKq +kYx +jrb +jdm +aQv +qwz +aZH +aZH +neC +ina +axP +aXS +aXS +aXS +aXS +aXS +oGi +bXj +oGi +fdt +oGi +gNB +qoN +gGE +iee +aCf +etn +aBy +ayH +aKT +aBy +afn +aKT +aBy +sia +aKT +aBy +qFj +iSg +hiU +arA +ukF +aVr +cSA +jdg +cie +fBP +brA +aKG +kgb +kSI +krT +arz +aVQ +aQs +aLL +aGq +aKG +amE +hmm +dHE +pBM +vvQ +rvw +aAH +hsX +afp +tNu +efW +wAz +sTR +hyW +xgk +wwJ +ciJ +xqa +aqH +oeG +vbg +aGK +fxj +nVt +klx +kLf +toJ +koW +pUI +aGK +aQo +lgU +lve +aQo +aPk +aKc +aKc +avc +awB +lrc +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +lrc +msb +lrc +msb +msb +aoJ +aFk +aFk +aFk +aFk +aFk +aoJ +ikO +rgd +mEF +meM +aoJ +spE +fzj +lAT +lrM +aoJ +eMv +ril +sym +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(127,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adj +fdg +hFT +hFT +hFT +wIf +tPH +tPH +xnl +lkG +qya +wZi +vhG +cMJ +brF +gDx +oFo +qtV +uRn +bjd +aQv +dyV +uSn +oSQ +tdH +aGC +hsQ +lTO +aQv +aZH +xLE +ioR +vYC +nqX +axP +oGi +oGi +oGi +oGi +oGi +oGi +ucA +nwk +ucA +oGi +axP +axP +eTK +niG +mXM +eTK +aBy +aBy +exC +bew +aBy +ycd +aBy +aBy +qhM +aBy +tlX +iSg +hiU +arA +wNG +lkH +uHh +xXJ +slq +jKD +pvB +xYj +bFn +rKz +dIk +qis +dIk +dIk +iPw +pki +aKG +aAH +aAH +lzS +aAH +aAH +iWY +aAH +rng +afp +kwL +efW +wAz +sTR +jeM +jan +slT +rzg +aZr +aqH +oeG +vbg +aGK +aGK +aGK +lKp +aGK +aGK +aPX +aPX +aPX +aPX +aPX +kru +aQo +duI +aKc +aKc +aKc +lCv +lrc +msb +lrc +lrc +lrc +msb +aPk +aPk +aPk +aPk +lrc +lrc +lrc +vbH +msb +aoJ +aFk +aFk +aFk +aFk +aFk +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +lSl +aoJ +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(128,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTD +aTD +aTD +aTD +aTD +aTD +aTD +aTD +aTD +aTD +aTD +aTD +aTD +uGO +tHg +ajQ +hrx +ayu +oxe +ayu +dRN +aQv +dyV +uSn +weN +aDL +aDL +aDL +aQv +aQv +aZH +oyQ +odu +axP +ina +aZH +oGi +pwW +pwW +rIB +nTs +blP +knU +jyW +ucA +oGi +oRq +uDZ +mtG +uHE +eGg +kEa +kEa +kEa +oAQ +opp +mtn +oAQ +geG +opp +oAQ +mLr +gwo +tFx +ngM +bTi +jKr +jKr +jKr +jKr +rve +aVr +nJB +aKG +jQr +cto +hhU +dQQ +sCz +hhU +hhU +aDa +aKG +lAH +wWC +uQW +pmM +pmM +wzc +aAH +dtd +afp +vrt +kzi +xSa +aqH +aqH +aqH +sTR +aqH +aqH +aqH +oeG +vbg +aGK +wyL +gBG +mmc +utT +aGK +nlk +bNQ +xVJ +uut +aPX +kru +lBc +aPk +aKc +aKc +aKc +aPk +lrc +lrc +lrc +msb +aPk +aPk +aPk +meq +crb +aPk +aPk +lrc +lrc +lrc +msb +aoJ +aFk +aFk +aFk +aFk +aFk +aoJ +umv +cJG +cJG +cJG +cJG +cJG +cJG +cJG +cJG +cJG +hHc +pgK +aHh +aoJ +aoJ +aoJ +aoJ +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(129,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTD +bln +xVW +ajQ +wWO +hUA +yeg +iic +ajQ +diA +cHT +ajQ +mbN +maF +fmL +ajQ +oQW +ayu +ayu +oFo +wVe +aQv +vvP +uSn +cyS +aDL +rDM +rDM +rDM +aQv +aZH +oyQ +odu +axP +hBP +lYH +oGi +kqr +ucA +ucA +ucA +ucA +ucA +muX +ucA +mTb +rYr +mhp +hLn +sen +lxt +aCf +aCf +aCf +aCf +njj +rzf +aCf +gpn +njj +aCf +kpy +klI +dYi +pyi +arA +fXa +jyt +bNM +nqN +aVr +xwy +cxd +aKG +qtP +uer +aGq +ack +aQs +aVQ +arz +ltJ +aKG +oVs +eAm +aAH +aAH +osi +xIO +aWE +aWE +afp +nBT +efW +wAz +qrD +gSE +sUf +sbr +den +fbW +qrD +oeG +vbg +aGK +oMD +igW +iEV +qWF +aGK +ouT +mtt +avU +vAc +aPX +kru +aQo +aPk +aPk +aPk +aPk +aPk +aPk +aPk +aPk +aPk +aPk +atx +atx +aQo +aQo +akx +aPk +aoJ +aOE +qVm +aoJ +aoJ +aFk +aFk +aFk +aFk +aFk +aoJ +pQY +opX +aHh +aHh +aHh +aHh +hFp +dRb +aHh +aHh +aHh +aHh +aHh +aoJ +qyo +wMo +pty +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(130,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTD +gsp +gsp +ajQ +mvn +mPe +cWi +kYW +nFv +iei +fhG +upc +hxk +jpg +jUu +ajQ +gSN +hut +ayu +oFo +fCb +aQv +bmw +uSn +hZr +jrD +ari +ari +mDr +aQv +aZH +oyQ +axP +axP +hBP +gjq +dFy +qkr +ucA +ucA +ucA +ucA +ucA +bgi +ucA +mTb +fdi +cxq +alm +fKa +rzf +aCf +dDC +mNV +aCf +njj +qpN +tAq +aCf +njj +aCf +kpy +klI +aiZ +tPZ +arA +arA +arA +arA +qCW +mOR +qCW +eWS +aKG +cwz +xae +kbB +kbB +kbB +kbB +kbB +kbB +aKG +bIs +bhr +bhr +bhr +alj +alj +adX +adX +afp +imK +efW +sSp +cXh +aKF +eVW +jVW +oZC +eyn +rYD +uWq +tcc +aGK +sPb +hNE +eWa +ius +aGK +aOI +eCd +avU +bYc +wLc +cmB +pey +gJg +pey +pey +lve +oQP +aQo +aQo +atJ +aQo +aQo +aQo +aQo +aQo +aQo +fjh +aQo +aOE +aFk +aFk +amq +aoJ +aFk +aFk +aFk +aFk +aFk +aoJ +cJv +aHh +aoJ +aoJ +lDi +aoJ +aoJ +xRP +aoJ +aoJ +aoJ +xRP +xRP +aoJ +aHh +aHh +pty +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(131,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTD +dHB +ajQ +ajQ +kUA +gPP +caU +kUA +ajQ +ctn +cgU +ajQ +bkh +cEb +kVE +ajQ +pJw +dAi +cMJ +min +qlr +aQv +dyV +uSn +cyS +aDL +rDM +rDM +rDM +aQv +aZH +oyQ +axP +ayZ +ina +nsf +oGi +hSC +eiP +prI +eiP +xEK +jHg +wQy +hYM +efO +xQV +juW +afV +dgC +hCS +eTK +aBy +aBy +aBy +qqj +aBy +aBy +aBy +mso +aBy +aBy +chn +aiZ +gBI +raA +qiF +lmL +raA +nzW +aKb +aKb +bGS +lcL +vQB +xwC +aKb +aKb +gbl +aKb +aKb +aKb +uyz +mgL +aKb +jrt +aKb +iaS +lNa +eTC +jHR +wWV +kwL +dZL +vuF +qrD +pvc +mHv +oTP +eGx +cdd +qrD +oeG +nrQ +aGK +aGF +tXg +bxz +aUz +aGK +qqk +hts +drH +stI +aVN +aVN +aVN +aVN +aVN +aVN +rmQ +aUg +aQo +aQo +aQo +fjh +aQo +aQo +aPk +aQo +aQo +aQo +aQo +qop +aFk +aFk +aFk +aOE +aFk +aFk +aFk +aFk +aFk +aoJ +cJv +hVP +aoJ +mDv +aFk +amq +aoJ +aHh +aOE +qGY +vRb +xgg +aHh +plv +eMv +aHh +pTX +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(132,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTD +iIJ +gul +ajQ +bEf +iBf +caU +kUA +ajQ +ajQ +ajQ +ajQ +dnZ +xGf +ueV +ajQ +aQv +aQv +xyq +aQv +aQv +aQv +dyV +uSn +lqc +aQv +aQv +aQv +aQv +aQv +aZH +oyQ +axP +hRk +ina +aZH +oGi +rGp +hZH +hGt +vKO +vMO +mdv +rpC +ucA +mTb +ukO +aCf +amm +bTQ +dXm +agJ +aBy +sbp +jVM +jbc +aBy +pVH +cIa +dIv +aBy +qDz +bfb +dRV +aOt +sAs +gVJ +cqk +hIm +paV +eBU +eBU +eHe +uSU +fjL +kwV +uSU +uSU +afm +uSU +uSU +uSU +fjL +gGH +uSU +uSU +uSU +bki +bYy +usP +cCV +pns +hKl +iZN +jLT +alJ +alJ +alJ +alJ +alJ +alJ +alJ +pFT +wpT +aGK +aGK +aGK +fRV +aGK +aGK +umD +jHG +yff +mLb +aVN +mmq +dSi +dsb +asG +aVN +rmQ +ajz +ajz +ajz +ajz +ajz +aFq +gSg +aPk +aPk +aPk +aQo +aQo +aoJ +aFk +aFk +aFk +aoJ +aFk +aFk +aFk +aFk +aFk +aoJ +cJv +aHh +aoJ +aFk +aFk +aFk +aoJ +aHh +aOE +aOE +aoJ +fpJ +hVP +aoJ +aoJ +aHe +wgj +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(133,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTD +mjx +pmN +ajQ +kUA +ldF +dPl +kUA +ajQ +dWi +cHT +ajQ +wNm +cEb +gUj +jYH +saZ +tBi +sqC +tBi +tBi +tBi +lBM +uSn +vqr +mLy +igR +gjq +szo +gjq +gjq +bpu +axP +arK +dEV +wnY +oGi +kJL +kPo +rQy +gjs +pnI +kPo +rjy +rGp +oGi +sDn +qoa +aTd +iiS +pQF +aXd +aBy +mtz +kUK +jwX +aBy +mtz +kUK +jwX +aBy +suO +qPC +aiZ +ngM +rbC +wCv +hYS +rbC +eLI +dwf +aiM +aiM +aiM +ree +hPk +aiM +aiM +vaY +aiM +aiM +aiM +rPV +uKg +aiM +aiM +aiM +odp +gVk +vpV +tgr +gVk +lSQ +fsJ +dyb +awR +aza +aza +aza +aza +aDz +awR +oeG +fYQ +avB +avB +fsd +mah +tvp +vju +acw +xmE +nkZ +ydp +aVN +qpv +cHa +arj +clb +aVN +rmQ +ajz +fNn +cvf +qTl +ajz +ajz +ajz +ajz +nfH +gRV +aQo +aQo +aoJ +aoJ +oDK +aoJ +aoJ +aoJ +aoJ +jXV +aoJ +aoJ +aoJ +dHk +xRP +aoJ +aFk +aFk +aFk +aoJ +aHh +aoJ +ddn +vRb +pYX +aHh +sym +aoJ +aoJ +aoJ +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(134,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTD +xrS +ydb +ajQ +gPP +xfm +dPl +kUA +hsL +yfF +qMm +qVe +iZV +clp +gUj +jYH +hfE +fBW +kJM +fBW +fBW +fBW +fBW +teG +fWA +aQv +pUj +aZH +aZH +aZH +aZH +wNg +axP +axP +axP +gig +oGi +oGi +oGi +oGi +oGi +oGi +oGi +oGi +oGi +oGi +aBy +aBy +gah +kWD +aBy +aBy +aBy +aBy +aBy +aBy +aBy +aBy +aBy +aBy +aBy +asi +gPs +aDC +qjD +hyX +hyX +hyX +hyX +pGl +hyX +hsb +hsb +hsb +tRa +xLp +hsb +hsb +hsb +hsb +hsb +hsb +aQh +gez +qHC +qHC +qHC +aUC +aUC +asx +asx +asx +xNt +itn +ofG +awR +aza +aza +aza +aza +aza +vuJ +tQk +rEn +spo +spo +ebp +gMV +qhb +alJ +qjE +lNj +wxI +eUA +aVN +arn +eaJ +sBc +dNZ +aVN +rmQ +ajz +aak +jiI +pbD +fVl +nBi +phH +ajz +alt +aQo +aQo +aQo +hMV +aHh +dUe +ews +umv +jxw +paN +paN +paN +paN +paN +poD +hFp +aoJ +aoJ +gqG +aoJ +aoJ +ldg +aoJ +aOE +aOE +aHh +aHh +vKs +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(135,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTD +kUA +kUA +uZu +kUA +fXM +gKg +kUA +ajQ +gef +cgU +ajQ +oca +rav +eIG +ajQ +ajQ +ajQ +aBE +ajQ +ajQ +aTD +uVq +vVV +pcX +aqF +aqF +aqF +abB +vnO +aUN +voZ +aUN +arK +aZH +ina +asi +aeA +iAT +aOR +aaK +asi +gnC +aCS +wbO +ccr +aCS +aCS +aCS +oCq +heh +aCS +caG +aCS +mXE +aCS +bwU +nkP +qWL +dhM +qWL +asi +fRZ +aiZ +eBr +hyX +wIC +mFR +bZR +iHy +hyX +pNS +axg +wks +aZv +eEl +nJQ +aDt +aPQ +aHZ +aHZ +aTj +aQh +bqm +meO +rYB +tah +sTo +qOC +bqv +kjm +asx +gXu +fsJ +iKj +awR +aza +aza +aza +aza +aza +awR +cwu +gMV +ktA +hzL +sqK +gMV +qhb +alJ +aPX +aPX +aPX +aPX +aVN +tiz +ovp +tiz +aVN +aVN +vNv +ajz +ajz +ajz +ajz +ajz +mBE +azg +ajz +ajz +ajz +ajz +ajz +aoJ +aHh +aoJ +aOE +sXo +aoJ +aHh +aHh +aHh +aHh +pDM +aHh +aHh +aHh +aHh +aHh +aHh +aHh +aHh +aHh +aHh +eMv +aHh +aHh +eMv +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(136,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +qZA +kDv +kUA +jQV +kUA +rFI +pJy +cjO +ajQ +ajQ +ajQ +ajQ +bhN +dTp +cnU +pmj +ixo +plk +plk +plk +plk +aTD +ohX +efs +eKP +oBF +xJd +aqF +ppj +aUN +aUN +eXy +aUN +qVZ +aZH +ina +asi +kGv +aKk +aKk +aKk +uPA +uKb +aoC +cdt +cdt +cdt +cdt +yjg +oCq +heh +aCS +aCS +aCS +aCS +cUn +qGm +asi +vQP +hbg +tPW +asi +omW +aiZ +oTC +hyX +cEO +fwl +uLP +bWr +etS +agx +akl +qso +rxH +eEl +aZQ +aZP +pos +cZb +aXg +gHi +aQh +jao +waQ +hgr +iHJ +iUo +waQ +kIj +fFG +asx +wrs +fsJ +wAz +awR +aza +aza +aza +aza +aza +awR +faU +gMV +xCw +iSv +iOt +iNz +kdW +avB +qvy +qvy +ftc +qMT +rml +uCK +lJk +poS +poS +fGg +evw +aSH +jRd +gyz +mBb +ajz +bvF +aOG +sOf +gqk +vqV +tQB +ajz +nAX +umv +nrL +rRV +yjO +aOE +xYr +aoJ +mgK +lQx +aoJ +aHh +aOE +aoJ +aoJ +aoJ +aoJ +aoJ +aHh +aHh +aHh +aHh +aHh +aHh +plv +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(137,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +kLI +byd +fDn +dFW +kUA +kUA +yfF +tSh +ajQ +heT +cHT +ajQ +wNm +cEb +feC +ajQ +kIO +gvX +xux +oBQ +dXL +aTD +xRM +aQI +ggZ +aQI +iDD +aqF +aUN +aUN +aUN +tbS +aUN +qVZ +aZH +ina +asi +nRw +gRa +avf +iah +uPA +sfA +tMx +aGv +aWb +aWb +aWb +wkY +oCq +asi +asi +asi +asi +aGW +anH +anH +asi +asi +asi +asi +asi +slj +aiZ +tSe +hyX +dft +qSg +npT +tIM +etS +aat +nVC +akl +rxH +xnf +xUo +atv +aPQ +aHZ +aHZ +aHZ +aQh +fuB +apZ +gMO +ePs +nUp +hdq +wSR +gXp +asx +gXu +fsJ +sSp +iyz +aza +aza +aza +aza +aza +awR +sTE +rRp +nMK +ulQ +cvt +pPA +xHE +jWx +jWx +jWx +jWx +ohI +gzG +bGn +wzM +jWx +jWx +jWx +bYR +lcT +lxz +sMI +lQW +nCT +ipv +iGG +mEO +qem +agL +oDg +ajz +aHh +txF +aOE +cks +aqb +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aHh +aOE +aFk +aFk +aFk +ltY +aoJ +aHh +aHh +aHh +psd +bBn +bBn +aoJ +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(138,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +yaY +wWO +kUA +kUA +kUA +kUA +gPP +erJ +gWg +gnZ +foP +mvz +uBJ +niB +hXc +ajQ +dTh +hGZ +pHV +mnv +plk +aTD +nKG +rHK +bPm +aQI +aQI +aqF +msb +ogn +ryf +ryf +axP +axP +aZH +ina +asi +fSE +duS +sYp +sYp +tRc +nUl +jTB +aly +aWb +aYJ +aWb +wkY +oCq +aRh +awd +awd +awd +awd +awd +awd +awd +awd +awd +awd +aRh +nLi +aiZ +hiU +hyX +sjx +cBr +xmW +dmx +hXP +ida +nOt +vKA +tFi +iVb +aoG +pEF +iZJ +cAE +aHZ +aHZ +aPQ +fGL +boj +qCg +apZ +nUp +apZ +hXH +qKj +asx +ftj +fsJ +wAz +awR +aza +aza +aza +aza +aza +awR +pyV +iIz +wrC +qQM +ozT +hZf +edh +faH +rGX +qGC +wOc +axh +wAx +bak +tZK +bmQ +xqX +fXJ +tWV +aSH +iYo +bAo +clx +ajz +goo +heb +jmc +ctm +vcu +hao +ajz +aHh +cKA +aOE +cks +aoJ +aoJ +aHh +tFo +ews +aHh +aHh +aHh +aoJ +aFk +aFk +aFk +aFk +aoJ +aHh +aOE +vEi +aoJ +aoJ +aoJ +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(139,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +edD +hwN +fuW +xGH +gsT +lrV +ikN +nAi +ajQ +tCP +cgU +ajQ +rlb +prB +fZo +ajQ +oEw +plk +fii +ulb +plk +aTD +dbS +cFj +uHq +xag +sYb +aqF +msb +ryf +ryf +msb +axP +ano +aZH +ina +asi +vse +aKk +oUO +kaa +isE +tFB +mVk +aly +ahm +aWb +aXF +sUx +oCq +aRh +awd +awd +awd +awd +awd +awd +awd +awd +awd +awd +aRh +nLi +aiZ +hiU +hyX +oaz +xzU +rYE +iVx +etS +rUg +hDf +amR +amR +amR +amR +amR +qFu +aCb +aCb +aCb +aCb +aCb +uZw +wRq +uZw +oRW +apZ +edA +kjJ +asx +gXu +fsJ +aJx +awR +awR +awR +awR +awR +fDy +awR +agB +rrP +agB +agB +aLC +vnu +fXq +izr +aPy +aPy +ryN +aPy +aPy +aaj +hzd +aaj +aaj +aoJ +iqr +ajz +ajz +ajz +ajz +ajz +mSd +fbQ +dDo +hpU +fFu +wLB +ajz +aHh +txF +aOE +cks +aoJ +aHh +eMv +ews +ews +aHh +aHh +aHh +xAg +aFk +aFk +aFk +aFk +aoJ +aHh +aOE +lrc +lrc +vbH +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(140,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aTD +aTD +kLI +nfW +jVY +obx +mXT +nAi +aew +aew +aew +aew +aew +dlI +aew +arQ +cSE +plk +yaX +dXL +cSE +aTD +rsR +aDf +xUB +aQI +vyX +aqF +msb +ogn +fCq +msb +axP +ano +aZH +ina +asi +jdb +aFa +gvf +aKk +uPA +nBv +kxx +aly +aWb +aWb +aWb +gLA +qsT +aRh +awd +awd +awd +awd +awd +awd +awd +awd +awd +awd +aRh +nLi +aiZ +hiU +hyX +dFN +gJN +hAe +vUC +hyX +vzf +hDf +amR +aAn +mYt +sRl +xQw +hNQ +aGP +akg +smv +eTo +aCb +uZw +lvG +uZw +fkF +apZ +edA +apZ +asx +bZW +fsJ +xyd +isf +wZf +kuM +jgT +apF +aGV +aWh +ohh +mVZ +ivb +agB +agB +btB +btB +btB +aPy +rMv +nwI +elG +aPy +gSe +dDU +bSE +aaj +ogK +rGB +ajz +uVJ +bef +krf +lhb +vYv +kHV +ych +jAf +jpA +jpA +ajz +aHh +txF +aOE +cks +aHh +aHh +aOE +aOE +aHh +aHh +aoJ +aoJ +aoJ +aFk +aFk +aFk +aFk +aoJ +aHh +aOE +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(141,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +kLI +dqV +kUA +kUA +kUA +gQK +arQ +cOF +mnt +hnN +mnc +uAB +mph +arQ +aTD +aTD +aTD +uOO +aTD +aTD +jXX +vmX +piV +gMi +sFi +aqF +ryf +ryf +msb +msb +axP +aAP +aZH +ina +asi +kGv +aKk +aKk +wKv +uPA +aCS +aBm +amy +amy +amy +amy +cyu +oCq +aRh +awd +awd +awd +awd +awd +awd +awd +awd +awd +awd +aRh +nLi +aiZ +mAs +hyX +mGq +mML +weB +tvU +hyX +eRp +hDf +amR +aZV +eQt +nBn +neg +ibF +qOJ +riV +jwx +fbZ +aCb +asx +mty +asx +asx +lJB +edA +apZ +asx +dJo +tOo +xyd +isf +ubJ +mVu +vFa +hSy +ybr +tej +wVk +ovs +lST +iev +oYY +eLd +fRU +uAy +aPy +qou +aXK +poQ +aPy +sHg +euV +wCg +aaj +mmr +vgn +ajz +das +sxG +aoV +pvG +eiL +asX +uLU +xnj +bwH +kXE +ajz +aHh +moX +aoJ +vBq +aoJ +aoJ +aoJ +nAX +aHh +aHh +aHh +aHh +aoJ +aFk +aFk +aFk +aFk +aoJ +aHh +aOE +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(142,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +edD +syV +dle +oeo +bpd +nAi +arQ +shH +bPX +vdI +xBn +qLt +tfj +arQ +msb +msb +msb +acb +msb +aqF +aqF +qTx +nVY +xJF +aqF +aqF +ryf +msb +msb +msb +axP +aAP +aZH +hqT +asi +aFa +gOw +abw +aaK +asi +aCS +nvA +mMl +bZn +kGp +kfD +dyt +uWd +aRh +atS +awd +awd +awd +awd +awd +awd +awd +awd +aWK +aRh +ful +aiZ +gBI +sPG +sPG +sPG +sPG +sPG +sPG +rXq +lMr +amR +aAn +jMP +dKb +vte +quS +jgP +uZm +vUM +suh +aCb +aKl +bWO +aKl +asx +rVP +edA +apZ +cRU +gXu +nOn +xGI +hsf +sBh +lBJ +lBJ +hmu +isR +wNB +mva +hOn +bRb +cKy +kbb +bRb +bRb +pZT +aPy +gHV +alL +sAd +aPy +rub +aDN +nEe +aaj +aHh +rGB +ajz +kim +sbR +ihm +pOf +rTM +uAA +jpA +kEu +uSN +cfi +ajz +aHh +txF +aoJ +cks +pDM +aHh +aoJ +aHh +aHh +tqf +aoJ +aHh +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aHh +aoJ +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +hWI +jFb +lrc +szt +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(143,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +kLI +kUA +kUA +kUA +nAi +arQ +lUp +jiM +tYo +arQ +czy +aqX +arQ +arQ +arQ +arQ +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +axP +axP +axP +aXD +asi +asi +asi +asi +asi +asi +asi +asi +asi +asi +asi +asi +ndh +asi +aRh +awd +awd +awd +awd +awd +awd +awd +awd +awd +awd +aRh +rKL +aiZ +hiU +sPG +rDR +auI +pIz +pHa +dbx +ldR +jPv +amR +mYG +vGH +mIq +jBI +qbb +aCb +ffG +fne +aCb +aCb +aKl +gPp +eCF +eSV +wpj +edA +apZ +cRU +xAh +mzm +iOv +fSA +eLQ +iZR +gNL +dLX +abe +aWh +hLe +jxg +jlt +ksZ +gCI +nZw +dQI +qwL +aPy +drq +kEy +xIA +aPy +eil +lVC +wSi +aaj +aHh +rGB +ajz +ehV +tdI +aoV +pvG +iOE +uAA +jpA +cIc +jpA +jpA +ajz +aHh +txF +aoJ +fDg +aoJ +opX +aHh +aHh +aoJ +eby +aoJ +kUQ +hMV +cgc +aHh +aoJ +aHh +aHh +aHh +aHe +aoJ +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +cxh +cDO +hDC +kXj +jFb +uaC +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(144,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +yaY +dlp +vcN +wEI +fNC +arQ +gdx +aZc +tLi +ruo +iwW +aqX +xIn +wTZ +pbR +arQ +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +axP +abE +kvc +dEV +oFw +dQp +oFw +oFw +oFw +rsm +koI +rOB +rXC +rXC +vqC +rXC +cYl +ent +aRh +awd +awd +awd +awd +awd +awd +awd +awd +awd +awd +aRh +sNo +xRz +hiU +wIy +jAB +umc +nlh +kPp +sPG +tnu +lMr +aDY +aDY +aDY +aDY +aDY +aDY +aDY +aDY +aDY +pnq +aDY +wNN +tZd +aKl +eSV +lcg +edA +apZ +cRU +gXu +efW +nEL +aWh +maK +oSu +txm +oSu +bWH +aWh +agB +agB +agB +cFv +agB +agB +aoJ +aoJ +aPy +aPy +aPy +aPy +aPy +aaj +aaj +aaj +aaj +fpJ +rGB +ajz +enI +uBy +aOG +gra +xlv +nSH +hrk +oJu +bwH +tnL +ajz +aHh +txF +aoJ +aoJ +aoJ +aoJ +aoJ +gqG +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aHh +aHh +aHh +aoJ +aHh +aHe +aoJ +msb +msb +msb +msb +msb +msb +rVl +jFb +vzg +jIm +bBt +nli +hDC +dSG +jFb +jFb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(145,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +edD +uom +jVR +uom +aeW +arQ +nFy +qif +eFu +ruo +knF +uRa +ivd +iWn +aCY +arQ +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +axP +mVJ +aZH +aZH +abB +vyi +aZH +aZH +aZH +aZH +awC +axP +aZH +aZH +aZH +aZH +aZH +qVG +aRh +awd +awd +awd +awd +awd +awd +awd +awd +awd +awd +aRh +vBt +aiZ +hiU +wIy +pRU +rdW +aQb +cME +mnR +ami +xXC +poL +gzP +oqX +oqX +pDe +pDe +poL +kzz +kzz +qls +aDY +sRJ +rZn +aKl +eSV +fFV +edA +apZ +cRU +gXu +efW +hiU +abh +abh +abh +abh +abh +abh +abh +agn +agn +aHe +vqa +hoj +hoj +hoj +hoj +klB +lUD +lUD +lUD +lUD +lUD +lUD +lUD +maw +lUD +okF +ajz +xPf +jZc +cMP +ajz +jDy +keB +wiB +bob +mEr +uQr +ajz +aHh +txF +aoJ +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +oVK +aoJ +wMo +vKs +sym +aoJ +aoJ +aoJ +aoJ +msb +msb +msb +msb +msb +peX +jFb +hWI +cxh +cQD +bBt +bBt +cpL +jFb +cwd +tHz +eqP +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(146,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +arQ +lzP +rsS +jtG +uks +mJq +sRa +dsM +raQ +rMf +arQ +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +axP +azI +abB +aqL +auC +aZH +abB +fyT +abB +aZH +wxb +axP +axP +axP +axP +axP +aZH +qVG +aRh +awd +awd +awd +awd +awd +awd +awd +awd +awd +awd +aRh +vBt +aiZ +hiU +wIy +nuf +dbP +vHN +nHd +mnR +ami +wCu +xVK +jOQ +jOQ +jOQ +mLA +jOQ +aIn +kzz +kzz +kzz +aDY +aKl +aKl +aKl +asx +ktW +edA +apZ +cRU +gXu +efW +hQp +afp +aAA +aAA +aAA +aAA +aAA +aAA +aAA +agn +agn +agn +agn +agn +agn +agn +bPc +aHh +aHh +aHh +aoJ +ruM +aoJ +aoJ +aoJ +xRP +dxV +ajz +ajz +ajz +ajz +ajz +ajz +ajz +ajz +jPJ +ajz +ajz +ajz +eMv +txF +aoJ +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aoJ +aoJ +aoJ +aoJ +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +peX +jFb +jFb +jIm +bBt +bBt +bBt +eeD +jFb +jFb +tHz +eqP +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(147,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +arQ +arQ +ucQ +arQ +arQ +arQ +ucQ +arQ +arQ +arQ +arQ +acb +acb +acb +acb +msb +acb +msb +msb +msb +msb +msb +msb +msb +axP +apx +aZH +auC +aZH +aZH +abB +aZH +aZH +aqL +wqC +axP +aXS +aXS +hSr +axP +hAa +oeE +asi +asi +asi +asi +qKx +anH +anH +voE +asi +asi +asi +asi +pqY +aiZ +hiU +sPG +ooB +dTv +rVy +mMT +mnR +ami +fzb +poL +pht +eBL +xUe +lPV +cuk +poL +kzz +kzz +kzz +aDY +asx +asx +asx +asx +abD +qfQ +xQA +abD +gXu +efW +aiZ +afp +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +agn +jlZ +aoJ +aoJ +hZK +aoJ +aoJ +aoJ +bBn +aoJ +aHh +vbY +tIc +tIc +tIc +tIc +tIc +vib +agn +rQU +fJP +oaa +agn +ogK +aHh +wof +aoJ +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +peX +jFb +jFb +baF +bBt +bBt +bBt +eeD +vzg +jFb +tHz +eqP +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(148,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +axP +aaS +aaS +aaS +aaS +aaS +aaS +aaS +aZH +ihH +wqC +axP +aXS +aXS +aXS +axP +tUp +aBN +dVE +dVE +eem +jlc +ebL +ekD +xPm +sbf +scH +qag +xvw +gtC +fYy +aiZ +oTC +sPG +sPG +mnR +mnR +sPG +sPG +gMd +tGb +aDY +aDY +aDY +aDY +aDY +aDY +aDY +aDY +aDY +aDY +aDY +klr +rDi +qBo +qIJ +arE +xtR +jNr +aZe +tQM +efW +mwn +afp +aAA +akV +akV +akV +akV +aGL +aGL +aGL +aGL +aGL +aGL +aGL +aAA +agn +bPc +aoJ +aFk +aFk +aYm +aoJ +rEc +aHh +wZW +aHh +cgc +cgc +aoJ +aHh +aHh +aHh +aHF +agn +luz +tuM +uzU +agn +sym +aHh +wof +aoJ +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +rYd +hAR +vrT +rPh +bBt +jkz +cch +jFb +jFb +jFb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(149,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +msb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +bZO +tdR +odn +odn +tdR +sjS +aaS +aZH +aZH +dbU +uyv +aXS +aXS +aXS +axP +aZH +aZH +aZH +ckQ +dJH +asi +oCN +rKM +tPT +hxZ +asi +rly +aZH +axP +cYU +aiZ +hiU +aOl +chV +ttk +ePK +wGi +vMl +gRu +tXw +kxB +nAs +ikV +mlb +bTx +jCQ +hwH +keF +gon +aAA +ljd +aYy +arE +arE +xwB +ivG +pYS +aLo +oRK +gXu +efW +gsL +afp +aAA +akV +rEU +nnF +sQi +aGL +gjy +aXo +flq +aXo +gjy +aGL +aAA +nlX +bPc +aoJ +aFk +aFk +aFk +aoJ +wgj +aHh +aoJ +aoJ +aoJ +uxV +aoJ +aoJ +aoJ +xmz +aHF +agn +gAM +bRG +wxK +agn +wMo +aHh +wof +aoJ +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +qOm +jFb +qqa +ymc +cch +jFb +hWI +jFb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(150,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +mjI +pSt +afc +nNs +onf +kdc +aaS +aZH +abB +wqC +ajI +aXS +aXS +aXS +axP +aZH +aZH +aZH +aZH +dJH +asi +asi +asi +asi +asi +asi +xWp +arK +axP +mxe +aiZ +hiU +aOl +srR +cHW +ses +rOt +daT +ses +arS +kxB +wGs +hMC +mlb +ceQ +mlb +hwH +nVR +vtV +akG +ljd +awm +sRd +aBH +atR +sOl +tVK +arE +ixW +lSQ +efW +kTG +akV +akV +akV +jjQ +aMm +tGn +aGL +tAc +lVU +iRg +xiC +xvq +uyJ +aAA +nYG +bPc +aoJ +aFk +aFk +aFk +aoJ +rwk +aHh +aoJ +msb +lrc +lrc +lrc +msb +aoJ +wMo +aHF +agn +agn +cNb +agn +agn +aoJ +aoJ +wof +aoJ +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +jFb +jFb +jFb +jFb +jFb +jFb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(151,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +mjI +gMX +vVy +pSt +pSt +fyI +aaS +auC +cTi +hrY +axP +aXS +aXS +aXS +axP +odu +msM +axP +aZH +tQj +rRi +lwf +wPv +dVE +dVE +dVE +eod +hNy +axP +jXx +aiZ +hiU +aOl +ndQ +pyQ +nFm +hUN +hkE +hkE +kFT +aVk +nAs +lPW +cVQ +pHk +vIv +nVR +lhs +gon +aAA +ljd +aRt +rqx +arE +azP +arE +qeJ +sju +oRK +gXu +pdd +gCZ +blJ +axk +wQY +tnp +xtO +fxw +lnb +hyh +ihL +obR +wSF +out +aGL +aAA +nYG +bPc +aoJ +aFk +aFk +aFk +aoJ +wgj +eMv +aoJ +msb +lgi +msb +lrc +msb +aoJ +sym +pdR +weE +weE +ggH +rIn +wNR +xkS +qHn +mHg +aoJ +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +jFb +jFb +jFb +jFb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(152,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +uls +rRb +gMe +wuJ +pSt +iTX +xdY +hCz +lLe +tXa +ajI +ajI +qEX +axP +axP +axP +axP +axP +aZH +aZH +cfO +neC +biy +aZH +aZH +aZH +nnp +qwz +axP +sck +aiZ +hiU +aOl +dIS +oHB +wUw +fpC +rhV +uHk +vrV +asI +amT +bjf +xZV +xFE +xZV +xZV +xZV +xZV +xZV +ljd +vWJ +pBs +bAz +hGs +cQf +jaH +iUk +aZe +lUE +iuY +mTh +akV +akV +akV +pTf +sfO +eLe +aGL +tAc +qln +oZd +nTH +bvk +xwA +aAA +nYG +bPc +aoJ +aFk +aFk +aFk +aoJ +aoJ +aHh +aoJ +msb +msb +msb +msb +msb +aoJ +ogK +aHh +aHh +aHh +aHh +aHh +aoJ +aHh +aHh +aHh +aoJ +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +jFb +jFb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(153,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +bzU +pSt +nNs +pSt +wuJ +mjI +aaS +aqL +aZH +aZH +aAP +ajI +aZH +axP +aZH +aZH +fRP +aZH +kOo +omw +rIP +amx +amx +amx +amx +amx +amx +amx +amx +wUQ +aDC +pOM +aOl +aOl +kSX +aOl +aOl +aOl +aOl +aOl +aOl +aOl +xZV +xZV +xZV +xZV +ugZ +cbW +mkT +xZV +aZe +tMo +oRK +oRK +oRK +aZe +aZe +aZe +aZe +xDZ +dMb +ykU +afp +hTw +akV +oxJ +dKg +bMs +aGL +gjy +bwN +koH +aXo +gjy +aGL +aAA +iKC +vhW +aoJ +aoA +aoA +aoA +aoJ +qSV +aHh +aoJ +aoJ +msb +msb +msb +msb +aoJ +aoJ +wMo +wMo +aHe +aoJ +aoJ +aoJ +aoJ +sym +gQq +aoJ +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aNg +msb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(154,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +mjI +wuJ +onf +pSt +afc +mjI +aaS +aZH +aZH +aZH +aZH +pOx +aZH +axP +aZH +aZH +axP +ano +umk +aZH +yed +amx +apm +apm +nHl +aQk +qrP +ayK +hzN +cSy +aiZ +hQp +aiz +xGW +mUZ +xGW +xGW +xGW +mQC +eir +xGW +xGW +xGW +xGW +lOA +dFk +aiZ +aiZ +aiZ +hQp +eir +xGW +dFu +xGW +xGW +xGW +xGW +xGW +aiz +uXs +tZb +xet +afp +agn +akV +akV +akV +akV +aGL +aGL +aGL +aGL +aGL +aGL +aGL +aAA +agn +bPc +aHh +ahR +ahR +aHh +aHh +aHh +aHh +bBn +aoJ +msb +msb +msb +msb +msb +aoJ +aoJ +aoJ +aoJ +aoJ +msb +msb +aoJ +aoJ +aoJ +aoJ +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aFk +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(155,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +oUH +tdR +tdR +tdR +tdR +ePU +aaS +aZH +aZH +aZH +axP +axP +aZH +aZH +aZH +arK +axP +aio +fGS +aio +bJn +amx +dcn +aIU +apm +apm +aNo +coc +hzN +uFl +vCI +sPZ +pPJ +sPZ +eXz +sPZ +sPZ +sPZ +sPZ +sPZ +dwZ +sPZ +sPZ +sPZ +gXs +aiZ +aiZ +cdH +aiZ +aiZ +aiZ +aiZ +tHk +aiZ +aiZ +aiZ +aiZ +aiZ +jJp +aiZ +dAy +vCu +qop +aHh +wgj +agn +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +agn +jlZ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(156,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +axP +axP +axP +axP +axP +axP +aaS +aeK +thx +aZH +axP +kgy +ckQ +aZH +gvC +gvC +ajI +arK +umk +aZH +iZA +amx +rAN +aGE +mKk +apm +apm +pAh +hzN +tFE +sGE +wHP +juo +hsu +wGS +jiV +jiV +jiV +vLJ +iXW +alC +mGp +eoq +kfX +cIj +syN +syN +wiK +syN +cMe +oWD +bOv +wKT +bJJ +bOv +bOv +bOv +uyV +pyH +bOv +qbj +uhS +afp +aHh +aoJ +agn +agn +agn +agn +agn +agn +agn +agn +agn +agn +agn +agn +bPc +aus +ycO +nlP +kmf +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +msb +msb +msb +msb +vRY +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(157,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +fAo +fAo +fAo +fAo +fAo +eZf +mui +gvk +qeb +fAo +fAo +fAo +fAo +cIO +fAo +ajI +ajI +kyZ +axP +axP +ajI +arK +rSU +omw +mhh +nxP +jso +apm +apm +adL +vfv +pAh +hzN +cSy +aiZ +tlL +akh +akh +akh +akh +akh +akh +aOl +aOl +cid +aOl +aOl +ofy +cNz +mZG +ydf +wTL +sGd +bMa +ahe +aJq +aJq +aJq +tiu +aJq +aJq +aJq +aJq +tbv +uiI +rPf +ahe +aHh +aHh +gct +gct +gct +gct +gct +jQR +aHh +eMv +aoJ +aHh +aHh +iam +bPc +aHh +bkE +xgg +uTq +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(158,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +msb +lrc +aET +slm +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +fAo +wji +wji +vwT +wji +wji +wji +wji +wji +wji +wji +wji +wji +wji +fAo +aXS +aXS +aXS +aXS +aOf +ajI +aWe +odu +aZH +cta +amx +hqO +ajF +jPS +aGE +ajF +uWo +amx +xkw +fQq +asv +akh +asR +asR +jzW +anY +abl +acs +dfv +rXU +rba +aOl +vyg +ula +txP +cOH +ahJ +skY +oBq +ahe +xKl +cHX +lLz +xQN +hsw +tiK +qcV +hYl +sLf +pAZ +qbe +ahe +hFp +gMy +aFk +aFk +aFk +aFk +iRo +aoJ +aHh +aHh +hFp +aHh +aHh +iam +bPc +pYX +kxk +pYX +uTq +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(159,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +xsF +aET +aET +xsF +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +fAo +wji +wji +wji +tmA +wji +wji +wji +wji +wji +tmA +tmA +wji +wji +fAo +aXS +aXS +aXS +aXS +aXS +axP +abB +abB +aZH +qoD +amx +qvE +ajF +jRX +eKy +nXG +gpo +fUb +czR +aiZ +hiU +akh +asR +asR +vOX +anY +abl +acs +dfv +mhN +rmt +acs +sMl +tgD +umX +kGy +eDH +ldq +mzH +ahe +xDb +ayk +sZg +kIv +dfm +dGD +dfm +dfm +dfm +wPL +xbE +ahe +aHh +iwt +aFk +aFk +aFk +aFk +aFk +aoJ +ogK +aHh +aHh +aHh +pNr +aoJ +bPc +aHh +wYf +aHh +uTq +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(160,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +qWO +xuO +xuO +xuO +xuO +lAf +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +fAo +wji +aio +xcN +aio +aio +xcN +aio +aio +upz +aio +aio +aio +wji +fAo +aXS +aXS +aXS +aXS +aXS +axP +aWO +psq +aZH +qoD +amx +bPM +apm +apm +apm +dHs +tij +amx +nqL +aiZ +hiU +akh +asR +asR +vOX +aXH +abl +acs +dfv +pXg +yhL +acs +sMM +nMa +lMM +udM +uPy +xfC +hif +jYe +pbm +fHr +dhY +bco +jKI +scw +ayk +ayk +ayk +sdR +qhl +ahe +wMo +fdq +aFk +aFk +aFk +aFk +aFk +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +aoJ +gBr +waS +lDV +rth +jni +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(161,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lAf +kAi +xfJ +fXs +jgt +qWO +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +fAo +wji +aio +abX +jOv +aio +ahx +mHG +aio +pOc +aCe +aCe +aio +wji +fAo +aXS +aXS +aXS +aXS +aXS +aJn +aJn +aJn +ald +eIE +aJn +aJn +aJn +aJn +amx +amx +amx +amx +gGq +aDC +xRX +akh +wlC +uDy +adP +uDy +cdc +acs +dki +uXo +mgv +acs +dtz +dDL +lcn +jKh +jKh +pbV +vXZ +ahe +biV +rUQ +psj +uMZ +bIX +uPO +eCj +eCj +eCj +wBx +qVg +ahe +aJj +aJj +aJj +aJj +aJj +aJj +aJj +aJj +dkB +cse +cse +cse +cse +tcg +pqA +agn +agn +agn +agn +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(162,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lAf +thQ +mfY +lrS +qlH +lAf +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +fAo +wji +aio +acX +abX +aio +cFH +aCZ +aio +aCe +smn +aqG +aio +wji +fAo +aXS +aXS +aXS +aXS +aXS +aJn +aqC +asn +aAC +anG +aAC +aEA +aqt +aJn +iQM +xAZ +jUk +wUJ +sHo +ajX +hFg +akh +awN +doR +aFT +rkT +rmV +ous +nuj +tjc +eEH +acs +uzw +jhF +emc +aCQ +aCQ +kZw +aOd +aOd +aOd +sua +aOd +rEs +ayk +fFj +ayk +ayk +gHr +mhV +nsi +ahe +aRr +aRr +wqM +pYs +acf +nsZ +ayS +aJj +rkJ +aJj +pwX +aJj +aJj +aJj +aJj +aJj +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(163,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lAf +lAf +kvF +veU +lAf +lAf +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +fAo +lxy +aio +pkH +ptZ +aio +avX +aaN +aio +aCe +aqG +aCe +aio +wji +fAo +aXS +aXS +aXS +aXS +aXS +aJn +aWo +aAC +aAC +anG +aAC +lgu +aIP +aJn +juu +tVJ +xzZ +iEQ +lAa +hNV +bwc +akh +fom +rfU +lmB +lmB +sPr +acs +pzp +xJc +mXr +acs +rsc +fvV +dfp +rqK +wVA +uZt +aOd +aXh +aaB +aXy +drR +sQf +ayk +fFj +ayk +aIE +cdm +lml +pJZ +ahe +aRr +aRr +asO +aRS +asO +fTA +ayS +lur +dPt +lUZ +xXN +pVW +lrr +nOg +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(164,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +acb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lAf +rZG +vDQ +jdN +eLh +lAf +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +fAo +eYm +aio +aio +aio +aio +aio +aio +aio +aio +aio +aio +aio +ruK +fAo +aXS +aXS +aXS +aXS +aXS +aJn +aTx +aAC +aAC +ayA +aAC +aZD +auT +aJn +uVG +vxn +cHc +wUJ +fTy +vaa +wdS +akh +awN +vOX +ads +ads +prJ +acs +qPy +uXo +qPy +acs +pUL +lUG +kHy +ooL +aJF +aJF +drR +ajC +abS +aXy +drR +kiL +mVl +fFj +ayk +pXS +gLw +oIA +mfI +aPn +aJj +ann +gmg +asa +asa +asa +vMz +awz +peF +irS +bSj +aAJ +aAJ +jMR +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(165,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +map +iUz +lQh +cqc +uwB +ygU +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +fAo +wji +aio +aLW +abX +aio +aZN +aqz +aio +aCa +aCe +aCa +aio +wji +fAo +aXS +aXS +aXS +aXS +aXS +aJn +aJn +aJn +aGo +agV +aal +aNs +acq +aJn +cxL +rBa +gyY +nks +hlI +vam +ptz +akh +awN +vOX +aRp +aRp +jma +acs +ioB +wFm +ufy +acs +wgg +kVH +pUp +ljF +abc +abc +drR +aFv +aNR +aFm +aOd +drR +joq +iZv +atD +mIn +hvl +vql +jMp +lyK +arb +arb +iJh +ora +ora +aJj +aJj +aJj +obF +fgX +asO +pdN +pfc +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(166,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +map +fUA +dNW +tdD +oRn +ygU +lrc +lrc +msb +msb +msb +msb +msb +msb +msb +msb +fAo +wji +aio +qYl +aLW +aio +mDi +tMj +aio +aCe +aCa +hfW +aio +wji +fAo +aXS +aXS +aXS +aXS +aXS +aJn +akJ +aXu +gOK +aHa +aAC +aCi +auT +aJn +xXa +fZl +hSJ +wUJ +nxn +huV +phb +mOy +awN +vOX +aJD +aJD +sPr +acs +dki +mhY +baI +acs +xol +lUG +plP +ljF +aPx +aPx +drR +aiB +aNR +aNR +aJC +drR +eMP +fFj +ayk +mhV +eFa +vId +uxM +bNW +quE +fTX +pZN +jpa +alA +fLo +jXR +uxT +uGg +asO +jIO +asO +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(167,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +kGw +lAm +rfO +itc +npM +kfl +qWO +lrc +msb +msb +msb +msb +msb +msb +msb +msb +msb +fAo +wji +aio +abX +abX +aio +dzR +mDi +aio +aCe +aCe +aCe +aio +wji +fAo +aXS +aXS +aXS +aXS +aXS +aJn +aTk +aeP +asn +aJr +aAC +aIP +wSG +aJn +qlx +cVp +uaE +lRU +vPe +toi +pDJ +akh +akh +nAr +uwH +uwH +sPr +acs +dki +uXo +qPy +acs +mQs +kGW +oBO +ljF +aPp +acT +aOd +akc +nRa +ajW +atU +drR +hQP +tit +nzP +lml +aPn +aGk +fOJ +pRm +krp +fTX +fIs +rHy +xeC +die +ctX +gSw +rOe +asO +asO +cfQ +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(168,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lAf +uAm +gkb +bgo +qWO +qWO +lrc +fBT +msb +msb +msb +msb +msb +msb +msb +msb +fAo +wji +aio +oOE +aio +aio +oOE +aio +aio +tic +aio +aio +aio +wji +fAo +axP +mLf +mLf +mLf +axP +aJn +aYN +auW +aiV +apS +aAv +aui +aHn +aJn +mAD +cva +cjY +wUJ +aPc +ajX +tFs +anj +jGe +jGe +mhj +uwH +qyW +aOl +aOl +kDj +aXb +aXb +ibo +aXb +oBq +aXb +aOd +aOd +aOd +aOd +aOd +aOd +aOd +aOd +cID +jVA +khf +wDa +aPn +rpS +rUV +aYF +wIk +aPn +rRA +qmj +kvW +rTI +uhk +uxT +jXk +asO +asO +asO +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(169,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +acb +acb +acb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lrc +lrc +mre +oaC +lqb +gzr +sDD +mre +lrc +lrc +msb +msb +msb +msb +axP +axP +axP +axP +fAo +wji +wji +wji +tmA +wji +wji +tmA +wji +wji +tmA +tmA +wji +wji +fAo +qVZ +aZH +aNY +aNY +aNY +aJn +aJn +aJn +aJn +aJn +aJn +aJn +aJn +aJn +nks +wUJ +wUJ +nks +gba +aRv +lTa +anj +jGe +jGe +jGe +aOl +hOp +odL +odL +lQV +aXb +rVc +rcz +tkI +jvV +aXb +aTU +aTU +aTU +aTU +aTU +aJj +scv +vkj +fQZ +pQu +vRX +rQj +aPn +toS +jFD +ule +pIs +fTX +pSy +dzM +jkI +rZz +mAG +uxT +eyq +asO +cua +asO +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(170,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lrc +lrc +qWO +axy +nzM +ley +oLK +lAf +lrc +fBT +msb +msb +msb +axP +axP +vFD +vFD +vFD +fAo +wji +wji +wji +wji +wji +wji +gNT +wji +wji +wji +wji +wji +wji +fAo +qVZ +aZH +aNY +kaH +feK +jjq +iJP +hFK +jjq +jjq +ewm +lfG +piL +tzO +jjq +jjq +wQv +fzM +pJP +ajX +uZz +anj +jGe +jGe +jGe +aOl +mTA +tUo +mXP +iNA +aXb +xvy +byo +fZZ +skT +aXb +aTU +aBu +aBu +aBu +aTU +aJj +tkw +rDv +dbQ +rHj +asO +sud +aPn +csp +vsN +iVY +urH +aPn +hUL +asO +rDw +tJJ +qtt +uxT +knn +asO +asO +lPh +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +msb +acb +msb +msb +acb +msb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(171,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +kGw +lrc +qWO +jVs +ygU +jsp +lsu +lAf +lrc +lrc +msb +msb +msb +axP +wLe +xds +xds +xds +fAo +cIO +fAo +fAo +fAo +fAo +fAo +fAo +fAo +fAo +fAo +fAo +fAo +fAo +fAo +qVZ +aZH +aNY +xrT +xTg +ajX +sXP +aNY +dRT +ajX +ajX +ajX +ajX +ajX +ajX +ajX +aKE +ajr +pVj +ajX +cqX +anj +anj +sxy +anj +aOl +uRZ +rhh +ppt +ppt +aXb +wFA +fOl +aCQ +jND +aXb +aTU +aBu +aBu +aBu +aTU +aJj +wuG +rJw +uAV +aqU +wHu +uAV +aPn +dzz +eEz +omj +oQc +fTX +wjt +iuh +exT +nBx +gHd +uxT +ucs +cma +bJr +bnm +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(172,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +lrc +msb +msb +lrc +fBT +msb +msb +msb +msb +msb +msb +msb +axP +hgE +rSp +rSp +rSp +rSp +rSp +rSp +rSp +rSp +rSp +rSp +rSp +pxO +aZH +aZH +aZH +aZH +aZH +axP +aZH +aZH +aNY +tbM +xTg +ajX +eNI +aNY +aNY +imH +imH +aNY +njm +ajX +ajX +hNV +aKE +ajr +pVj +ajX +vVC +npb +dtk +dtk +dtk +aOl +aOl +xcY +aOl +aOl +aXb +fDQ +hCJ +qEC +pCg +aXb +aTU +aox +aBu +qui +aTU +aJj +aJj +aJj +pVi +oEg +vIH +gSW +aPn +aPn +cYf +aPn +aPn +aPn +aJj +aJj +goc +aJj +hAQ +aJj +jzc +asO +asO +mXg +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(173,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +msb +fBT +lrc +lrc +kGw +msb +msb +msb +msb +msb +axP +axP +kgo +rSp +rSp +rSp +ssc +ssc +ssc +rSp +rSp +rSp +xds +ivJ +axP +odu +odu +axP +aZH +aZH +aZH +aZH +aZH +aNY +nMP +huV +ajX +jOl +aNY +eky +ajX +aKE +wpI +aYB +cyV +dvT +jpK +bsp +xCS +oyK +ajX +snC +aNY +aNY +mAH +dtk +oWe +aOl +qjj +nyn +icC +aXb +dJx +dyv +wXG +dvX +aXb +aTU +lDF +aKe +dvm +aTU +aJj +wuG +bZq +hSz +uaF +ndZ +myA +dqq +lWz +qfe +sSd +sUr +kJr +cQR +lWz +fdm +cfJ +dqq +xBe +eHO +sod +vSX +bnm +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(174,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +ntc +lrc +lrc +msb +msb +msb +msb +msb +axP +mfW +xds +rSp +rSp +jdT +eOE +qdR +giR +qvj +rSp +rSp +aio +aio +axP +axP +axP +axP +axP +axP +axP +wBL +ppP +aNY +yfJ +akk +akk +rZx +aNY +ajr +ajX +aKE +wpI +opy +huV +apC +apC +apC +apC +csn +apC +ajX +cfs +aNY +wlI +wlI +wlI +aOl +jEq +vRc +aeV +aXb +jLV +ceW +nEQ +qAW +aXb +ahN +mTX +aOL +vtF +ahN +aJj +pfg +jqs +cfQ +lXQ +mXv +uZc +eyp +eyp +bDH +gxt +dMP +uDr +btx +eyp +bYq +eyp +jdA +bly +ppQ +asO +asO +iOJ +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(175,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +msb +lrc +fBT +msb +msb +msb +msb +msb +axP +mfW +xds +rSp +rSp +jdT +jga +bkD +bkD +rDb +rSp +rSp +ija +ija +ija +axP +msb +msb +msb +msb +axP +axP +axP +aNY +hoX +agR +agR +agR +aNY +ajr +ajX +gGd +wpI +ajX +ajX +aAE +eMC +aAE +aAE +fiE +aAE +ajX +uqF +aNY +acb +acb +acb +aOl +ddG +nXY +xBa +aXb +wJw +dUD +wJw +skY +ahJ +hiX +kHQ +wHG +kSR +hiX +aJj +vpj +pYp +tuG +wDS +wDS +ssp +pIm +pIm +jCM +nvE +vKg +lGS +qew +gkG +mUV +kWo +bjH +whl +wzi +rDJ +uMl +bnm +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(176,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +msb +msb +msb +msb +msb +msb +axP +axP +wVQ +rSp +rSp +jdT +tSG +bkD +bkD +knE +rSp +rSp +pXG +ija +hGo +axP +msb +msb +msb +msb +msb +msb +msb +aNY +aKw +agR +agR +agR +aNY +ajr +kIA +ykO +jyg +oVH +ajX +ajX +ajX +ajX +ajX +pVj +ajX +ajX +stY +aNY +acb +wKR +acb +toc +hhm +mXG +aUa +ahN +cfD +qsq +iuv +mwQ +wJE +kbK +uqy +gkw +xlq +yau +uBL +rjr +aYa +aYa +aYa +aYa +aYa +aYa +aDu +aAy +aIh +cdG +aAy +aAy +jOs +jaf +uMl +qTL +vXp +ozg +cyj +gmW +fpZ +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(177,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +axP +eHx +rSp +jdT +nyv +oIa +wbq +qvj +rSp +rSp +iTs +vau +stF +axP +msb +msb +msb +msb +msb +msb +msb +aNY +agR +agR +agR +agR +aNY +iwc +jjp +wsp +wpI +pvX +oEN +oEN +jsv +xyO +oEN +tFZ +oEN +kYZ +cfs +aNY +acb +acb +acb +aOl +aOl +cRb +ajp +ahN +wbN +fbB +mzk +iQP +bDU +mbp +aub +iMH +nuT +kVW +kBm +aYa +aVi +iuz +oMk +oMk +upE +aYa +aAy +aAy +hDh +oZi +vGn +aAy +aAy +aVM +aNX +rNV +grt +ozg +hTN +cqg +asO +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(178,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +usg +mmj +rSp +kud +kud +kud +rSp +rSp +rSp +lYP +bcH +uAH +axP +msb +msb +msb +msb +msb +msb +msb +ahn +agR +agR +agR +arG +ahn +iSn +iSn +xkg +iSn +ejM +iSn +aNY +aNY +aNY +iSn +ejM +iSn +ejM +iSn +aNY +acb +acb +acb +acb +aOl +aIm +xRN +ahN +mVg +jEg +sou +oLb +oLb +osn +eaS +ouM +jlY +kZQ +vUk +aYa +vsQ +aFo +awh +afj +tMO +qaZ +aAy +aAy +aIh +qEr +aAy +aAy +aAy +gdX +oZh +maT +sSu +ozg +cyj +nwN +asO +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(179,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +eHx +rSp +rSp +uPI +sKu +rSp +rSp +jLj +axP +axP +axP +axP +axP +msb +msb +msb +msb +msb +msb +msb +ahn +pAM +pAM +pAM +pAM +ahn +acb +iSn +iFH +iSn +iFH +iSn +aNg +aNg +aNg +iSn +iFH +iSn +iFH +iSn +acb +acb +acb +acb +acb +aOl +aPR +cRb +ahN +eXO +eQb +iap +eZK +piT +dnb +eaS +ouM +cad +kZQ +sAW +aYa +aws +anC +aVi +aSb +rYp +iIw +hIA +nxI +uQS +mOu +nLg +cIE +aAy +aKN +dAa +maT +niA +ozg +wFY +yhR +asO +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(180,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +axP +axP +axP +ajI +gfQ +axP +axP +axP +axP +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +aNY +xGv +iSn +utD +aNY +acb +aNg +acb +aNY +xGv +iSn +utD +aNY +acb +acb +acb +acb +acb +aXf +aDx +cRb +ahN +vyh +duN +dzg +xfD +pqo +uXr +gwE +rjS +icR +kZQ +thR +aYa +aVi +aXl +axH +akP +oAu +jRA +aAy +twR +fRn +pvD +sMq +nwg +aAy +vHx +szs +maT +iFM +omJ +lTU +kGZ +asO +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +wKR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(181,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +lrc +lrc +mcH +fyT +axP +ajI +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +iSn +jEe +iSn +ruT +iSn +aNg +aNg +aNg +iSn +ruT +iSn +byQ +iSn +acb +acb +acb +acb +acb +aOl +aMc +aOl +ahN +yeb +fnN +ttI +eUU +vKE +beu +agi +ouM +rNl +xXi +wwm +aYa +aVi +sRg +dBS +tLp +fcv +aYa +aAy +rWB +xWo +bDY +xWo +nYv +aAy +aVM +fcF +cBJ +qNR +asO +tsh +asO +asO +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(182,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +vbH +axP +axP +aZH +aAP +ajI +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +wKR +acb +acb +acb +iSn +iMZ +iSn +iMZ +iSn +acb +aNg +acb +iSn +iMZ +iSn +iMZ +iSn +acb +acb +acb +acb +acb +adi +acb +acb +ahN +sbH +nRR +oqD +vcK +eNk +rLv +xIS +mOF +sRV +hge +lrg +aYa +aYa +aYa +aYa +aYa +aYa +aYa +aAy +sNj +ceE +osl +gQs +qcd +aAy +ots +qDT +fle +nnB +hYt +vxW +sFQ +sFQ +sFQ +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(183,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +qVZ +aZH +kRA +ajI +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +iSn +xbB +iSn +keN +iSn +aNg +aNg +aNg +iSn +keN +iSn +keN +iSn +acb +acb +acb +acb +acb +aNg +acb +acb +ahN +yks +wLj +nOe +hMk +mfZ +kcm +fPx +cqM +rNl +pKP +jPf +ahN +bqd +lca +llY +jqP +pQr +hRX +aAy +lSj +fgM +atj +fgM +eRU +aAy +xfS +mzz +wJA +qNR +jLp +tsh +asO +asO +asO +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(184,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +axP +qVZ +aZH +ano +ajI +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aEa +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +wKR +adi +acb +acb +ahN +flf +nRR +oqD +uZq +hay +nZm +jQv +nZm +clw +toY +eMS +ahN +vDu +cGf +agi +vrS +vrS +cuH +aAy +wDO +pHT +jmq +ldu +fLl +aAy +neQ +nkM +wJA +ufN +jVe +dCb +pFQ +eFi +coo +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +aqp +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(185,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +ajI +ajI +ajI +ajI +ajI +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +ahN +flf +eec +wjS +tNS +wMr +aky +qxe +pGq +rPx +sRE +szX +ahN +vJj +uzM +agi +mvl +mvl +rct +aAy +aAy +aAy +aAy +aAy +aAy +aAy +baA +xNW +aVu +tbh +sVk +cYN +kpV +ejt +xNw +gWo +mnV +ejt +vwp +juN +uIW +hAL +ckF +uQn +asO +aJj +aJj +aJj +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(186,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +qHs +uDj +uDj +uDj +mHx +mEj +eNT +eNT +lqt +cEQ +reo +fNo +sRp +ahN +dUw +fcQ +pRH +qAG +dAU +hEK +afF +iHH +xDq +goT +iBI +afF +afF +aJj +dLn +sYl +fzB +xGC +fva +iLO +mJf +ufs +sjE +sJB +sJB +rLR +oNt +shd +aVu +dAN +aai +swD +lVZ +pDR +ejv +aiH +acb +acb +acb +alS +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(187,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +kZM +aNg +aNg +aNg +aNg +aNg +dOL +vtH +iOh +giF +sVJ +vSp +ahN +hiX +hiX +olV +hiX +hiX +hiX +afF +oUg +lZY +saT +pWB +afF +afF +aJj +aJj +aJj +aJj +aJj +aJj +aJj +aJj +aJj +aJj +aJj +aJj +pBl +oNt +jHP +pWj +asO +cEd +asO +aVM +aJj +aJj +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(188,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aZM +acb +aNg +aTU +aTU +aTU +aTU +aTU +aNg +dOL +pWQ +eQa +qNq +iqd +kOr +lUc +tiH +lUc +qer +wSU +tuT +eXZ +afF +uKx +cOK +nMs +ksu +afF +gAc +ihY +fEm +ihY +pTx +ihY +rnZ +fwE +dom +oXP +xgb +xgb +afF +szq +fcU +aJj +aVM +aVM +krZ +aVM +aVM +aVM +aJj +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +wKR +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(189,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aXU +acb +aNg +aTU +dSr +dSr +lcG +qxW +bTo +pYC +tsT +hWE +sUP +tDL +eaS +kPV +cgK +oLb +sou +sou +dzG +ifY +afF +axG +cOK +nMs +nBf +kxr +fCJ +aNM +mNo +aNM +aNM +iMr +bJy +qHo +mit +xgb +nXU +xgb +afF +aMT +ayQ +aJj +wIN +bJk +khq +asO +dPn +qHX +aJj +aJj +aJj +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(190,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +msb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aZM +acb +aNg +aTU +dSr +dvR +gmR +aKe +aNg +dOL +fci +uhC +cNJ +agi +bLu +agi +agi +cxX +agi +agi +gJK +gvz +afF +ffH +jhT +iLn +eiC +teA +pKp +kFx +hiF +hrE +aNM +lyR +lyR +dom +xgb +rXt +xgb +xgb +afF +kSb +eLm +aJj +wyY +kUp +bXC +sAZ +sAZ +wLl +aCu +qxT +fLP +rgG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(191,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +aTU +dSr +dSr +ifU +lyQ +toa +sqc +sti +lVK +eWq +oBe +bLu +sEj +agi +cxX +sEj +agi +gJK +mIb +rJt +vVi +bHF +sUY +rWz +afF +cOs +aNM +odT +tEi +lBg +lBg +nxO +hVs +tnN +gRf +xgb +pbU +afF +jGN +mJh +aJj +ckB +bZS +bsY +oUf +asO +oFV +aJj +pQW +aJj +ijz +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(192,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +aNg +aTU +aTU +aTU +aTU +aTU +aNg +dOL +vkX +yke +rrO +xwo +raR +iRP +gcA +fEq +iRP +iRP +oIx +fUy +pHr +xfP +lxH +lbz +nuX +afF +nuw +aNM +buK +aNM +eBw +bJy +oEH +dom +xgb +aay +xgb +xgb +afF +afO +fZk +aJj +aJj +aJj +aJj +aJj +aJj +aJj +aJj +buL +buL +oTx +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(193,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +aTU +eaw +eaw +ice +bcg +qXf +tqN +bWo +kbx +jsN +eMx +iQz +agi +agi +cxX +agi +agi +gJK +pJK +rJt +mCD +vYj +kOw +twM +afF +rhk +aNM +jkl +aNM +bJy +bJy +hqt +bYr +lrf +xgb +xgb +xgb +afF +vmV +ayQ +qHF +ufK +ufK +aJj +msb +msb +msb +aES +aES +aES +vig +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +hKS +rgG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(194,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +aNg +aTU +eaw +jmp +vot +aKe +aNg +dOL +vJK +fXY +sou +vlJ +wwZ +sou +sou +hbB +agi +agi +gJK +dWX +afF +wMf +iaq +btz +kDF +afF +fta +cGp +eNu +vbM +hpE +fzz +hlS +rnZ +dom +rsq +xgb +xgb +afF +biX +hgD +vPQ +cii +oiF +aJj +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +ijz +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(195,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +aTU +eaw +eaw +qgg +soq +lhk +gOc +sYO +mly +agi +kZQ +bLu +agi +agi +bPx +agi +agi +gJK +kCP +afF +afF +aWc +aTO +ajR +afF +afF +afF +afF +afF +poB +poB +tqi +afF +afF +afF +afF +afF +afF +biX +wYx +tpZ +azo +hZz +aJj +msb +msb +acb +acb +acb +wKR +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +ijz +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(196,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +aNg +aTU +aTU +aTU +aTU +aTU +aNg +dOL +vkX +vVt +shc +bnc +bLu +agi +agi +flv +aaZ +agi +rPU +gmj +afF +uSX +wIJ +hqI +ajR +afF +msb +msb +msb +msb +acb +acb +qsG +msb +msb +msb +msb +aJj +qsa +dzP +nOp +tWC +cii +avl +aJj +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +ijz +aES +aES +aES +aES +aES +aES +aES +aES +aES +aES +aES +aES +acb +acb +acb +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(197,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +aNg +aTU +gMM +gMM +oOB +bcg +qXf +tqN +bWo +aTR +jsN +ttb +jmW +nZm +nZm +qVn +agi +agi +gJK +sBP +afF +afF +aTq +aTO +ajR +afF +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +aJj +pLu +qEV +wtt +gMs +ufK +ufK +aJj +msb +msb +aNg +aNg +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +ijz +aAA +sjG +sjG +sjG +sjG +aAA +sjG +sjG +aAA +aAA +aAA +aES +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(198,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +aTU +gMM +qqw +wAA +aKe +aNg +dOL +tHO +vSA +agi +agi +agi +sEj +uZo +bLu +sEj +agi +gJK +sNC +afF +uuN +aNk +aYI +akm +afF +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +aJj +aJj +aJj +aJj +aJj +aJj +aJj +aJj +msb +msb +msb +msb +aNg +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +ijz +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +aAA +aES +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(199,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +aNg +aTU +gMM +gMM +tfE +soq +lhk +gOc +dpR +vSA +agi +ksy +nZm +nZm +hEg +joF +nZm +nZm +ngP +frh +afF +afF +anp +afF +aYg +afF +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aNg +acb +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +acb +acb +ijz +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +aAA +aES +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(200,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +aTU +aTU +aTU +aTU +aTU +aNg +dOL +vtH +bSf +oHj +eSF +nUY +pGq +lIM +uxd +wIc +qAG +kwW +bDr +afF +afF +aLf +afF +wAC +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aNg +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +ijz +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +aAA +aES +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(201,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +aNg +ahN +ahN +ahN +ahN +ahN +kZM +vyD +eZU +iJe +sTy +iKb +mdd +hAo +jjL +iKb +mdd +gYe +jil +cGR +afF +afF +aCs +asp +prC +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +aNg +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +ijz +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +aAA +aES +acb +acb +acb +acb +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(202,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +aNg +aNg +aNg +aNg +aNg +acb +acb +ggQ +lri +dcQ +dFo +dcQ +lri +dcQ +dFo +dcQ +lri +dcQ +dFo +joS +acb +acb +acb +acb +acb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +msb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +aNg +sjG +acb +ijz +sjG +sjG +sjG +aLi +aLi +aLi +aLi +aLi +sjG +sjG +aAA +aES +sjG +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(203,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +adi +adi +acb +acb +acb +acb +aNg +kZM +oYF +aNg +lqB +aNg +oYF +aNg +lqB +aNg +oYF +aNg +lqB +kZM +aNg +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +msb +msb +msb +msb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +aNg +sjG +sjG +ijz +sjG +sjG +aLi +aLi +aLi +aLi +aLi +aLi +aLi +sjG +sjG +aES +sjG +sjG +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(204,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +adi +aNg +acb +acb +acb +acb +acb +nuh +aTU +uNX +aKe +lSN +aTU +uNX +aKe +lSN +aTU +uNX +aKe +lSN +aTU +aNg +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +wKR +acb +acb +acb +sjG +sjG +sjG +sjG +aNg +sjG +sjG +ijz +sjG +sjG +aLi +aLi +cQr +aLi +pMQ +aLi +aLi +sjG +sjG +aES +sjG +sjG +acb +acb +aNg +acb +acb +acb +sjG +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(205,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +aNg +acb +acb +acb +acb +acb +acb +aNg +aTU +phQ +ifh +hjM +aTU +fLW +lGX +fHV +aTU +ilg +tKo +pKf +aTU +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +aNg +sjG +sjG +ijz +aLi +aLi +aLi +aLi +nRQ +aLi +ydq +aLi +aLi +aLi +aLi +aES +sjG +sjG +sjG +aNg +aNg +aNg +acb +sjG +sjG +sjG +sjG +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(206,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +acb +acb +acb +acb +acb +acb +aNg +aTU +huC +cdi +huC +aTU +jqA +dxj +jqA +aTU +wez +akM +wez +aTU +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +aNg +sjG +sjG +ijz +aLi +ejZ +aLi +puW +bVj +rwZ +jzG +puW +aLi +aLi +aLi +rtE +sjG +sjG +sjG +aNg +sjG +aNg +sjG +sjG +sjG +acb +sjG +acb +acb +aNg +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(207,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +bOX +sjG +sjG +bOX +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +acb +acb +acb +acb +acb +acb +aNg +aTU +huC +huC +huC +aTU +jqA +jqA +jqA +aTU +wez +wez +wez +aTU +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +aNg +sjG +sjG +bOJ +cmP +kDI +oTZ +fhH +xLv +bii +xfu +fhH +rWd +dRk +ltn +aES +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +aNg +aNg +aNg +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(208,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +kvK +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +msb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +acb +acb +acb +acb +acb +acb +aNg +aTU +aTU +aTU +aTU +aTU +aTU +aTU +aTU +aTU +aTU +aTU +aTU +aTU +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +aNg +aNg +aNg +sjG +aIu +aLi +aLi +aLi +iLj +rlc +erv +pGW +wey +aLi +vYO +aLi +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +aNg +sjG +aNg +sjG +acb +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(209,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +acb +acb +acb +acb +acb +acb +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +aNg +sjG +sjG +ncG +aLi +aLi +aLi +ydL +vZJ +uWZ +hNW +ydL +aLi +aLi +aLi +aLi +aLi +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(210,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +bOX +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +acb +acb +acb +acb +acb +acb +aNg +aNg +aNg +aNg +aNg +aNg +acb +acb +acb +aNg +aNg +aNg +aNg +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +aNg +aNg +aNg +sjG +bOJ +sjG +sjG +aLi +wsG +vpg +uWZ +lyh +gsn +aLi +nep +esc +guj +aLi +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(211,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +acb +acb +acb +acb +acb +aPG +aPG +aPG +aPG +aPG +aPG +aNg +acb +acb +acb +aNg +aPG +aPG +aPG +aPG +aPG +aPG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +rzS +umt +sjG +sjG +aLi +ydL +uBw +qBC +bjM +bjM +mmV +fhH +wnn +lwg +aLi +sjG +sjG +sjG +pZo +sux +sjG +pZo +pZo +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(212,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +acb +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +acb +acb +acb +acb +acb +aPG +wdn +wdn +wdn +wdn +aPG +aNg +acb +acb +acb +aNg +aPG +wdn +wdn +wdn +wdn +aPG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +bOJ +aES +sjG +sjG +aLi +dRg +gYT +asz +gYT +dRg +aLi +fqz +otc +nwZ +aLi +sjG +sjG +sjG +pZo +qjw +qjw +dJP +sux +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(213,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +acb +acb +acb +acb +acb +aPG +aPG +aPG +aPG +aPG +aPG +aNg +acb +acb +acb +aNg +aPG +aPG +aPG +aPG +aPG +aPG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +abZ +imk +abZ +abZ +abZ +aLi +aLi +aLi +cca +aLi +aLi +aLi +aLi +aLi +aLi +aLi +aLi +sjG +vbH +lrc +qjw +qjw +qjw +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(214,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +aNg +acb +acb +acb +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +abZ +abZ +foE +mxU +rFu +oDo +aSh +jqF +bat +nqc +nQR +aVd +aSh +lwx +mbH +ijM +ibs +aLi +sjG +lrc +pZo +qjw +qjw +qjw +sux +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(215,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aPG +aPG +aPG +aPG +aPG +aPG +aPG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +abZ +gNV +jiK +luS +dsS +gza +nrf +mAX +xjc +ukq +vnd +oNj +tOw +pKl +xbn +qHa +pPv +aLi +sjG +sjG +sux +pZo +sjG +sux +pZo +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(216,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aPG +wdn +wdn +wdn +wdn +wdn +aPG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +abZ +abZ +wDs +wDs +mNK +wWG +aSh +trU +uOl +xqx +ilt +lKQ +aSh +iQJ +jRR +wkd +jFM +aLi +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(217,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aPG +aPG +aPG +aPG +aPG +aPG +aPG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +pEL +abZ +abZ +abZ +fPr +vwj +aSh +bDV +tXb +ijv +pxR +bDV +aSh +qun +omv +pGm +aLi +aLi +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(218,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +aNg +sjG +aNg +gtc +oDd +shu +cFh +nZa +aSh +gsy +gSV +tPg +qEP +ndM +aSh +feE +lPZ +fDR +aLi +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(219,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +abZ +bte +xYb +aSh +aYj +aYj +lTq +aYj +aYj +aSh +pzV +kYV +hfO +aLi +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(220,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +abZ +xwt +dBG +aYj +aYj +aYj +rwD +aYj +aYj +aYj +iCL +lPZ +aoX +aLi +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(221,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +abZ +ajZ +dPe +aYj +aYj +vQq +xVB +xVq +aYj +aYj +wba +uZd +nLQ +aLi +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(222,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +aNg +sjG +abZ +abZ +abZ +aYj +aYj +aYj +thu +aYj +aYj +aYj +aLi +mpf +aLi +aLi +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(223,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +uqT +aYj +aYj +vSY +cWk +dEj +dLt +krq +mYn +hJg +aYj +wJR +aYj +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(224,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +aNg +sjG +aYj +aYj +aYj +sYw +rVZ +vFX +ogf +dTL +oYb +kDQ +aYj +aYj +aYj +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(225,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +aYj +aYj +sSc +sQV +mAn +hVW +iQl +nNt +uFS +fAz +oiv +aYj +aYj +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(226,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +adi +acb +adi +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +aYj +aYj +cMI +sQV +mAn +rkQ +qOp +uNh +uFS +fAz +hVW +aYj +aYj +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(227,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +aNg +adK +adK +adK +aNg +aNg +aLB +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +aNg +aYj +aYj +erD +xcx +jwC +pUx +pam +jDN +bzt +sMB +sSc +aYj +aYj +sjG +sjG +sux +pZo +pZo +sjG +sux +pZo +pZo +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(228,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +aNg +adK +adK +adK +adK +adK +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +aNg +dTe +aYj +aYj +aYj +xeu +mNw +wCh +wOi +gLy +oYb +aTm +aYj +aYj +aYj +sjG +sjG +sux +qjw +qjw +qjw +qjw +gIZ +pZo +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(229,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +aNg +adK +adK +adK +adK +adK +adK +adK +aNg +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +aNg +aNg +aYj +aYj +wEl +jMk +sQV +iGM +vUY +qHp +tQR +aYj +aYj +sjG +sjG +sjG +sjG +qjw +qjw +qjw +qjw +qjw +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(230,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +adK +adK +adK +adK +adK +adK +adK +adK +adK +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +aYj +aYj +aYj +aYj +ihE +qLW +lJE +aYj +aYj +aYj +aYj +sjG +sjG +sjG +pZo +qjw +qjw +qjw +qjw +qjw +sux +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(231,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +adi +adK +adK +adK +adK +adK +adK +adK +adK +adK +adi +adi +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +aYj +aYj +aYj +aYj +aYj +aYj +aYj +sjG +sjG +sjG +sjG +sjG +sux +pZo +sux +sjG +sux +pZo +pZo +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(232,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +adK +adK +adK +adK +adK +adK +adK +adK +adK +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +aYj +aYj +aYj +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(233,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +aNg +adK +adK +adK +adK +adK +adK +adK +aNg +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +lJv +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(234,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +aNg +adK +adK +adK +adK +adK +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(235,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +aNg +aNg +adK +adK +adK +aNg +aNg +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(236,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +adi +adi +adi +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(237,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +adi +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +sjG +sjG +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(238,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +sjG +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(239,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +adi +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(240,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(241,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(242,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(243,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(244,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(245,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(246,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(247,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(248,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(249,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(250,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(251,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(252,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(253,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(254,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} +(255,1,1) = {" +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +acb +"} diff --git a/code/game/turfs/simulated/minerals.dm b/code/game/turfs/simulated/minerals.dm index 9e7c0f8db1a6..9550851bd959 100644 --- a/code/game/turfs/simulated/minerals.dm +++ b/code/game/turfs/simulated/minerals.dm @@ -227,6 +227,16 @@ /turf/closed/mineral/gibtonite = 2, /turf/closed/mineral/bscrystal = 1) +/turf/closed/mineral/random/low_chance_air + icon_state = "rock_lowchance" + mineralChance = 8 + mineralSpawnChanceList = list( + /turf/closed/mineral/gold = 2, /turf/closed/mineral/titanium = 1, + /turf/closed/mineral/silver = 2, /turf/closed/mineral/plasma = 5, /turf/closed/mineral/iron = 40, + /turf/closed/mineral/bscrystal = 1) + baseturfs = /turf/open/floor/plating/asteroid + + /turf/closed/mineral/random/volcanic environment_type = "basalt" turf_type = /turf/open/floor/plating/asteroid/basalt/lava_land_surface diff --git a/config/maps.txt b/config/maps.txt index 966d9c331d3c..781ae52c0146 100644 --- a/config/maps.txt +++ b/config/maps.txt @@ -17,6 +17,11 @@ map yogstation votable endmap +map asteroidstation + minplayers 25 + votable +endmap + map omegastation maxplayers 35 disabled