From 39ebf7c2af41309fa4d5206f77cc4d261f47dfb7 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 3 May 2023 22:36:32 +0100 Subject: [PATCH] [MIRROR] Nanotrasen Budget Programme - Mothball Edition [BIRDSHOT STATION] [MDB IGNORE] (#20832) * Nanotrasen Budget Programme - Mothball Edition [BIRDSHOT STATION] (#73502) ## About The Pull Request --- The Space Tram is currently spaced. This is a known issue with not the map, but Trams in general. The Space Tram is a Space Tram to encourage a fix. Until then, the Space Tram is a maint tram that's an actual hazard but cannot directly kill anyone, including lizards. Enjoy the commodity as you zip from secmaint to medmaint. ------------------------------------------------------- I... really don't know if I should be proud of myself here. This whole process has been akin to a fever dream and it has only been little over a month since I first created the .dmm for this. What started as a simple yet humble reimagining of Birdboat has turned into an entirely new station, and blown past Metastation sized proportions. This has been my most expansive project yet, and somehow it's also been my quickest. So without further ado, I unveil Birdshot - Successor to Birdoat. ------------------------------------------------------- **Due to recent cost expenditures on Icemoon projects, and a growing need for orbital research stations, Nanotrasen has decided to pull Birdboat Station out of mothball after nearly 5 years of abandonment.** Since then, the station has seen a variety of changes at the hands of the various vagabond lawless scum and villains that have decided to make the abandoned station their home. Do not fret though, a Nanotrasen Operation has secured the companies rightful property for corporate use once again, though you'll need to be the stewards of the remaining cleanup operation. ------------------------------------------------------ Now, as you might have guessed by now, Birdshot is heavily based on Birdboat station. Many of the decisions here follow the original layout, and what had to be modified or moved still tries its best to replicate and imitate what bird being said. At least, that was the idea initially. This has very much grown into its own beast and as such, while the main inspiration has been Birdboat, there are a lot of new ideas thrown into the mix that really give this station its own unique and deserving identity. Maybe it's not perfect, but I've been inspired by @ MMMiracles own performance with Tramstation to keep working on Birdshot and updating it with better and improved faculties. For now, though the station is in a playable state, and that means I'm making a PR. If I had to borrow the words of the good MMM, I would call this **Birdshot: Season 0** ![BirdSHOTFULL2-26-S](https://user-images.githubusercontent.com/33048583/221432760-27af1889-d2d0-4861-9435-df4258525fae.png) See the image in more detail here: https://imgur.com/iT5Vi8k ## Why It's Good For The Game We've been with the same 5 maps for a while now. @ san7890 jokingly said that I could sacrifice Metastation back in November if I remade Birdboat but modern. Obviously that wasn't going to happen, yet I was spurred on by the idea. When I began this in earnest early this January, @ EOBGames said that a Birdboat sized map would replace Kilostation in the rotation. Interestingly we're not a small map anymore so I honestly have no clue where this goes. Maybe that ephemeral 6th map slot that's been rumored. What I can say, is that Birdshot is wholly unlike anything else that is currently in rotation. It's got an engineering section that feels way too small for a station of that size, almost evocative of Cere. Cargo is blessed with a Boutique that makes use of @ Fikou's new mannequin dolls. Command is outfitted with a Corporate Guest Suite, and Officials sent from Nanotrasen can embark from their ferry into the safety of their own Corporate Dock. Elements of Cerestation are present, yet not in a way that makes traversal annoying. Furthermore we have **2 Trams** (that I have yet to get functional but we'll get there) on Birdshot, that's right 2. One Security Prison Tram, and then other, a Space Tram. Both Novel in their own ways. Departments on Birdshot twist and turn, and there's an abundance of Maintenance Tunnels to cut through everything, for the brave and the bold that is. And there's plenty left to discover, but I'd rather let Birdshot speak for itself. I'm proud of this one. If you want something new, this is something that is almost the complete opposite of Chilled Station - Explicitly Designed to send you back to the metal death trap that is: **Space Station 13.** ## Changelog :cl: add: Birdshot station has been pulled out of Mothball. add: New station areas and places to visit. A Mix of Kilo and Delta maints with winding shortcutting paths. add: A host of new shuttles to support this bold endeavor to reclaim something that really shouldn't be reclaimed. add: Two Trams, Two Trams. add: For the last time Bob, the gaping hole is a **feature.** Use the breach shutters or have the virologist make starlight. add: A smiling salute to stations past... add: Secrets. /:cl: --------- Co-authored-by: Zytolg * Nanotrasen Budget Programme - Mothball Edition [BIRDSHOT STATION] * basemap * automapper templates * Update maps.txt * Update _basemap.dm --------- Co-authored-by: Zytolg <33048583+Zytolg@users.noreply.github.com> Co-authored-by: Zytolg Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com> --- _maps/birdshot.json | 17 + _maps/map_files/Birdshot/birdshot.dmm | 136829 +++++++++++++++ _maps/shuttles/arrival_birdshot.dmm | 282 + _maps/shuttles/cargo_birdshot.dmm | 331 + _maps/shuttles/emergency_birdshot.dmm | 1524 + .../skyrat/automapper/automapper_config.toml | 49 + .../templates/birdshot/birdshot_armory.dmm | 124 + .../templates/birdshot/birdshot_arrivals.dmm | 905 + .../templates/birdshot/birdshot_barber.dmm | 549 + .../templates/birdshot/birdshot_cryo.dmm | 199 + .../templates/birdshot/birdshot_ert_bay.dmm | 17 + .../birdshot/birdshot_ntrep_office.dmm | 451 + code/__DEFINES/industrial_lift.dm | 3 + code/__DEFINES/tram.dm | 6 + code/datums/shuttles.dm | 19 + code/game/area/areas/ai_monitored.dm | 8 + code/game/area/areas/station.dm | 64 + code/modules/cargo/bounties/security.dm | 2 + .../industrial_lift/tram/tram_landmark.dm | 23 + config/maps.txt | 7 +- 20 files changed, 141408 insertions(+), 1 deletion(-) create mode 100644 _maps/birdshot.json create mode 100644 _maps/map_files/Birdshot/birdshot.dmm create mode 100644 _maps/shuttles/arrival_birdshot.dmm create mode 100644 _maps/shuttles/cargo_birdshot.dmm create mode 100644 _maps/shuttles/emergency_birdshot.dmm create mode 100644 _maps/skyrat/automapper/templates/birdshot/birdshot_armory.dmm create mode 100644 _maps/skyrat/automapper/templates/birdshot/birdshot_arrivals.dmm create mode 100644 _maps/skyrat/automapper/templates/birdshot/birdshot_barber.dmm create mode 100644 _maps/skyrat/automapper/templates/birdshot/birdshot_cryo.dmm create mode 100644 _maps/skyrat/automapper/templates/birdshot/birdshot_ert_bay.dmm create mode 100644 _maps/skyrat/automapper/templates/birdshot/birdshot_ntrep_office.dmm diff --git a/_maps/birdshot.json b/_maps/birdshot.json new file mode 100644 index 00000000000..8f105128176 --- /dev/null +++ b/_maps/birdshot.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "map_name": "Birdshot Station", + "map_path": "map_files/Birdshot", + "map_file": "birdshot.dmm", + "shuttles": { + "cargo": "cargo_skyrat", + "ferry": "ferry_kilo", + "whiteship": "whiteship_birdshot", + "emergency": "emergency_birdshot" + }, + "job_changes": { + "Cook": { + "additional_cqc_areas": ["/area/station/service/bar", "/area/station/commons/lounge"] + } + } +} diff --git a/_maps/map_files/Birdshot/birdshot.dmm b/_maps/map_files/Birdshot/birdshot.dmm new file mode 100644 index 00000000000..d57b4f0a429 --- /dev/null +++ b/_maps/map_files/Birdshot/birdshot.dmm @@ -0,0 +1,136829 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aan" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) +"aav" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"aaw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"abh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"abs" = ( +/obj/structure/rack, +/obj/item/stack/sheet/glass/fifty, +/obj/item/storage/toolbox/mechanical, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"abt" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/turf/open/space/basic, +/area/station/solars/aft) +"abJ" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"acl" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"acn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"acu" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/machinery/camera/directional/north, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"acF" = ( +/turf/closed/wall/rust, +/area/station/engineering/atmos/project) +"acJ" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"acN" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"acO" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"acS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"acY" = ( +/obj/machinery/vending/wardrobe/jani_wardrobe, +/obj/machinery/light/small/directional/east, +/obj/machinery/light_switch/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron, +/area/station/service/janitor) +"adB" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"adF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"adL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"adO" = ( +/obj/structure/rack, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/item/pickaxe, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"adR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aed" = ( +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aem" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"aeq" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/bush/stalky/style_random, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner, +/turf/open/floor/grass, +/area/station/hallway/secondary/service) +"aes" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/obj/item/plate, +/obj/item/food/peanut_butter_jelly_sandwich, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"aeA" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aeC" = ( +/obj/structure/cable, +/obj/machinery/power/floodlight, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aeF" = ( +/obj/machinery/atmospherics/components/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aeN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"afi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air to Distro" + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"afl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south{ + pixel_y = -31 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/office) +"afu" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"afv" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/cytology) +"afA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"afF" = ( +/obj/structure/table, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"afP" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"afX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"agb" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"agn" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"agD" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"agE" = ( +/obj/effect/turf_decal/stripes{ + dir = 10 + }, +/obj/machinery/atmospherics/components/binary/valve/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"agI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"agT" = ( +/obj/effect/turf_decal/stripes, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"agY" = ( +/obj/effect/turf_decal/stripes, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ahe" = ( +/obj/effect/turf_decal/stripes, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ahj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/science/xenobiology) +"ahy" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"ahz" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/binary/valve/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ahD" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"ahE" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/computer/monitor{ + dir = 1; + name = "Bridge Power Monitoring Console" + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"aia" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"aid" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"ait" = ( +/obj/machinery/atmospherics/components/binary/valve/layer2, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"aiA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/rust, +/area/station/engineering/atmos/project) +"aiE" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"aiJ" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aiN" = ( +/obj/structure/cable, +/obj/machinery/power/port_gen/pacman, +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aiO" = ( +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aiV" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"ajg" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ajo" = ( +/obj/machinery/atmospherics/components/tank/plasma{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ajw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"ajG" = ( +/obj/machinery/atmospherics/components/tank/oxygen{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ajI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall, +/area/station/engineering/atmos/project) +"ajM" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"ajQ" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ajV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"akt" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/gas/owl_mask, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"akZ" = ( +/turf/closed/mineral/random/stationside, +/area/space) +"alb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"alc" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer, +/obj/effect/turf_decal/stripes, +/obj/machinery/light/cold/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"alh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=1.5-PNexus-Vault"; + location = "1.0-Security-PNexus" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"alD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/marker_beacon/jade, +/turf/open/space/basic, +/area/space/nearstation) +"alJ" = ( +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/maintenance/solars/starboard/aft) +"alR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"alT" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/security/tram) +"amp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"amq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"amE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Infirmary" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/execution/transfer) +"amG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"amI" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"amV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/space/basic, +/area/space/nearstation) +"anb" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/turf_decal/siding/red/corner{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"anh" = ( +/obj/structure/cable, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"ani" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"ann" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/marker_beacon/jade, +/turf/open/space/basic, +/area/space/nearstation) +"anv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"anz" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/flashlight/lamp, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"anH" = ( +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"anJ" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/chem_heater/withbuffer, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"anV" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aoa" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"aoe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aoj" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aop" = ( +/obj/structure/cable, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"aou" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{ + dir = 10 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aoz" = ( +/obj/structure/closet/secure_closet/captains, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/item/storage/lockbox/medal, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"aoT" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"api" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/machinery/airalarm/directional/north, +/obj/item/wrench, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"apk" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron, +/area/station/security) +"apy" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/dim/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"apB" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"apF" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"apZ" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"aqr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aqw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"aqU" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"aqV" = ( +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"aqW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"ark" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue/full, +/obj/structure/window/spawner, +/obj/item/storage/medkit/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/fire{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/storage) +"arA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/station_engineer, +/obj/machinery/meter, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"arJ" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 15 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 8 + }, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"arK" = ( +/obj/structure/sign/warning/secure_area{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/closed/wall, +/area/station/science/ordnance/bomb) +"arP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"asb" = ( +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/dock) +"asc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"asf" = ( +/obj/effect/turf_decal/stripes{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ask" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Cafeteria" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/prison/workout) +"asn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/station/service/theater) +"asq" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"ate" = ( +/turf/closed/indestructible/riveted{ + desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; + name = "hyper-reinforced wall" + }, +/area/station/science/ordnance/bomb) +"atm" = ( +/obj/structure/table, +/obj/item/stack/spacecash/c1{ + pixel_x = 4; + pixel_y = 11 + }, +/obj/structure/sign/poster/contraband/lusty_xenomorph{ + pixel_y = 36 + }, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"atx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"atE" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"atF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"atG" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"atJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/target/alien/anchored, +/obj/machinery/camera/preset/ordnance{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"atM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"atN" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space/basic, +/area/space/nearstation) +"atW" = ( +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"atY" = ( +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"aun" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"auG" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"auI" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"auK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"avc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/obj/machinery/requests_console/directional/east{ + department = "Xenobiology"; + name = "Xenobiology Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"ave" = ( +/turf/open/space, +/area/space) +"avp" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/engine_smes) +"avB" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"avD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/misc/asteroid, +/area/station/maintenance/department/engine) +"avL" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"awi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"aws" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"awL" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"awQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/lower) +"awT" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 7 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/entry) +"axq" = ( +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"axs" = ( +/obj/item/bodypart/arm/left, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"axz" = ( +/obj/machinery/light/directional/north, +/obj/structure/window/spawner/directional/east, +/obj/structure/table/wood, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/crap{ + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/pipe/cobpipe{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"ayf" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + dir = 4; + name = "medical bed" + }, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/item/bedsheet/medical{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"ayi" = ( +/turf/closed/wall, +/area/station/engineering/atmos/project) +"ays" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/frame/machine, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"ayu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"ayK" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) +"ayV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"aza" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/obj/machinery/light/floor{ + pixel_x = 32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"azh" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"azq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"azz" = ( +/turf/open/floor/iron, +/area/station/security/prison/workout) +"aAt" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"aAw" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/light/cold/directional/north, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"aAD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/book/manual/wiki/tcomms, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"aAE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"aAL" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"aBs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"aBy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"aBK" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"aBV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/departments/science/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"aCf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/department/engine) +"aCi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"aCF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"aCG" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/recreation) +"aCM" = ( +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"aCO" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sign/directions/supply{ + dir = 8; + pixel_y = -8 + }, +/turf/closed/wall, +/area/station/hallway/primary/central/fore) +"aCZ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"aDe" = ( +/obj/item/target, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aDk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"aEc" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"aEA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aEB" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/seed_rare, +/obj/item/storage/bag/plants/portaseeder, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"aEJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/hidden, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"aFh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aFj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/science/ordnance) +"aFo" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aFq" = ( +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"aFt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aFA" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"aFE" = ( +/obj/item/target, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aFR" = ( +/turf/open/floor/plating, +/area/station/security/tram) +"aGa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/fuchsia, +/turf/open/space/basic, +/area/space/nearstation) +"aGv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/glass, +/area/station/command/heads_quarters/rd) +"aGF" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space/basic, +/area/space/nearstation) +"aHc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aHh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/west{ + c_tag = "Xenobiology - Cell 4"; + network = list("ss13","rd","xeno") + }, +/obj/effect/turf_decal/box/red/corners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"aHq" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"aHu" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"aHJ" = ( +/obj/structure/window/spawner/directional/north, +/obj/machinery/hydroponics/soil, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"aHS" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"aIr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/red, +/obj/machinery/vending/tool, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"aII" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Cooling Loop Bypass" + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aIW" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"aJc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"aJn" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/door/window/survival_pod{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"aJq" = ( +/turf/closed/mineral/random/stationside, +/area/space/nearstation) +"aJu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/power/terminal, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"aJE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"aJX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock{ + id_tag = "AuxToilet3"; + name = "Unit 3" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"aKm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/terminal, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"aKG" = ( +/obj/machinery/power/terminal, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"aKH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aKJ" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"aKZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/engineering/engine_smes) +"aLe" = ( +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/engineering/engine_smes) +"aLh" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"aLr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"aLA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"aLQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"aLT" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/effect/spawner/random/maintenance, +/turf/open/misc/asteroid, +/area/station/maintenance/department/engine) +"aLU" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aMa" = ( +/obj/item/bodypart/leg/left, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aMc" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aMm" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/vending/tool, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"aMy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"aME" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"aNe" = ( +/obj/structure/window/reinforced/survival_pod/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Gas to Chamber" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"aNk" = ( +/obj/machinery/suit_storage_unit/security, +/turf/open/floor/iron/small, +/area/station/security/tram) +"aNl" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"aNB" = ( +/obj/machinery/power/smes/engineering, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"aNH" = ( +/obj/structure/rack, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_y = 4 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 4 + }, +/obj/item/clothing/mask/gas, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"aNL" = ( +/turf/closed/wall, +/area/station/science/ordnance/bomb) +"aNM" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"aNX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"aOx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"aOK" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"aOM" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"aOP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aOZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/pickaxe, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"aPa" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"aPb" = ( +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/project) +"aPh" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/passive_vent, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"aPm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/greenglow, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"aPn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/machinery/light/broken/directional/north, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"aPx" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aPz" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/airless{ + luminosity = 2 + }, +/area/station/science/ordnance/bomb) +"aPD" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aPG" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"aPO" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/camera/directional/south, +/obj/item/storage/box/syringes{ + pixel_x = 3; + pixel_y = 14 + }, +/obj/machinery/button/door/directional/south{ + id = "medbreach"; + name = "Breach Shutters Control" + }, +/obj/machinery/light/cold/directional/south, +/obj/item/storage/box/masks{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aPU" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/rcl/pre_loaded, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"aPX" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"aQm" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs) +"aQn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"aQr" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"aQy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"aQB" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"aQF" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/turf/open/floor/iron, +/area/station/security) +"aQI" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/maintenance/department/engine) +"aRh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aRv" = ( +/obj/structure/sign/warning/electric_shock, +/turf/closed/wall/r_wall, +/area/station/maintenance/department/engine) +"aRw" = ( +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"aRC" = ( +/obj/structure/table, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"aRF" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"aRI" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"aRJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/end, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"aRR" = ( +/obj/machinery/power/supermatter_crystal/engine, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"aRT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"aRY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aSa" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"aSd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 5 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aSy" = ( +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"aSI" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"aSM" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/dock) +"aSP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"aTc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"aTd" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/obj/item/wallframe/apc, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"aTf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/east{ + c_tag = "Xenobiology Lab - Test Chamber"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"aTn" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"aTq" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/office) +"aTr" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"aTx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aTA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aTP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aTW" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"aUA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/maintenance/starboard/greater) +"aUQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aVj" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"aVq" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Radiation-Proof Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/engine) +"aVr" = ( +/obj/machinery/modular_computer/console/preset/id, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"aVz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/engine) +"aVT" = ( +/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/button/ignition/incinerator/ordmix{ + pixel_x = 24; + pixel_y = -9 + }, +/obj/machinery/button/door/incinerator_vent_ordmix{ + pixel_x = 25; + pixel_y = 6 + }, +/obj/machinery/airlock_controller/incinerator_ordmix{ + pixel_x = -24; + pixel_y = -2 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"aVX" = ( +/obj/structure/cable, +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"aVZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"aWc" = ( +/turf/open/floor/iron/small, +/area/station/security/tram) +"aWi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/execution/transfer) +"aWE" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/engine) +"aXI" = ( +/turf/closed/wall/r_wall, +/area/station/science/lobby) +"aXL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"aXR" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"aYd" = ( +/obj/structure/window/reinforced/plasma/spawner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"aYe" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"aYp" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aYr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/north, +/obj/machinery/camera/directional/north, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/command/corporate_showroom) +"aYD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"aYO" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"aZi" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"aZG" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/table/wood, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"aZM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bab" = ( +/obj/machinery/door/airlock/external{ + name = "Common Mining Dock" + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"bat" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"baE" = ( +/obj/structure/table, +/obj/item/gps/mining{ + pixel_x = 5 + }, +/obj/item/gps/mining{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"baW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"bba" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/machinery/door/window/right/directional/west{ + name = "Medical Supplies"; + req_access = list("medical") + }, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"bbe" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/science/xenobiology) +"bbh" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"bbj" = ( +/obj/structure/cable, +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"bbU" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"bch" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/item/toy/plush/pkplush{ + name = "Bruder" + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/aft) +"bcr" = ( +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"bcu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bcv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"bcK" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bcY" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"bda" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bdJ" = ( +/obj/structure/frame/machine, +/obj/item/circuitboard/machine/smes, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bem" = ( +/obj/structure/cable, +/turf/closed/wall, +/area/station/maintenance/department/engine) +"beL" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"beM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"beO" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 4; + name = "Engine Exhaust" + }, +/turf/open/floor/plating/airless, +/area/station/engineering/supermatter/room) +"bfj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/table/reinforced/titaniumglass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bfo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bft" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"bfF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bfG" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/open/misc/asteroid/airless, +/area/station/engineering/atmospherics_engine) +"bfN" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"bfX" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/open/misc/asteroid/airless, +/area/station/engineering/atmospherics_engine) +"bfZ" = ( +/obj/machinery/power/emitter{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"bgB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"bgH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"bgQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"bhc" = ( +/obj/structure/reflector/box{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"bho" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/hedge, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"bhv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"bhG" = ( +/obj/effect/turf_decal/siding/wood, +/mob/living/simple_animal/hostile/russian/ranged{ + loot = null + }, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"bhI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"bhR" = ( +/obj/machinery/door/airlock/engineering{ + name = "Main Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"bhU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/engineering{ + name = "Main Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"bhV" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"bia" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/greyscale, +/obj/item/folder/yellow, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"bio" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"biq" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/recharger{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"biB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"biM" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"biW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bjf" = ( +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stock_parts/cell/high, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/item/gps, +/obj/structure/closet/crate/engineering, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"bjp" = ( +/obj/structure/cable, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"bjv" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"bjx" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Garbage Incinerator Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bjL" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"bjQ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/basic, +/area/space/nearstation) +"bjX" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"bka" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/departments/chemistry/pharmacy/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"bkd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/lime, +/turf/open/space/basic, +/area/space/nearstation) +"bkl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"bku" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/office) +"bkz" = ( +/turf/open/misc/asteroid/airless, +/area/station/engineering/atmospherics_engine) +"bkH" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/box, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"blb" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"blh" = ( +/obj/structure/hedge, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"blk" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"blq" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"bly" = ( +/obj/structure/closet/crate/miningcar, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"blG" = ( +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/effect/turf_decal/arrows/white, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"blU" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"bmk" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bmn" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"bmr" = ( +/obj/structure/cable, +/obj/machinery/telecomms/broadcaster/preset_right, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"bmA" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"bmB" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/mob/living/simple_animal/bot/medbot/autopatrol, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"bmM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"bmP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/wrench, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"bng" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"bno" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"bnu" = ( +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/plating, +/area/station/engineering/main) +"bob" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"boe" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"boK" = ( +/obj/effect/turf_decal/stripes/asteroid/end{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"boL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"boP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter/critical{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"boW" = ( +/obj/structure/table/glass, +/obj/machinery/status_display/ai/directional/south, +/obj/item/surgical_drapes, +/obj/item/lighter{ + pixel_x = 15 + }, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"boY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"bpg" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"bpl" = ( +/obj/machinery/flasher/directional/north{ + id = "IsolationFlash" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white/small, +/area/station/security/execution/education) +"bpm" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"bpo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/broken/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"bpG" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"bpS" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"bqd" = ( +/obj/item/reagent_containers/cup/bottle/ammonia, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"bqm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"bqs" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bqE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/airlock/medical/glass{ + name = "Quarentine" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"bqZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"brb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"brw" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille, +/turf/open/floor/plating, +/area/station/hallway/primary/port) +"brD" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"brZ" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"bsh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"bsl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"bst" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three"; + space_dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"bsu" = ( +/obj/structure/barricade/wooden/crude, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bsv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"bsy" = ( +/obj/machinery/camera/directional/east{ + c_tag = "MiniSat Exterior - Fore Port"; + network = list("minisat") + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bsz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Cold Loop" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bsF" = ( +/obj/structure/cable, +/obj/machinery/door/window/brigdoor/security/cell/left{ + dir = 4; + id = "engicell"; + name = "Cell Door"; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/break_room) +"bsI" = ( +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"bsP" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"bsQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"btv" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/warden) +"btC" = ( +/turf/closed/mineral/random/stationside, +/area/station/engineering/atmos/project) +"btG" = ( +/obj/structure/rack, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random/maintenance, +/obj/item/airlock_painter/decal, +/turf/open/floor/iron/smooth, +/area/station/cargo/sorting) +"btL" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"btP" = ( +/obj/machinery/door/airlock/external/glass{ + name = "ATMOS PROJECT Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/small, +/area/station/engineering/atmospherics_engine) +"btQ" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/office) +"buk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/machinery/light_switch/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/theater) +"buy" = ( +/turf/open/floor/iron/small, +/area/station/engineering/atmospherics_engine) +"buA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/science/xenobiology) +"buI" = ( +/obj/machinery/door/airlock/external/glass{ + name = "ATMOS PROJECT Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/small, +/area/station/engineering/atmospherics_engine) +"buL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=6.2-Arrivals"; + location = "6.1-Arrivals" + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"buN" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"buS" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"buV" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"buW" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bvh" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"bvK" = ( +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"bvO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bvT" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bwg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"bwz" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"bwE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"bwH" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plating, +/area/station/engineering/main) +"bwJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"bwX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bwY" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bxa" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"bxc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/table/reinforced/titaniumglass, +/obj/structure/sign/poster/official/random/directional/north, +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/cobweb, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/turf/open/floor/iron/smooth_corner, +/area/station/maintenance/disposal/incinerator) +"bxq" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"bxx" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"bxA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"bxH" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"bxI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/science/robotics, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/science/lower) +"bxN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/box/white, +/obj/effect/turf_decal/arrows/white, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"byk" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"byx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"byD" = ( +/obj/effect/turf_decal/stripes/asteroid/end, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"byV" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"byW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Waste to Exhaust" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bze" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/clothing/suit/hazardvest{ + pixel_y = 8 + }, +/obj/item/clothing/suit/hazardvest{ + pixel_y = 5 + }, +/obj/item/clothing/suit/hazardvest{ + pixel_y = 2 + }, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_y = 7 + }, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_y = 4 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"bzf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bzn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/stack/sheet/plasteel/fifty, +/obj/machinery/firealarm/directional/east, +/obj/structure/rack, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bzs" = ( +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"bzv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/emitter{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"bzT" = ( +/obj/machinery/shower/directional/east, +/obj/effect/turf_decal/siding/wideplating/dark/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"bzV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bzZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"bAi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"bAk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal/incinerator) +"bAo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bAq" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"bAs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"bAI" = ( +/obj/structure/chair/office, +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"bAK" = ( +/obj/structure/window/reinforced/spawner, +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bAL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bAT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"bBa" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/engine) +"bBe" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/security) +"bBf" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/misc/asteroid/airless, +/area/station/engineering/atmospherics_engine) +"bBl" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"bBu" = ( +/obj/effect/turf_decal/siding, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"bBv" = ( +/obj/machinery/light/cold/directional/west, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"bBw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"bBy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmospherics_engine) +"bCf" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"bCi" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/binary/crystallizer{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bCl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"bCn" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"bCu" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bCz" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/light/cold/directional/south, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"bCG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/office) +"bCM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bCQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/lower) +"bCX" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"bCZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"bDj" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"bDp" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"bDq" = ( +/obj/structure/table, +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"bDr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"bDM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bDN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"bDP" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bDQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"bDY" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/cold/directional/east, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"bEd" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"bEi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bEw" = ( +/obj/structure/sign/directions/supply{ + dir = 1; + pixel_y = -8 + }, +/obj/structure/sign/directions/command{ + dir = 1 + }, +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"bEB" = ( +/obj/machinery/vending/cigarette, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/science/lower) +"bEC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/science/ordnance/testlab) +"bEG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Engine Coolant Bypass" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bEN" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"bEP" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"bFb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Project EVA Prep Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"bFw" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"bFM" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bFW" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/rnd_all, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"bGi" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/effect/spawner/random/entertainment/lighter, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"bGn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"bGs" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"bGv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 9 + }, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/button/door/directional/north{ + id = "chem_lockdown"; + name = "chemistry lockdown control"; + req_access = list("pharmacy") + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"bGC" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"bGL" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"bGP" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bGU" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Filing Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/office) +"bGY" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/machinery/chem_heater/withbuffer, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"bHd" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Old Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"bHp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"bHs" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"bHA" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"bHU" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"bHV" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green, +/obj/structure/table, +/obj/item/multitool/circuit{ + pixel_x = 7 + }, +/obj/item/multitool/circuit, +/obj/item/multitool/circuit{ + pixel_x = -8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"bHW" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bIf" = ( +/obj/structure/window/reinforced/plasma/spawner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/maintenance/department/engine) +"bIp" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -28; + pixel_y = 8 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/window/spawner, +/turf/open/misc/sandy_dirt, +/area/station/science/research) +"bIG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/terminal, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"bIW" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bJd" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bJe" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bJi" = ( +/obj/machinery/door/airlock/engineering{ + name = "Smoke Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"bJw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"bJE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"bJL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible, +/obj/machinery/meter, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bJN" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "External Gas to Loop" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"bJU" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"bJZ" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"bKk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"bKt" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/item/food/grown/banana, +/turf/open/floor/grass, +/area/station/medical/virology) +"bKu" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bKy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"bKE" = ( +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/structure/closet/secure_closet/warden, +/obj/item/gun/energy/laser, +/obj/machinery/button/door/directional/north{ + id = "armory"; + name = "Armory Shutters"; + req_access = list("armory") + }, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"bKN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "E.V.A. Storage"; + req_access = list("security") + }, +/turf/open/floor/iron/small, +/area/station/security/tram) +"bKU" = ( +/obj/item/toy/crayon/spraycan{ + pixel_x = -7 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"bLE" = ( +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"bLK" = ( +/obj/machinery/door/airlock/engineering{ + name = "Smoke Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"bLN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"bLT" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"bLW" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/item/clothing/under/costume/griffin, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"bMq" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bMt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"bMN" = ( +/obj/machinery/button/door/directional/west{ + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_y = 24; + req_access = list("engine_equip") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"bNg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"bNq" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/engine/atmos) +"bNG" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Old Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bNJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"bNK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/ordnance/testlab) +"bNP" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"bNQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"bNX" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Research Director's Office" + }, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/cubicle) +"bOe" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"bOl" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"bOs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"bOH" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"bOL" = ( +/obj/machinery/door/airlock/external/glass, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bOR" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/window/spawner/directional/east, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/entry) +"bPb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"bQh" = ( +/obj/structure/closet/emcloset, +/obj/item/reagent_containers/pill/maintenance, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"bQi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"bQk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"bQz" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"bQU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bRg" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"bRk" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"bRo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"bRr" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/brown, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"bRt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"bRA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bRN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/department/science/xenobiology) +"bSj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bSn" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bSo" = ( +/turf/open/space/basic, +/area/space/nearstation) +"bSs" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"bSH" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 4; + id = "prisonsol"; + name = "Prison Solar Control" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"bSN" = ( +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/machinery/camera/directional/north{ + c_tag = "AI Chamber - SMES"; + network = list("aicore") + }, +/obj/machinery/flasher/directional/north, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"bSW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"bSX" = ( +/obj/machinery/flasher/directional/east{ + id = "AI"; + pixel_y = 26 + }, +/turf/closed/wall, +/area/station/ai_monitored/turret_protected/ai) +"bTa" = ( +/obj/structure/railing, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"bTg" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/hfr_box/core, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bTv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bTN" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bUf" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"bUk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"bUo" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"bUt" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"bUv" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"bUy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Project EVA Prep Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"bUz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"bUE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"bUF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"bUJ" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"bUX" = ( +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bVk" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"bVs" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bVv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=1.0-Security-PNexus"; + location = "23.2-Evac-Garden" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"bVB" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"bVD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"bVI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/security/execution/education) +"bVO" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/siding/red, +/obj/effect/landmark/start/head_of_security, +/turf/open/floor/iron/small, +/area/station/security/office) +"bWa" = ( +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/closet{ + anchored = 1; + can_be_unanchored = 1; + name = "Cold protection gear" + }, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"bWh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"bWs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/chem_heater/withbuffer, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"bWt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"bWJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"bWQ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bWZ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bXb" = ( +/obj/machinery/door/airlock/engineering{ + name = "Smoke Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"bXg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"bXG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/robotics/augments) +"bXO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"bXV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"bXW" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"bYf" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"bYk" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"bYE" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"bYS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"bZt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"bZy" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom/directional/west{ + freerange = 1; + listening = 0; + name = "Common Channel" + }, +/obj/item/radio/intercom/directional/north{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -10 + }, +/obj/machinery/door/window{ + atom_integrity = 300; + base_state = "rightsecure"; + dir = 4; + icon_state = "rightsecure"; + layer = 4.1; + name = "Secondary AI Core Access"; + pixel_x = 4; + req_access = list("ai_upload") + }, +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel"; + pixel_x = -26; + pixel_y = -13 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"bZL" = ( +/obj/machinery/light/directional/south, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"bZN" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"cam" = ( +/obj/machinery/flasher/directional/east{ + id = "AI"; + pixel_y = 26 + }, +/obj/structure/cable/multilayer/connected, +/obj/effect/turf_decal/box/red, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"caE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/tram{ + lift_id = "maint_tram"; + pixel_y = -32 + }, +/obj/machinery/destination_sign/indicator{ + pixel_y = -32; + tram_id = "maint_tram" + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"caI" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"cbg" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box, +/turf/open/floor/iron/chapel, +/area/station/maintenance/starboard/greater) +"cbi" = ( +/obj/machinery/door/window{ + atom_integrity = 300; + base_state = "leftsecure"; + dir = 8; + icon_state = "leftsecure"; + layer = 4.1; + name = "Tertiary AI Core Access"; + pixel_x = -3; + req_access = list("ai_upload") + }, +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom/directional/north{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 10 + }, +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Common Channel" + }, +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel"; + pixel_x = 26; + pixel_y = -13 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"cbm" = ( +/turf/closed/wall/rust, +/area/station/ai_monitored/aisat/exterior) +"cbu" = ( +/obj/machinery/vending/engivend, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"cbM" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/stack/sheet/iron/fifty{ + pixel_y = 13 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/cable_coil{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/stack/cable_coil{ + pixel_x = -1; + pixel_y = -3 + }, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"cbN" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"cbO" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"cbT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Services Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/primary/central/aft) +"cbU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"cce" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/light/cold/directional/south, +/obj/machinery/button/door/directional/south{ + id = "kihall"; + name = "Hallway Cutoff"; + pixel_x = -7 + }, +/obj/machinery/button/door/directional/south{ + id = "kitchenshutters"; + name = "Kitchen Shutters"; + pixel_x = 7 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ccs" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"ccy" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/end, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"ccD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"ccF" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/command{ + name = "Telecomms Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"ccK" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"ccN" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engineering Gear Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/engineering/main) +"cdf" = ( +/obj/structure/reflector/single{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"cdg" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"cdi" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"cdn" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"cdq" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"cdt" = ( +/obj/effect/turf_decal/stripes/red/line, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/engine/atmos) +"cdB" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"cdW" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/disposal/incinerator) +"cea" = ( +/obj/structure/window/spawner, +/turf/open/space/basic, +/area/space/nearstation) +"ced" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/security/prison) +"cek" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ceE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ceK" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/bed/roller, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"ceZ" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"cfc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{ + dir = 6 + }, +/turf/closed/wall/rust, +/area/station/ai_monitored/turret_protected/ai) +"cfk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutter" + }, +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/ai) +"cfH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"cfT" = ( +/obj/machinery/flasher/portable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/security/tram) +"cgb" = ( +/obj/machinery/duct, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"cgs" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"cgy" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"cgB" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plating, +/area/station/engineering/main) +"cgD" = ( +/obj/machinery/door/airlock{ + name = "Mineshaft" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"cgM" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"cgO" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"cgU" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"cgY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/east{ + id = "AuxToilet2"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/toilet, +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/trash/soap{ + spawn_scatter_radius = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"cgZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/medical/glass{ + name = "Medical Supplies" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"chp" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/hallway/primary/aft) +"chF" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/industrial_lift/tram, +/obj/structure/window/reinforced/tram/mid/directional/south, +/obj/structure/rack, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"chO" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"cis" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 9 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"cjm" = ( +/obj/structure/closet/firecloset, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"cjR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/iron, +/area/station/maintenance/port/lesser) +"cku" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/noslip, +/area/station/maintenance/department/medical/central) +"ckH" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/tram) +"ckL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"ckV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"clc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"cld" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"clf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ + name = "Auxiliary Bathrooms" + }, +/turf/open/floor/plating, +/area/station/commons/toilet/auxiliary) +"clq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"clt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/blue, +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"clH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/obj/item/clothing/head/cone{ + pixel_x = 16; + pixel_y = 11 + }, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"clJ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"clZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/sign/departments/restroom/directional/north, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"cmd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"cmf" = ( +/turf/closed/wall/rust, +/area/station/maintenance/department/engine/atmos) +"cmw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"cmz" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"cmA" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/clothing/mask/cigarette/cigar, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"cmY" = ( +/mob/living/simple_animal/bot/firebot, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/engineering/atmos) +"cns" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"cnG" = ( +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"cnI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"cnL" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/structure/closet/crate{ + name = "Materials Crate" + }, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/plasteel/fifty, +/obj/item/stack/sheet/plastic/five, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/titaniumglass/fifty, +/obj/item/stack/sheet/mineral/titanium/fifty, +/obj/item/stack/rods/fifty, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"cnS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/north{ + c_tag = "Engineering - Power Monitoring" + }, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/frame/machine, +/obj/item/circuitboard/machine/pacman, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cok" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"col" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"coH" = ( +/obj/machinery/mecha_part_fabricator/maint{ + name = "forgotten exosuit fabricator" + }, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"coJ" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/engine_smes) +"cpc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"cph" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/lower) +"cpt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"cpA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "AISat Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cpE" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"cpH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"cpP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"cpW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"cqa" = ( +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"cqc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"cqo" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/stack/sheet/titaniumglass, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"cqp" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cqr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"cqx" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/tank{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"cqR" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/air_sensor/incinerator_tank, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"crm" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"crq" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/south, +/obj/item/clothing/suit/utility/radiation, +/obj/item/clothing/head/utility/radiation{ + pixel_x = 10; + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"crr" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"crE" = ( +/obj/structure/window/spawner/directional/north, +/turf/open/space/basic, +/area/space/nearstation) +"crJ" = ( +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"csl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"csp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"csq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ + dir = 4 + }, +/turf/open/floor/engine/n2o, +/area/station/ai_monitored/turret_protected/ai) +"csE" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"csF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "aigas" + }, +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/engine, +/area/station/ai_monitored/turret_protected/ai) +"csI" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ctq" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"ctI" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"ctJ" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ctV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"ctZ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"cuB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/engineering/main) +"cuG" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"cuO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"cuS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"cuZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"cvy" = ( +/obj/structure/bed/roller, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"cvJ" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"cwb" = ( +/obj/effect/turf_decal/stripes/white/end{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"cwf" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"cwg" = ( +/mob/living/simple_animal/hostile/asteroid/lobstrosity, +/turf/open/misc/asteroid/airless, +/area/station/engineering/supermatter/room) +"cwt" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/north{ + name = "Security Desk" + }, +/obj/item/folder/red, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/customs) +"cwC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/door/airlock/maintenance{ + name = "Incinerator Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/smooth_half, +/area/station/maintenance/disposal/incinerator) +"cwG" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/reinforced/titaniumglass, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/pen{ + pixel_x = 5 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"cwS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"cwX" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "aigas" + }, +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/engine, +/area/station/ai_monitored/turret_protected/ai) +"cxr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cxy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"cxO" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/plating, +/area/station/science/cubicle) +"cxT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"cyf" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants/random, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"cyh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"cyk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"cyp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cyx" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"cyB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"cze" = ( +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = 3; + pixel_y = -23 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"czg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"czi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"czm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"czV" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/status_display/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"cAb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"cAc" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/south{ + id = "secbreach"; + name = "Emergency Breach Shutters"; + req_access = list("security") + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"cAd" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"cAg" = ( +/obj/structure/tank_dispenser, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"cAh" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/department/engine) +"cAj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/machinery/door/airlock/medical{ + name = "Operating Theater" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/surgery/theatre) +"cAm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"cAr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"cAt" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "mechbay"; + name = "Mech Bay Shutters" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/science/robotics/mechbay) +"cAB" = ( +/obj/effect/landmark/secequipment, +/obj/item/clothing/under/rank/security/officer/formal, +/obj/item/clothing/under/rank/security/officer/formal, +/obj/item/clothing/suit/jacket/officer/blue, +/obj/item/clothing/suit/jacket/officer/blue, +/obj/item/clothing/head/beret/sec/navyofficer, +/obj/item/clothing/head/beret/sec/navyofficer, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/security/tram) +"cAC" = ( +/obj/structure/reagent_dispensers/fueltank/large, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"cBc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cBn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/engineering/glass{ + name = "Abandoned Power Monitoring" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine) +"cBz" = ( +/obj/machinery/door/airlock/atmos{ + name = "Central Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"cBN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cCb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cCc" = ( +/obj/structure/closet/secure_closet/cytology, +/obj/effect/turf_decal/stripes{ + dir = 6 + }, +/obj/item/storage/bag/xeno, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"cCl" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"cCw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cCD" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/external{ + name = "Captain's Quarters Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"cCE" = ( +/obj/docking_port/stationary/escape_pod{ + dir = 8 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"cCW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"cDa" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Fuel Pipe to Incinerator" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cDb" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_security, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"cDh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"cDk" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cDy" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lower) +"cDH" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Outer Window" + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + name = "Brig Control Desk"; + req_access = list("armory") + }, +/obj/item/folder/red, +/obj/item/storage/fancy/donut_box{ + pixel_y = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "wardshut"; + name = "Privacy Shutters" + }, +/turf/open/floor/iron/textured_large, +/area/station/security/warden) +"cDI" = ( +/obj/structure/table/wood, +/obj/item/food/cracker, +/obj/item/food/cracker{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/food/cracker{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"cDJ" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"cEc" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"cEn" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"cEp" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/gun/ballistic/automatic/c20r/toy/unrestricted, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"cEs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/right/directional/north{ + atom_integrity = 300; + name = "AI Core Chamber Access"; + req_access = list("ai_upload") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutter" + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"cEJ" = ( +/obj/machinery/door/window/brigdoor/right/directional/west{ + id = "Cell 3"; + name = "Cell 3"; + req_access = list("security") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"cEK" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/obj/machinery/button/door/directional/south{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber Entrance Shutters Control"; + pixel_x = -24; + req_access = list("ai_upload") + }, +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = -8 + }, +/obj/item/radio/intercom/directional/west{ + freerange = 1; + listening = 0; + name = "Common Channel"; + pixel_y = -8 + }, +/obj/machinery/button/door/directional/south{ + id = "AI Core shutters"; + name = "AI Core Shutters Control"; + pixel_x = 24; + req_access = list("ai_upload") + }, +/obj/machinery/button/door/directional/east{ + id = "aigas"; + name = "Gas Tank Shutters"; + pixel_y = 7; + req_access = list("ai_upload") + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"cEQ" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plating, +/area/station/engineering/main) +"cFg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"cFq" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"cFt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/engine) +"cFz" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/brigdoor/left/directional/north{ + atom_integrity = 300; + name = "AI Core Chamber Access"; + req_access = list("ai_upload") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutter" + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"cFC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/turf/open/floor/plating/rust, +/area/station/engineering/supermatter) +"cFI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cFS" = ( +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Two"; + space_dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"cGj" = ( +/turf/closed/wall/r_wall, +/area/station/security/execution/education) +"cGy" = ( +/obj/machinery/atmospherics/components/tank/nitrous{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"cGG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cGI" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical, +/obj/effect/turf_decal/bot_white, +/obj/item/clothing/mask/surgical, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"cHO" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue/full, +/obj/structure/window/spawner, +/obj/item/storage/medkit/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/toxin{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/storage) +"cHR" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"cHX" = ( +/obj/structure/filingcabinet, +/obj/item/folder/documents, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"cIe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/remains/human/grave{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cIs" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/item/clothing/head/cone{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cIy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cID" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/industrial_lift/tram/white, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"cIU" = ( +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"cIX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"cJu" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"cKc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/flasher/directional/west{ + id = "ai" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/stairs, +/area/station/ai_monitored/turret_protected/ai) +"cKk" = ( +/turf/closed/mineral/random/stationside, +/area/station/ai_monitored/turret_protected/aisat/maint) +"cKm" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"cKV" = ( +/obj/machinery/light/floor, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"cLa" = ( +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"cLc" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cLe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"cLg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/indigo, +/turf/open/space/basic, +/area/space/nearstation) +"cLn" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/disposal/delivery_chute{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/engine) +"cLz" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/structure/table, +/obj/item/folder/yellow, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cLB" = ( +/turf/closed/wall/rust, +/area/station/engineering/atmos) +"cLD" = ( +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"cLH" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"cLS" = ( +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"cLY" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"cMq" = ( +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cMv" = ( +/obj/structure/window/spawner/directional/north, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"cMB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cMI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cMS" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/north, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"cMV" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cMW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"cNe" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cNq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cNw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cNy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"cNF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"cNR" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/plaque/static_plaque/golden/commission{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/very_dim/directional/west, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"cNU" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"cNW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cNZ" = ( +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cOm" = ( +/obj/effect/turf_decal/tile/brown/full, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"cOJ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cOP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cOQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/engineering/atmospherics, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"cOW" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"cOY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 5 + }, +/obj/machinery/light_switch/directional/east, +/obj/machinery/disposal/bin{ + desc = "A pneumatic waste disposal unit. This one leads to the morgue."; + name = "corpse disposal" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"cPd" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"cPi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"cPj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/engineering/general, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"cPD" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cPK" = ( +/obj/structure/closet/crate, +/obj/item/wirecutters, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"cPM" = ( +/obj/machinery/door/airlock/engineering{ + name = "Main Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"cQb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"cQP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/camera/directional/south{ + c_tag = "AI Sat - Port Maint Fore"; + network = list("minisat") + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"cRm" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"cRn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/lobby) +"cRw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"cRD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"cRH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"cRI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"cRS" = ( +/obj/structure/table, +/obj/item/vending_refill/hydroseeds, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"cSk" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/closet/l3closet, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"cSp" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"cSs" = ( +/obj/machinery/shower/directional/east, +/obj/effect/spawner/random/trash/soap{ + spawn_scatter_radius = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/shower) +"cSv" = ( +/obj/machinery/atmospherics/components/tank/carbon_dioxide{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos) +"cSz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"cSC" = ( +/turf/closed/wall, +/area/station/commons/vacant_room/office) +"cSD" = ( +/obj/structure/industrial_lift/tram, +/obj/effect/landmark/lift_id{ + specific_lift_id = "maint_tram" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"cSR" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"cSX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"cSY" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "CO2 Outlet Pump" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cTd" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plating, +/area/station/engineering/main) +"cTr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cTw" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/decoration/flower, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"cTx" = ( +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"cTC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"cTD" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cUd" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"cUE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"cUF" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"cUG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cUK" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"cUU" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"cVC" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"cVK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cVQ" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"cVV" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/structure/window/reinforced/spawner, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cWh" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/maintenance/fore/lesser) +"cWo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"cWB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"cWL" = ( +/turf/closed/wall/r_wall/rust, +/area/station/engineering/atmos) +"cWM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Morgue" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"cWZ" = ( +/obj/machinery/door/airlock/external{ + name = "Primary Docking Bay" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"cXd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/multitool, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cXe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"cXm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"cXJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"cXP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"cXU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"cYc" = ( +/obj/effect/spawner/random/structure/crate, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"cYd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"cYm" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"cYs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"cYC" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/break_room) +"cYE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"cYG" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cYT" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"cYW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"cZv" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"cZy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Aft Solar Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"cZL" = ( +/obj/item/reagent_containers/cup/bucket, +/obj/item/mop, +/obj/structure/sink/kitchen/directional/east, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"cZM" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"cZP" = ( +/obj/machinery/hydroponics/soil, +/obj/item/cultivator/rake, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"daq" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"dav" = ( +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"daD" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"daK" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"daT" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison/work) +"dba" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"dbh" = ( +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"dbs" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"dbv" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/cyborg, +/obj/machinery/holopad/secure, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"dbz" = ( +/obj/structure/cable/layer3, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"dbF" = ( +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"dbO" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"dbU" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dbY" = ( +/obj/structure/railing, +/turf/open/space/basic, +/area/space) +"dcc" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/holopad, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"dcm" = ( +/obj/machinery/atmospherics/components/tank/carbon_dioxide{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"dcp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"dcG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"dcH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ddd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_white, +/area/station/engineering/atmos) +"ddh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ddj" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ddk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ddl" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/beaker/large, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 8; + pixel_y = -6 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"ddy" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"ddE" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"ddG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"ddK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"ddN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ddT" = ( +/turf/open/floor/plating/airless, +/area/station/maintenance/department/engine) +"deh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"dex" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"deB" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"deQ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"deR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"dfb" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"dfj" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/dark_red, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/food/gumball{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/clothing/mask/cigarette/candy{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/item/food/gumball{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/weldingtool/mini{ + pixel_x = 5; + pixel_y = -11 + }, +/obj/item/screwdriver{ + pixel_x = 2; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"dfo" = ( +/obj/structure/cable, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"dfs" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"dfv" = ( +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"dfB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dfC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"dfN" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner, +/turf/open/floor/grass, +/area/station/cargo/storage) +"dgn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dgo" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/corner, +/area/station/science/lower) +"dgr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"dgv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"dgD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"dhh" = ( +/obj/structure/cable, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"dhw" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"dhK" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"dhX" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"dim" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"dis" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Clinic" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "medlock"; + name = "Lockdown Shutters" + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/dark/small, +/area/station/medical/medbay/lobby) +"diK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"diO" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"diS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/obj/structure/sink/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"dja" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"djf" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"djj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"djC" = ( +/obj/machinery/door/airlock/engineering{ + name = "Smoke Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"djE" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmospherics_engine) +"djR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"djU" = ( +/obj/machinery/power/smes/engineering, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"dkd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"dkm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"dkq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dkz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/tram) +"dkC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dkF" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 5 + }, +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"dkI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"dkS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dkT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"dkW" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"dla" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dll" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan{ + dir = 4 + }, +/obj/structure/tank_holder/extinguisher/advanced, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"dlz" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical, +/obj/effect/turf_decal/bot_white, +/obj/item/clothing/mask/surgical, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"dlA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"dlJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"dlN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/engineering/atmos/pumproom) +"dlR" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/engine/atmos) +"dmk" = ( +/obj/machinery/holopad, +/obj/effect/landmark/start/depsec/medical, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"dmw" = ( +/obj/machinery/atmospherics/components/tank/plasma, +/obj/structure/window/reinforced/plasma/spawner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"dmT" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology - Cell 2"; + name = "xenobiology camera"; + network = list("ss13","xeno","rd") + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"dmV" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"dmW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 3" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/safe) +"dnj" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Waste to Filter" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"dnq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"dnt" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"dnJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"dnW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"dob" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig Cells" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/brig) +"dof" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dog" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"doj" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/coldroom) +"don" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"dor" = ( +/obj/machinery/flasher/directional/west{ + id = "AI"; + pixel_y = 26 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"dov" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"doJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/camera/directional/north{ + c_tag = "AI Sat - Port Maint South"; + network = list("minisat") + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"doQ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"dps" = ( +/obj/machinery/camera/directional/south{ + c_tag = "AI Chamber - Aft"; + network = list("aicore") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"dpt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"dpz" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch/directional/west, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"dpG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"dpN" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"dpO" = ( +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/structure/firelock_frame, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/engine/atmos) +"dqj" = ( +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/engine/atmos) +"dqG" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/diagonal, +/area/station/maintenance/department/engine/atmos) +"dqK" = ( +/obj/structure/sign/poster/official/cohiba_robusto_ad{ + pixel_y = 34 + }, +/turf/open/floor/iron/diagonal, +/area/station/maintenance/department/engine/atmos) +"dqO" = ( +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs/auxiliary) +"dra" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/lighter, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"dry" = ( +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + name = "medical bed" + }, +/obj/item/bedsheet/medical, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"dse" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"dsm" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = -3 + }, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"dso" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"dsq" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/iron/fifty, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/airlock_painter, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"dsr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/delamination_counter/directional/west, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dsH" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"dsN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/lockers) +"dtj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"dtq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"dts" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutter" + }, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/ai_monitored/turret_protected/ai) +"dty" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/floor, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"dtH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Cold Loop to Gas" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dua" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/closed/wall/rust, +/area/station/ai_monitored/turret_protected/ai) +"dun" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutter" + }, +/obj/structure/cable/layer3, +/turf/open/floor/catwalk_floor, +/area/station/ai_monitored/turret_protected/ai) +"dus" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"duF" = ( +/obj/machinery/atmospherics/components/tank/carbon_dioxide{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"duH" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/south{ + c_tag = "Atmospherics - Secondary" + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"duI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{ + dir = 10 + }, +/turf/closed/wall/rust, +/area/station/ai_monitored/turret_protected/ai) +"duS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"dvb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 5 + }, +/obj/machinery/computer/atmos_control/plasma_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"dvl" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/reagentgrinder{ + pixel_x = -9; + pixel_y = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"dvo" = ( +/obj/machinery/ore_silo, +/obj/effect/turf_decal/bot_white, +/obj/machinery/camera/motion/directional/north{ + c_tag = "Vault"; + id_tag = list("vault") + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"dvq" = ( +/obj/structure/sign/warning/electric_shock, +/turf/closed/wall, +/area/station/maintenance/department/engine) +"dvJ" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"dvQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"dvR" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dvW" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"dwa" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/tram) +"dwr" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"dwz" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dwJ" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/plasma{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"dwL" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dwW" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"dwX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dxf" = ( +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical/central) +"dxz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"dxG" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dxO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/small/directional/west, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/rods/fifty, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"dxP" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Plasma to Pure" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dxZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Gas Lab Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dye" = ( +/obj/effect/turf_decal/siding/wideplating/dark/end{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"dyi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dyp" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/circuitboard/computer/stationalert{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"dyG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal/incinerator) +"dyH" = ( +/obj/machinery/atmospherics/components/trinary/filter/critical{ + dir = 4 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dyO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"dyW" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"dzi" = ( +/obj/structure/table/wood, +/obj/item/book/granter/action/spell/smoke/lesser{ + name = "mysterious old book of cloud-chasing" + }, +/obj/item/reagent_containers/cup/glass/bottle/holywater{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/nullrod{ + pixel_x = 4 + }, +/obj/item/organ/internal/heart, +/obj/item/soulstone/anybody/chaplain, +/obj/machinery/light/small/red/dim/directional/south, +/obj/item/radio/intercom/chapel/directional/east, +/turf/open/floor/iron/terracotta/diagonal, +/area/station/service/chapel/office) +"dzl" = ( +/obj/structure/window/reinforced/plasma/spawner, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"dzE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dzJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"dzQ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"dzT" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"dAh" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dAl" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "N2 to Pure" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dAn" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"dAr" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"dAG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"dAS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"dBa" = ( +/obj/effect/spawner/random/structure/girder, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"dBb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dBh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"dBi" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dBr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"dBy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dBA" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/light/small/directional/east, +/turf/open/floor/carpet/royalblack, +/area/station/commons/dorms) +"dBH" = ( +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"dBM" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"dBV" = ( +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"dCe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"dCj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"dCm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Study" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/service/library) +"dCC" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"dCH" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/iron, +/area/station/service/janitor) +"dCR" = ( +/obj/structure/cable/layer3, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"dCU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/office) +"dDk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"dDB" = ( +/turf/open/space/basic, +/area/space) +"dDF" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/lab) +"dDG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"dDN" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Filter" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"dDO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"dDQ" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/inspector{ + pixel_x = -12; + pixel_y = -7 + }, +/turf/open/floor/iron/small, +/area/station/security/office) +"dDS" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"dDV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"dDW" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/mid/directional/north, +/obj/structure/chair/sofa/bench/right, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"dEt" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dEu" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"dEK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Distro" + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"dER" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"dFn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"dFs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"dFH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics - Distro Loop" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"dGt" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"dHk" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"dHC" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"dHL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dIe" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dIm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dIt" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/stripes/white/box, +/turf/open/floor/iron/dark/smooth_large, +/area/station/hallway/primary/fore) +"dID" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/orange/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dIN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=16.0-CentralFore-CentralPort"; + location = "15.0-CentralStarboard-CentralFore" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"dIP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"dJe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"dJf" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"dJh" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dJn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dJp" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dJN" = ( +/obj/machinery/griddle, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"dJT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/execution/transfer) +"dKj" = ( +/obj/structure/closet/secure_closet/freezer/empty/open, +/turf/open/floor/iron/diagonal, +/area/station/maintenance/department/engine/atmos) +"dKk" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/open/floor/iron/diagonal, +/area/station/maintenance/department/engine/atmos) +"dKq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/north{ + pixel_x = -23 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/button/door/directional/west{ + id = "com_guest"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -32; + pixel_y = 26; + specialfunctions = 4 + }, +/obj/machinery/button/door/directional/north{ + id = "com_guest2"; + name = "Privacy Shutters"; + pixel_x = -32; + pixel_y = 35 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"dKA" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Abandoned Dock Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"dKC" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"dLb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/smooth_corner{ + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"dLd" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"dLf" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/table/reinforced/titaniumglass, +/obj/item/stack/sheet/iron/fifty, +/obj/item/crowbar, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"dLn" = ( +/obj/structure/chair/office, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"dLu" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"dLv" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/closet{ + name = "janitorial supplies" + }, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/item/pushbroom, +/obj/item/storage/box/bodybags, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"dLC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/table/reinforced/titaniumglass, +/obj/item/storage/belt/utility, +/obj/item/clothing/glasses/meson{ + pixel_y = 7 + }, +/obj/item/clothing/glasses/meson, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"dLQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dLZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"dMg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Neurotoxin Outlet Pump" + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"dMm" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"dMn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall, +/area/station/science/ordnance/testlab) +"dMF" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{ + dir = 9 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"dMM" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dMX" = ( +/obj/machinery/holopad/secure, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"dMY" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/wrench, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"dNa" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"dNi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"dNq" = ( +/turf/closed/wall/r_wall/rust, +/area/station/ai_monitored/aisat/exterior) +"dNy" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"dNz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"dNI" = ( +/obj/structure/chair/sofa/left/maroon, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"dNL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"dNU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/spawner/random/vending/snackvend, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"dOb" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"dOd" = ( +/obj/machinery/rnd/production/techfab/department/security, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/office) +"dOg" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/tram) +"dOq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal/incinerator) +"dOv" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"dOz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"dOP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/tank/oxygen{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"dOT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"dOZ" = ( +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"dPa" = ( +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"dPc" = ( +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil, +/turf/open/space/basic, +/area/station/solars/port) +"dPd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 5 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "aigas" + }, +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/engine, +/area/station/ai_monitored/turret_protected/ai) +"dPl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"dPz" = ( +/turf/open/floor/iron/diagonal, +/area/station/maintenance/department/engine/atmos) +"dPH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/mail_sorting/medbay/general, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dPV" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dQA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/station/ai_monitored/turret_protected/ai) +"dQQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"dQS" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigars/cohiba{ + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_x = 5; + pixel_y = 19 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"dQY" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dRc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"dRf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"dRh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"dRi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"dRk" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"dRm" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/closed/wall, +/area/station/engineering/atmos) +"dRD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"dRE" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dSb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/hatch{ + name = "Secure Pen" + }, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/cytology) +"dSd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dSl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=13.0-DormatoryCommons-Dormatories"; + location = "12.0-RecreationHall-DormatoryCommons" + }, +/turf/open/floor/iron, +/area/station/commons) +"dSq" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"dSu" = ( +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"dSz" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"dSD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"dSM" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"dSQ" = ( +/obj/structure/table/wood, +/obj/item/storage/book/bible, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"dTg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"dTm" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dTr" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dTu" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"dTI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"dTS" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"dUn" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/window/spawner/directional/east, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dUC" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"dUD" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/tram) +"dUF" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"dUP" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 9 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"dUT" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/machinery/computer/atmos_control/nitrogen_tank{ + dir = 1 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"dVd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/window/right/directional/south{ + name = "Corpse Arrivals" + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/plating, +/area/station/medical/morgue) +"dVu" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"dVF" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/structure/rack, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"dVM" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos/storage/gas) +"dVW" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"dWm" = ( +/obj/structure/cable, +/obj/item/clothing/shoes/griffin{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"dWp" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"dWs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner, +/area/station/science/xenobiology) +"dWw" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"dWx" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"dWI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/computer/atmos_control/oxygen_tank{ + dir = 1 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"dWK" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/warden, +/turf/open/floor/iron, +/area/station/security/warden) +"dWW" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"dXb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/plasticflaps/opaque, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + location = "Research" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"dXe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Experimentation Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/lower) +"dXE" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/engine) +"dXH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"dXK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/head/utility/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"dXT" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/computer/atmos_control/air_tank{ + dir = 1 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"dYc" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/multitool{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"dYp" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/screwdriver{ + pixel_y = 1 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dYu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"dYD" = ( +/obj/machinery/door/window/brigdoor/left/directional/west{ + id = "Cell 1"; + name = "Cell 1"; + req_access = list("security") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"dYG" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"dYI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dYR" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/spawner/random/structure/barricade, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"dYX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"dZa" = ( +/obj/structure/table/reinforced, +/obj/machinery/camera/directional/west, +/obj/effect/decal/cleanable/cobweb, +/obj/item/retractor, +/obj/item/hemostat, +/obj/item/cautery, +/obj/machinery/camera/autoname/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"dZd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"dZk" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dZn" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"dZD" = ( +/obj/machinery/camera/directional/south{ + c_tag = "AI Chamber - Core"; + network = list("aicore") + }, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"dZF" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"dZZ" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"eaf" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"eag" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Pure to Mix" + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"eam" = ( +/obj/effect/spawner/random/structure/crate, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"eaA" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "flamedra" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/engine) +"eaC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 1 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"eaE" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/supply/visible, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air to External Air Ports" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"eaT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"ebc" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Distro to Waste" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"ebv" = ( +/obj/structure/table, +/obj/effect/spawner/random/techstorage/command_all, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"ebx" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/turf/closed/wall/rust, +/area/station/engineering/atmos/pumproom) +"ebU" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/servingdish, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"ecq" = ( +/turf/closed/wall/r_wall/rust, +/area/station/maintenance/department/engine/atmos) +"ect" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"ecF" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/engine/atmos) +"ecL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"ecQ" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"ecY" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"edc" = ( +/obj/machinery/computer/teleporter, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"edD" = ( +/obj/machinery/light/small/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"edJ" = ( +/obj/machinery/teleport/station, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"edK" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"edP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"edS" = ( +/obj/machinery/teleport/hub, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"edU" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the RD's goons from the safety of his office."; + dir = 4; + name = "Research Monitor"; + network = list("rd"); + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"edW" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"eeg" = ( +/turf/open/floor/iron/smooth_large, +/area/station/engineering/atmos) +"eem" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"eeq" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/basic, +/area/space) +"eeD" = ( +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"eeJ" = ( +/turf/closed/wall, +/area/station/commons/fitness/locker_room) +"eeN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"efa" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"efe" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"efp" = ( +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"efr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"efB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"efC" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/bar) +"efK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/science/lower) +"efL" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"egb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/prison/rec) +"egk" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/canister/plasma, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"egr" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"egy" = ( +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/hand_labeler, +/obj/item/camera, +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"egG" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"egN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/chapel, +/area/station/maintenance/starboard/greater) +"ehj" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ehB" = ( +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ehZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"ein" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/dorms{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/carpet/purple, +/area/station/commons/dorms) +"eip" = ( +/obj/machinery/power/port_gen/pacman, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"eiC" = ( +/obj/structure/cable/multilayer/connected, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/firealarm/directional/east, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/box/red, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"eiK" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"eiM" = ( +/obj/structure/table/wood, +/obj/item/knife/plastic, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"eiU" = ( +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"ejc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"ejn" = ( +/obj/structure/frame, +/obj/item/stack/cable_coil/five, +/obj/item/circuitboard/computer/arcade, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"ejt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"ejx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"eki" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"eku" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"ekE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/glass, +/area/station/command/heads_quarters/rd) +"ekL" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/cytology) +"ekO" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"ekZ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/navigate_destination, +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Security Delivery"; + req_access = list("security") + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/security) +"elh" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2, +/obj/structure/sign/warning/cold_temp/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"elm" = ( +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"elw" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/table, +/obj/item/reagent_containers/dropper, +/obj/machinery/reagentgrinder{ + pixel_x = -7; + pixel_y = 17 + }, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"elC" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/item/reagent_containers/syringe/multiver{ + pixel_x = -18; + pixel_y = 10 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = -12; + pixel_y = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"elM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"elO" = ( +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"elQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"elR" = ( +/obj/structure/table, +/obj/structure/window/spawner, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron, +/area/station/security/courtroom) +"elT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"elY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"emd" = ( +/turf/open/floor/iron, +/area/station/medical/chemistry) +"emf" = ( +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"emw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"emB" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"emD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"ena" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"enm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"enq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"env" = ( +/obj/effect/turf_decal/siding/dark_red/corner, +/obj/structure/rack, +/obj/item/gun/energy/temperature/security, +/obj/item/clothing/suit/hooded/ablative, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"enB" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"enE" = ( +/obj/item/cultivator/rake, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"enG" = ( +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"enU" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/robotics, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"eoa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"eoj" = ( +/obj/structure/table, +/obj/machinery/light/dim/directional/south, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"eop" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 6 + }, +/turf/open/floor/plating/rust{ + initial_gas_mix = "TEMP=2.7" + }, +/area/space/nearstation) +"eoz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"eoC" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"eoK" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"eoU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"eoY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"eoZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos) +"epa" = ( +/obj/machinery/telecomms/bus/preset_four, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"epq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"ept" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"epu" = ( +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"epA" = ( +/obj/machinery/atmospherics/pipe/smart/simple/pink/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/head/cone{ + pixel_x = 9; + pixel_y = -4 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"epN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"eqg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"eqk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/security/checkpoint/science) +"eqz" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"eqL" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "O2 Outlet Pump" + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"eqM" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/engineering/atmos/storage/gas) +"eqS" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"eqX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"erg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"erk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"eru" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"erA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"erE" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"erK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"erZ" = ( +/obj/machinery/computer/records/security, +/turf/open/floor/iron/small, +/area/station/security/office) +"esc" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Air to Pure" + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"esv" = ( +/obj/docking_port/stationary{ + dwidth = 4; + height = 17; + name = "birdshot arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/birdshot; + shuttle_id = "arrival_stationary"; + width = 9 + }, +/turf/open/space/basic, +/area/space) +"esw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"esx" = ( +/obj/effect/gibspawner/human, +/turf/open/floor/iron/white/diagonal, +/area/station/maintenance/department/science/xenobiology) +"esC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"esE" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"esP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/departments/medbay/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"esY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"etf" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"eto" = ( +/obj/structure/table/wood, +/obj/item/statuebust, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"etv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"etx" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/circuit, +/area/station/maintenance/port/aft) +"etD" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/flasher/directional/east{ + id = "ai" + }, +/turf/open/floor/iron/stairs, +/area/station/ai_monitored/turret_protected/ai) +"etZ" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"eua" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"euj" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/supply/visible, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air to Distro" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"eux" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"euO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"euQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"euR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/lobby) +"euX" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"evb" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"evg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"evj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Engineering Desk"; + req_access = list("engineering") + }, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/pen{ + pixel_x = 5 + }, +/obj/structure/desk_bell{ + pixel_x = -8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"evq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"evs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"evz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"evE" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"evH" = ( +/obj/machinery/atmospherics/components/tank/nitrous{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos) +"evP" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/box, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"ewb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"ewy" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"ewz" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"ewR" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ewU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ewW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"exi" = ( +/obj/structure/cable, +/obj/machinery/door/window/right/directional/east{ + name = "Access Shutter"; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/depsec/engineering, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/break_room) +"exJ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"exK" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/obj/structure/table/glass, +/obj/machinery/light/cold/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"exR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"exW" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/obj/structure/sink/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"eyo" = ( +/obj/structure/window/reinforced/plasma/spawner{ + dir = 4 + }, +/obj/machinery/computer/atmos_control/nocontrol/incinerator{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/disposal/incinerator) +"eyv" = ( +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"eyB" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/lockers) +"eyJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/ai_monitored/turret_protected/aisat/maint) +"eyZ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ezg" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/structure/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"ezi" = ( +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"ezw" = ( +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"ezE" = ( +/obj/vehicle/ridden/secway, +/turf/open/floor/plating, +/area/station/security/tram) +"ezM" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"ezS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"eAn" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"eAu" = ( +/obj/structure/cable, +/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/aft) +"eAz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/noslip, +/area/station/medical/medbay/central) +"eAK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"eAU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/right/directional/south{ + name = "AI Security Door" + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"eAX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"eAY" = ( +/turf/open/floor/grass, +/area/station/science/xenobiology) +"eBe" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"eBn" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"eBr" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"eBx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Telecomms Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/textured_half, +/area/station/hallway/primary/starboard) +"eBH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"eBN" = ( +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"eBO" = ( +/obj/item/clothing/head/cone{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/clothing/head/cone{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/clothing/head/cone{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/head/cone{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/head/cone{ + pixel_x = -3; + pixel_y = -13 + }, +/turf/open/floor/iron/smooth_large, +/area/station/engineering/atmos) +"eBQ" = ( +/obj/structure/window/reinforced/spawner, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/noslip, +/area/station/maintenance/department/medical/central) +"eBV" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/carpet/green, +/area/station/maintenance/central/lesser) +"eCf" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/flasher/directional/north{ + id = "ai" + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"eDh" = ( +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/engine, +/area/station/ai_monitored/turret_protected/ai) +"eDl" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/left/directional/south{ + name = "AI Security Door" + }, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"eDy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"eDz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"eDF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"eDI" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/mortar, +/obj/item/pestle, +/obj/item/reagent_containers/cup/bottle/thermite{ + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"eDJ" = ( +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"eDN" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"eEq" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/closet/emcloset, +/obj/item/radio/off, +/obj/machinery/camera/directional/west, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"eEN" = ( +/obj/machinery/computer/security/hos{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"eFc" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"eFe" = ( +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"eFf" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/storage/pill_bottle/epinephrine{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/machinery/button/door/directional/east{ + id = "pharmacy_shutters"; + name = "Pharmacy Shutters Control"; + req_access = list("pharmacy") + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"eFi" = ( +/obj/structure/frame/machine, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"eFk" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"eFm" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/mob/living/simple_animal/bot/cleanbot, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"eFy" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/security/prison) +"eFN" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"eFO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"eFP" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"eFV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"eGb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Clinic" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "medlock"; + name = "Lockdown Shutters" + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/dark/small, +/area/station/medical/medbay/lobby) +"eGl" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/photocopier, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"eGr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/lower) +"eGt" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"eGJ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"eGL" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/prison/mess) +"eGT" = ( +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Medical"; + name = "Medical Fax Machine"; + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"eHe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"eHf" = ( +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"eHj" = ( +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/syndicate, +/obj/item/target/alien, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"eHk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/vending/cart{ + req_access = list("hop") + }, +/turf/open/floor/iron/large, +/area/station/command/heads_quarters/hop) +"eHy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"eHR" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"eHS" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eId" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"eIk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eIn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor/iron_white, +/area/station/engineering/atmos) +"eIM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/service/hop_office, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"eJe" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"eJh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"eJk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eJp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"eJr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eJw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"eJW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Central Atmospherics" + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"eJY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eJZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eKd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Central Atmospherics" + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"eKf" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets/donkpocketpizza, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"eKs" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"eKP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"eKT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"eKU" = ( +/turf/closed/wall/r_wall/rust, +/area/station/engineering/atmos/pumproom) +"eKW" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bathroom" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"eKY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"eLn" = ( +/obj/machinery/door/airlock/glass{ + name = "Gold Standard Law Firm" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/grimy, +/area/station/maintenance/starboard/greater) +"eLE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"eLJ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/computer/atmos_control/mix_tank{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"eLL" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix Outlet Pump" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"eLO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Foyer" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/engineering/break_room) +"eLY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/vault{ + name = "Vault" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/supply/vault, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/catwalk_floor, +/area/station/ai_monitored/command/nuke_storage) +"eMj" = ( +/obj/machinery/modular_computer/console/preset/cargochat/engineering{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"eMl" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eMo" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"eMG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"eMI" = ( +/obj/machinery/computer/atmos_control/nitrous_tank{ + dir = 4; + name = "Neurotoxin Supply Control" + }, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"eMU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"eNb" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ + dir = 1; + initialize_directions = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"eNl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"eNo" = ( +/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty{ + pixel_x = -6 + }, +/obj/item/paperplane{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"eNt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"eND" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"eNG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"eNU" = ( +/obj/structure/table/reinforced, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"eOo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"eOp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"eOt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"eOJ" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"eOT" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/south{ + c_tag = "Engineering - Desk" + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"eOZ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"ePg" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/circuit, +/area/station/maintenance/port/aft) +"ePw" = ( +/obj/machinery/photocopier, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"ePA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"eQa" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"eQe" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eQi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eQk" = ( +/obj/machinery/door/airlock/security{ + name = "Isolation" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/white/small, +/area/station/security/prison/safe) +"eQn" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"eQt" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/rd) +"eQz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eQJ" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/engineering/break_room) +"eQO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"eQR" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"eQX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"eRp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/hallway/secondary/construction) +"eRX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"eSd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Smoking Lounge" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/lower) +"eSh" = ( +/obj/structure/cable, +/obj/machinery/door/window/right/directional/east{ + name = "Access Shutter"; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/landmark/start/depsec/engineering, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/break_room) +"eSo" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/security/engine, +/obj/item/radio/off{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/geiger_counter{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"eSB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "West Ports to Filter" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eSF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"eSU" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Pure to West Ports" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"eSV" = ( +/obj/structure/bed/maint, +/turf/open/floor/iron/small, +/area/station/maintenance/starboard/central) +"eSW" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"eSZ" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = 4 + }, +/obj/item/phone{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/machinery/camera/directional/west{ + c_tag = "MiniSat - Teleporter"; + network = list("minisat") + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"eTh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lower) +"eTi" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"eTo" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/chem_mass_spec, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"eTu" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eTL" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"eUb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"eUi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"eUn" = ( +/obj/structure/cable, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"eUC" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"eUF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/table, +/obj/item/stack/ore/bananium, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"eUH" = ( +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Holding Cell"; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"eUN" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"eUX" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"eVb" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"eVe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-2" + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"eVm" = ( +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"eVu" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"eVz" = ( +/obj/machinery/camera/directional/west{ + c_tag = "AI Sat - Antechamber"; + network = list("minisat") + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"eVI" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"eWd" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/modular_computer/console/preset/cargochat/service{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"eWD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"eWI" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/aft) +"eXa" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/phone{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/food/bonbon/chocolate_truffle, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"eXf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/science/ordnance/testlab) +"eXo" = ( +/turf/closed/wall/r_wall, +/area/station/tcommsat/server) +"eXx" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"eXy" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table, +/obj/item/storage/crayons, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"eXK" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/item/storage/crayons{ + pixel_y = -2 + }, +/turf/open/floor/stone, +/area/station/maintenance/aft) +"eXW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"eYc" = ( +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"eYk" = ( +/obj/structure/cable, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"eYn" = ( +/obj/machinery/computer/monitor{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 1; + pixel_y = -29 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"eYp" = ( +/obj/machinery/recharge_station, +/obj/machinery/camera/motion/directional/east{ + c_tag = "AI Sat - Maintenance"; + network = list("minisat") + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"eYM" = ( +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"eYQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/left/directional/north, +/obj/structure/chair/sofa/bench/left, +/obj/machinery/light/small/directional/east, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"eYV" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"eYY" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_br/style_random, +/mob/living/simple_animal/hostile/lizard{ + name = "Bathes-In-Heatlamp" + }, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/port/lesser) +"eZs" = ( +/obj/machinery/gulag_teleporter, +/obj/effect/turf_decal/tile/dark_red, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"eZJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"eZM" = ( +/obj/structure/cable/layer3, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"eZO" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"eZP" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/pen, +/obj/machinery/light/directional/east, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"eZT" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/light/cold/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"faj" = ( +/obj/machinery/door/airlock/public, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"fao" = ( +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/turf/closed/wall/r_wall, +/area/station/medical/virology) +"fas" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/yellow/line, +/turf/open/floor/iron/smooth_corner{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"fav" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"faw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fay" = ( +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"faX" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/rack, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 9 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 1; + pixel_y = -2 + }, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"fbe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"fbj" = ( +/obj/structure/table/wood, +/obj/machinery/computer/pod/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"fbo" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"fbp" = ( +/obj/machinery/light/small/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"fbq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fbt" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"fbM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"fbO" = ( +/obj/item/aicard, +/obj/item/pai_card, +/obj/item/circuitboard/aicore, +/obj/machinery/keycard_auth/directional/north{ + pixel_x = -5 + }, +/obj/machinery/button/door/directional/north{ + id = "xeno_blastdoor"; + name = "Xenobiology Containment Control"; + pixel_x = 8; + req_access = list("rd") + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"fbQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"fca" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"fcd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"fch" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"fcs" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"fcD" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output{ + dir = 1 + }, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"fdi" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=6.1-Arrivals"; + location = "5.0-AftHall-Arrivals" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"fds" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"fdF" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/plasma_input{ + dir = 1 + }, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"fdG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"fdH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/meter, +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics - Starboard" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fdK" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 4 + }, +/turf/open/floor/plating/rust{ + initial_gas_mix = "TEMP=2.7" + }, +/area/space/nearstation) +"fdM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "roboticshut"; + name = "Robotics Shutters" + }, +/turf/open/floor/plating, +/area/station/science/robotics/lab) +"fdU" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"fel" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"feq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall/rust, +/area/station/hallway/primary/fore) +"ffs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"ffO" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"ffX" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kihall" + }, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"fgk" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/status_display/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"fgp" = ( +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"fgt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons/storage/tools) +"fgL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"fgW" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/vending/drugs, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/camera/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"fhj" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"fho" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/implanter{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/folder/blue{ + pixel_x = 4 + }, +/obj/item/storage/box/evidence{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/inspector{ + pixel_x = -12; + pixel_y = -4 + }, +/turf/open/floor/iron/small, +/area/station/security/office) +"fhD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"fhS" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 5 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"fii" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = -32; + spawn_loot_chance = 50 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"fik" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"fiA" = ( +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"fiD" = ( +/obj/structure/table, +/obj/item/plate, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"fiF" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"fjh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"fjn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"fju" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"fjA" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/turret_protected/ai) +"fjK" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"fjN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/door/window/survival_pod{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"fjR" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating/rust{ + initial_gas_mix = "TEMP=2.7" + }, +/area/space/nearstation) +"fjS" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"fjV" = ( +/obj/item/radio/intercom/directional/south{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"fkj" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"fkq" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/mod/module/thermal_regulator, +/obj/effect/turf_decal/bot_white, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"fkt" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"fky" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"flg" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"flo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"flp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"flQ" = ( +/turf/open/floor/plating/rust{ + initial_gas_mix = "TEMP=2.7" + }, +/area/space/nearstation) +"flX" = ( +/obj/item/flashlight/lantern, +/turf/open/floor/plating/rust, +/area/station/maintenance/starboard/greater) +"fmf" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"fmj" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fmm" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"fmq" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fmw" = ( +/obj/machinery/plate_press, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/security/prison/work) +"fmH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"fmR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"fne" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/camera/autoname/directional/east, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/restraints/handcuffs, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"fni" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"fnp" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fnr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"fnw" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"fnz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"fnI" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/construction) +"fnP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/right/directional/south{ + name = "Security Desk"; + req_access = list("security") + }, +/obj/machinery/door/window/right/directional/north{ + name = "Security Desk" + }, +/obj/structure/sign/directions/command/directional/east{ + dir = 1 + }, +/obj/structure/sign/directions/medical/directional/east{ + pixel_y = 8 + }, +/obj/structure/sign/directions/vault/directional/east{ + pixel_y = -8 + }, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/iron/textured_large, +/area/station/security/brig/entrance) +"fnZ" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fod" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"foe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"foi" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating/airless, +/area/station/engineering/atmos/pumproom) +"for" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fos" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"fov" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/vending/security, +/turf/open/floor/iron, +/area/station/security/lockers) +"foJ" = ( +/turf/closed/wall/r_wall/rust, +/area/station/command/heads_quarters/ce) +"foL" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"fpb" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fpk" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Air to East Ports" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fpl" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"fpq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"fpB" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Science Lab Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"fpO" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/ce) +"fpR" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/prison/workout) +"fpY" = ( +/turf/closed/mineral/random/stationside, +/area/station/ai_monitored/aisat/exterior) +"fqd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"fqf" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/ce) +"fqG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"fqL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fqT" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"frf" = ( +/obj/structure/table/glass, +/obj/item/defibrillator/loaded{ + pixel_y = 3 + }, +/obj/item/defibrillator/loaded, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"frg" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"frj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"frs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/heads_quarters/ce) +"frw" = ( +/obj/machinery/requests_console/directional/west{ + assistance_requestable = 1; + department = "Engineering"; + name = "Engineering Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/stairs, +/area/station/engineering/break_room) +"frB" = ( +/obj/machinery/button/tram{ + id = 2; + lift_id = "maint_tram"; + pixel_y = -32 + }, +/obj/machinery/destination_sign/indicator{ + pixel_y = -32; + tram_id = "maint_tram" + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"frI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"frP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/right/directional/north{ + name = "Security Desk" + }, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/customs) +"fsf" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/machinery/fax{ + fax_name = "Engineering Lobby"; + name = "Engineering Lobby Fax Machine"; + pixel_x = 8; + pixel_y = 9 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"fst" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"fsz" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"fsD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"fsL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"fsV" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/break_room) +"fsW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/aft) +"fta" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/machinery/air_sensor/plasma_tank, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"ftb" = ( +/obj/machinery/power/turbine/inlet_compressor{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"ftm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"ftv" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + desc = "Controls the shutters over the brig windows."; + id = "briglockdown"; + name = "Brig Lockdown Control"; + pixel_x = 6; + pixel_y = 7; + req_access = list("security") + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -12; + pixel_y = 5 + }, +/obj/machinery/button/door/directional{ + id = "wardshut"; + name = "Privacy Shutters"; + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"ftO" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"ftX" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ftZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"fui" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/security/processing) +"fuk" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/obj/machinery/light/floor{ + pixel_x = 32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"fun" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Chamber" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber Entrance Shutters" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai) +"fuo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"fuC" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/turf/open/floor/engine/airless, +/area/station/maintenance/disposal/incinerator) +"fuL" = ( +/obj/docking_port/stationary/escape_pod{ + dir = 2 + }, +/turf/open/space/basic, +/area/space) +"fuR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/station/engineering/atmos/pumproom) +"fvC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/status_display/evac/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fvP" = ( +/obj/structure/cable, +/obj/machinery/computer/apc_control{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + department = "Chief Engineer's Desk"; + name = "Chief Engineer's Requests Console" + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"fvT" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"fwc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"fwk" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"fwF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"fwI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"fwJ" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/holopad, +/turf/open/floor/iron/white, +/area/station/security/medical) +"fwO" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 4 + }, +/obj/machinery/fax{ + fax_name = "Chief Engineer's Office"; + name = "Chief Engineer's Fax Machine"; + pixel_y = 7 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = -9 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"fwS" = ( +/turf/open/floor/circuit, +/area/station/maintenance/port/aft) +"fwZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"fxt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"fxw" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/box, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/security/telescreen/ce{ + dir = 8; + pixel_x = 30 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/station/command/heads_quarters/ce) +"fxF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"fxN" = ( +/obj/structure/table, +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"fxO" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"fyo" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/east, +/obj/machinery/coffeemaker{ + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/coffeepot{ + pixel_x = 3; + pixel_y = -5 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"fyr" = ( +/turf/closed/wall/rust, +/area/station/command/heads_quarters/ce) +"fyv" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"fyH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"fyQ" = ( +/obj/machinery/suit_storage_unit/ce, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/ce) +"fyT" = ( +/obj/structure/dresser, +/obj/machinery/light/small/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/ce) +"fyU" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/obj/machinery/light/small/directional/west, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"fyW" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/obj/machinery/light/floor{ + pixel_x = -32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"fyZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fzd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fze" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"fzl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"fzt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"fzx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fzS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"fAe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"fAr" = ( +/obj/structure/window/reinforced/spawner, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/noslip, +/area/station/maintenance/port/aft) +"fAs" = ( +/obj/structure/sign/directions/supply{ + dir = 1; + pixel_y = -8 + }, +/obj/structure/sign/directions/command{ + dir = 1 + }, +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/turf/closed/wall, +/area/station/hallway/primary/starboard) +"fAt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"fAx" = ( +/obj/structure/cable, +/obj/effect/spawner/random/structure/furniture_parts, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fAJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"fAM" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/blue, +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/suit/hazardvest{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/clothing/suit/hazardvest{ + pixel_x = -2 + }, +/obj/item/electronics/airalarm{ + pixel_x = 15; + pixel_y = -5 + }, +/obj/item/electronics/airalarm{ + pixel_x = 18; + pixel_y = -3 + }, +/obj/item/multitool{ + pixel_x = 11; + pixel_y = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"fAN" = ( +/turf/closed/wall/r_wall/rust, +/area/station/maintenance/department/engine) +"fAP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fAS" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"fAX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/bag/construction, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"fAZ" = ( +/obj/structure/window/spawner, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate_empty, +/obj/item/circuitboard/machine/thermomachine, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"fBe" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Air to Mix" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"fBf" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"fBj" = ( +/obj/structure/table, +/obj/item/grenade/smokebomb{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/grenades{ + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fBl" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table, +/obj/item/folder/red, +/obj/item/food/monkeycube/bee{ + name = "monkey cube"; + pixel_y = 17 + }, +/obj/item/food/monkeycube/gorilla{ + desc = "Just add water!"; + name = "monkey cube"; + pixel_x = 3; + pixel_y = 13 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"fBq" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"fBw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fBz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"fBR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"fBX" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"fCg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fCp" = ( +/obj/machinery/computer/pod/old/mass_driver_controller/chapelgun{ + pixel_x = 30 + }, +/obj/machinery/door/window/right/directional/south{ + req_access = list("chapel_office") + }, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"fCu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red, +/turf/open/floor/iron/white, +/area/station/security/medical) +"fCw" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"fCy" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/security_all, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"fDd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"fDg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fDk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fDs" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"fDw" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_y = 5 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"fDz" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"fDC" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"fDF" = ( +/obj/structure/cable, +/obj/machinery/door/window/left/directional/east{ + name = "Access Shutter"; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/depsec/engineering, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/break_room) +"fDI" = ( +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"fDL" = ( +/obj/structure/cable/layer3, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/flasher/directional/north{ + id = "ai"; + pixel_x = -22 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fDS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/purple, +/turf/open/space/basic, +/area/space/nearstation) +"fDU" = ( +/obj/item/radio/intercom/directional/north{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fDY" = ( +/obj/structure/cable, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"fEb" = ( +/turf/open/floor/engine/n2o, +/area/station/ai_monitored/turret_protected/ai) +"fEd" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"fEq" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"fEC" = ( +/turf/closed/wall, +/area/station/maintenance/port/lesser) +"fEV" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 8; + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fFt" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"fFD" = ( +/obj/effect/turf_decal/siding/blue, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"fFH" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "wardshut"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/security/warden) +"fFT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fFV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fFY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor, +/obj/machinery/door_buttons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 8; + pixel_y = 22; + req_access = list("virology") + }, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "virology_airlock_exterior"; + idInterior = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = -8; + pixel_y = 24; + req_access = list("virology") + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/virology) +"fGa" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fGE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"fHa" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"fHb" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"fHf" = ( +/obj/structure/bed/maint, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fHh" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"fHn" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"fHv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fHN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=21.0-Bar-Porthall"; + location = "20.0-CentralPort-Bar" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fHQ" = ( +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrogen_output{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"fHT" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/vending/wardrobe/science_wardrobe, +/turf/open/floor/iron/white, +/area/station/science/research) +"fIf" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"fIg" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"fIr" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"fIE" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/engineering/ce_office, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fIK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fJl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"fJo" = ( +/obj/structure/chair/comfy/carp{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"fJs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"fJK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/dropper{ + pixel_y = -3 + }, +/obj/item/stack/sheet/mineral/plasma/thirty{ + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"fJZ" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"fKc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fKl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fKo" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 5 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"fKz" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"fKO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/departments/court/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fLf" = ( +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/mob/living/simple_animal/bot/secbot/pingsky, +/obj/machinery/holopad/secure, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fLi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"fLk" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"fLn" = ( +/obj/structure/table/wood/fancy/red, +/obj/structure/mirror/directional/west, +/obj/item/ammo_box/magazine/toy/smgm45, +/obj/item/ammo_box/magazine/toy/smgm45{ + pixel_y = 15 + }, +/obj/item/clothing/mask/animal/small/bat, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"fLu" = ( +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fLz" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"fLC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/barricade/wooden, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"fLK" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"fLX" = ( +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"fMi" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/stack/sheet/plasteel/fifty, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/item/electronics/airlock{ + pixel_x = -16 + }, +/obj/item/electronics/airlock{ + pixel_x = -16; + pixel_y = 7 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"fMj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fMk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fMs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"fMv" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bathroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"fMx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"fMD" = ( +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"fMN" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"fMQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"fNh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fNk" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/table/reinforced/titaniumglass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"fNr" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"fNu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + id = "justiceblast"; + name = "Justice Blast Door" + }, +/turf/open/floor/plating/airless, +/area/station/security/execution/education) +"fNv" = ( +/obj/structure/fluff/broken_flooring, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fNA" = ( +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/monitored/air_output{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"fNH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"fNR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/north{ + name = "Medical Tools"; + req_access = list("medical") + }, +/obj/machinery/light/cold/directional/south, +/obj/item/storage/box/syringes{ + pixel_y = 4 + }, +/obj/item/gun/syringe, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"fOg" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fOj" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fOk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fOn" = ( +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"fOP" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"fOQ" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"fPb" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"fPt" = ( +/obj/structure/cable, +/obj/machinery/power/smes/engineering, +/obj/machinery/light/small/directional/south, +/obj/machinery/light_switch/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/plating/rust, +/area/station/maintenance/disposal/incinerator) +"fPu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fPA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"fPO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fPR" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fQi" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"fQo" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/glasses/hud/security/sunglasses/gars{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/machinery/light/cold/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"fQA" = ( +/obj/effect/spawner/random/structure/chair_maintenance{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"fQI" = ( +/obj/item/shovel, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"fQN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/door/window/brigdoor/left/directional/east{ + atom_integrity = 300; + dir = 8 + }, +/obj/machinery/button/door/incinerator_vent_atmos_aux{ + pixel_x = -8; + pixel_y = -24 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/disposal/incinerator) +"fQY" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fRd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/disposal/incinerator) +"fRq" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/grenades, +/obj/item/book/manual/wiki/plumbing{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/plunger, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"fRB" = ( +/obj/effect/spawner/random/structure/girder, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"fRG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/east, +/obj/machinery/status_display/ai/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fRJ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"fRU" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/mob/living/simple_animal/parrot/poly, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"fSe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 4 + }, +/obj/machinery/cell_charger{ + pixel_y = 22 + }, +/obj/item/computer_disk/engineering, +/obj/item/computer_disk/engineering, +/obj/item/clothing/glasses/meson{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/stamp/ce{ + pixel_x = 7; + pixel_y = 15 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"fSf" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/prison) +"fSh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"fSk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"fSq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/rack, +/obj/item/scalpel, +/obj/item/wirecutters, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"fSr" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"fSv" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer's Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/heads_quarters/ce) +"fSx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fSB" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"fSE" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"fSG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"fSL" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"fSW" = ( +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/ce) +"fSX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/layer3, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fTb" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/obj/machinery/vending/wardrobe/chem_wardrobe, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"fTe" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fTh" = ( +/turf/closed/wall/r_wall/rust, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fTt" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fTw" = ( +/obj/machinery/camera/motion/directional/east{ + c_tag = "AI Sat - Starboard Maint"; + network = list("minisat") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fTx" = ( +/obj/structure/cable, +/obj/structure/bed, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/item/bedsheet/ce, +/obj/effect/landmark/start/chief_engineer, +/obj/item/storage/secure/safe/directional/south, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/ce) +"fTC" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"fTD" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fTM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"fUh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fUw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"fUI" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fUL" = ( +/obj/machinery/door/poddoor{ + id = "Secure Storage"; + name = "Secure Storage" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/engineering/atmos) +"fUO" = ( +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/aisat_interior"; + name = "Antechamber Turret Control"; + pixel_y = 30; + req_access = list("minisat") + }, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fUP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/box/red, +/obj/structure/cable/multilayer/connected, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fUR" = ( +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fUT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 2" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/safe) +"fUU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"fVy" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"fVG" = ( +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"fVM" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/clothing/gloves/latex{ + pixel_y = -8 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"fVU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fVV" = ( +/obj/structure/sink/kitchen/directional/west, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/light_switch/directional/east, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"fWw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/computer/security/telescreen/interrogation{ + pixel_y = 29 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"fWH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "AISat Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fWJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"fWT" = ( +/obj/machinery/vending/assist, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"fWW" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"fXg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fXi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"fXj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fXl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fXJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=22.0-Porthall-Evac"; + location = "21.0-Bar-Porthall" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"fYX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/obj/machinery/door/airlock/security{ + name = "Warden's Office" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/warden) +"fZq" = ( +/obj/machinery/door/window/left/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"fZu" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"fZw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "AISat Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fZC" = ( +/obj/structure/table/wood, +/obj/item/storage/book/bible, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/maintenance/starboard/greater) +"gan" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Mech Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/mechbay) +"gaF" = ( +/obj/machinery/stasis{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/defibrillator_mount/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"gbD" = ( +/obj/machinery/hydroponics/soil, +/obj/item/food/grown/mushroom/reishi, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"gbH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"gbM" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"gcf" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/department_orders/medical{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"gcm" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"gcs" = ( +/turf/closed/wall, +/area/space/nearstation) +"gcz" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/fore/lesser) +"gcL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"gdr" = ( +/turf/closed/wall/rust, +/area/station/maintenance/fore/lesser) +"gdB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "AISat Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gdD" = ( +/obj/machinery/light/cold/directional/south, +/obj/structure/sign/warning/pods/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"gdE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"gdJ" = ( +/obj/structure/cable, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"gea" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"geg" = ( +/obj/machinery/door/airlock{ + name = "Gas Lab Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"gem" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/right/directional/south, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"geu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbreach"; + name = "Anti-Breach Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/treatment_center) +"geE" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/jungle/c{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/machinery/light/small/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"geG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/button/door/directional/west{ + id = "atmosbridge"; + name = "Space Bridge" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"geI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"geQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"geS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"gfb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hatch{ + name = "Glassway Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"gfc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"gfs" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/command) +"gfv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/command/heads_quarters/rd) +"gfE" = ( +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/machinery/air_sensor/nitrogen_tank, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"gfJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"gfL" = ( +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"gfM" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"gfP" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"gfR" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = 8; + pixel_y = 2 + }, +/obj/machinery/light/cold/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/effect/spawner/random/food_or_drink/condiment{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"gfZ" = ( +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"ggi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"ggl" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"ggn" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/stripes/end, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/machinery/status_display/supply{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"ggv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"ggw" = ( +/obj/effect/turf_decal/stripes/white/end{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + id = "atmosbridge" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ggW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=13.2-Tcommstore"; + location = "13.1-Engineering-Enter" + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"ghc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ghd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"ghs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_exterior"; + name = "Virology Exterior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor, +/obj/machinery/door_buttons/access_button{ + dir = 1; + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 24; + req_access = list("virology") + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/virology) +"ghC" = ( +/obj/structure/cable, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"ghK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/science/lower) +"ghQ" = ( +/obj/machinery/nuclearbomb/selfdestruct, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"gic" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/machinery/air_sensor/oxygen_tank, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"gig" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"gih" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"gij" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/air_sensor/air_tank, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"gir" = ( +/obj/machinery/shower/directional/south, +/obj/structure/curtain, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/nuclearbomb/beer, +/turf/open/floor/iron/freezer, +/area/station/command/corporate_suite) +"giy" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"giO" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/mix_input{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"giY" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"gjm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"gjT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/mix_output{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"gkb" = ( +/obj/machinery/light/small/directional/west, +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/science/xenobiology) +"gkw" = ( +/obj/structure/cable, +/obj/machinery/light_switch/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"gky" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"gkE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"gkL" = ( +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/canvas{ + pixel_x = 13; + pixel_y = 12 + }, +/obj/item/canvas, +/obj/item/canvas{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/item/canvas{ + pixel_y = 15 + }, +/obj/item/canvas{ + pixel_x = 6 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"gkN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gle" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"gli" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"glt" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"glv" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/sign/picture_frame/portrait/bar{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"glz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"glB" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"glM" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"glR" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"glY" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/rack, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/wrench/medical, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"gmh" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/item/stack/sheet/cardboard{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/storage/box/teargas{ + pixel_x = -7; + pixel_y = 14 + }, +/obj/item/gun/grenadelauncher{ + pixel_x = 17; + pixel_y = 10 + }, +/obj/machinery/requests_console/directional/north{ + assistance_requestable = 1; + department = "Security"; + name = "Security Requests Console"; + supplies_requestable = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"gmm" = ( +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"gmp" = ( +/obj/machinery/pdapainter/engineering, +/obj/machinery/firealarm/directional/south{ + pixel_x = -11 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"gnf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/west{ + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_y = -24; + req_access = list("engine_equip") + }, +/obj/machinery/button/door/directional/west{ + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -6; + pixel_y = -24; + req_access = list("engineering") + }, +/obj/machinery/button/door/directional/west{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 6; + pixel_y = -24; + req_access = list("atmospherics") + }, +/obj/machinery/button/door/directional/south{ + id = "ceprivacy"; + name = "Privacy Shutters Control"; + pixel_x = 24 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/start/chief_engineer, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"gns" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"gnw" = ( +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"gnL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"gnQ" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/cryo) +"gnY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/fishing_rod, +/obj/item/stack/spacecash/c1{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"gof" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"goE" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"goH" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 10 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"goJ" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"goN" = ( +/obj/docking_port/stationary/mining_home/common{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"goT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/execution/transfer) +"goZ" = ( +/obj/structure/rack, +/obj/item/clothing/head/costume/papersack/smiley, +/turf/open/floor/plating/rust, +/area/station/maintenance/starboard/greater) +"gpf" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"gph" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/newscaster/directional/east, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"gpu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"gpy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/toy/plush/slimeplushie{ + name = "Nanners" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"gpI" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/ce) +"gpK" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/item/storage/secure/briefcase, +/obj/item/lighter, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/ce) +"gpL" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gpM" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/medical/virology) +"gpR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"gpS" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured_half, +/area/station/engineering/atmos) +"gpV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"gqb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"gqg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"gqs" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"gqw" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"gqK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"gqY" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/rack, +/obj/item/pipe_dispenser, +/obj/item/assault_pod/mining, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"grm" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"grn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"grx" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/bot_white, +/obj/machinery/camera/autoname/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"grD" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"grM" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/engineering{ + name = "Engineering Corridor" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/textured_half, +/area/station/engineering/atmos) +"grW" = ( +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"gsf" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"gsh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/side, +/area/station/science/lobby) +"gsv" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"gtl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"gto" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"gtr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/delivery, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron/textured_large, +/area/station/hallway/primary/central/fore) +"gtG" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"gtJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/bed/roller, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"gtT" = ( +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"gtW" = ( +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"gtZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"gui" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/machinery/light_switch/directional/north, +/obj/machinery/light/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"gux" = ( +/obj/machinery/air_sensor/mix_tank, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"guz" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"guC" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/closet/l3closet/virology, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"guF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/holopad, +/obj/machinery/button/door/directional/north{ + id = "medlock"; + name = "Medbay Lockdown Control"; + req_access = list("medical") + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"guI" = ( +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"guT" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 5; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"guV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Security Doors" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"guY" = ( +/turf/closed/wall, +/area/station/service/chapel/storage) +"gvn" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"gvp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Security Doors" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gvQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"gvX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Security Doors" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gvY" = ( +/turf/closed/wall/r_wall, +/area/space) +"gwa" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"gwh" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"gwo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"gwD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gwQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/construction) +"gwS" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gwV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gxb" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/surgical{ + pixel_y = 4 + }, +/obj/item/clothing/mask/surgical{ + pixel_y = 8 + }, +/obj/item/clothing/mask/surgical, +/obj/item/surgical_drapes{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"gxg" = ( +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/flasher/directional/west{ + id = "Cell 1" + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"gxi" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gxs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Chemistry Lab" + }, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "chem_lockdown"; + name = "Chemistry Shutters" + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"gxu" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"gxx" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"gxP" = ( +/obj/structure/flora/bush/large/style_random, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"gxR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gxX" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gyd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gye" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"gyf" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"gyi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"gyr" = ( +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gyE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"gzf" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gzu" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/obj/machinery/computer/prisoner/management{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security) +"gzx" = ( +/obj/structure/closet/crate, +/obj/machinery/firealarm/directional/west, +/obj/item/watertank, +/obj/item/shovel/spade, +/obj/item/cultivator/rake, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"gzB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/spawner/directional/west, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gzD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gzF" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/rec) +"gzQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gzY" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"gAn" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"gAp" = ( +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"gAA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/science/research) +"gAJ" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"gBh" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/department/engine/atmos) +"gBi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/button/door/directional/west{ + id = "atmosbridge"; + name = "Space Bridge" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gBk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/fore) +"gBu" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/mess) +"gBx" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table/glass, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/machinery/cell_charger{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"gBz" = ( +/obj/machinery/computer/communications, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"gBD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gBT" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"gCa" = ( +/obj/machinery/computer/crew, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/light/cold/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"gCe" = ( +/obj/structure/cable, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"gCg" = ( +/obj/machinery/computer/records/medical, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"gCo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"gCq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/security/processing) +"gCr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/airlock/command/glass{ + name = "Glassway" + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gCJ" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/plasteel/fifty, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"gCS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"gCT" = ( +/turf/closed/wall, +/area/station/hallway/secondary/command) +"gDk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/airlock/command/glass{ + name = "Glassway" + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gDp" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gDs" = ( +/obj/structure/lattice, +/obj/structure/window/spawner, +/turf/open/space/basic, +/area/space/nearstation) +"gDC" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"gDE" = ( +/obj/structure/window/spawner/directional/east, +/turf/open/space/basic, +/area/space/nearstation) +"gDF" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gDH" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gDL" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/machinery/portable_atmospherics/canister/plasma, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"gDV" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner{ + pixel_y = 6 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"gEc" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gEB" = ( +/obj/structure/chair/stool/directional/west, +/obj/machinery/light/dim/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"gEH" = ( +/turf/closed/wall/r_wall, +/area/station/security/evidence) +"gEI" = ( +/obj/structure/closet/emcloset, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gEJ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/cargo/office) +"gEO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 8 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"gFs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"gFu" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"gFv" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"gFD" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"gFH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"gFI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/port/fore) +"gFX" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/obj/machinery/camera/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"gGl" = ( +/obj/structure/bed/double{ + dir = 1 + }, +/obj/item/bedsheet/captain/double{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"gGB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/prison) +"gGK" = ( +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"gGQ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"gHe" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/item/melee/chainofcommand, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"gHl" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"gHn" = ( +/obj/machinery/computer/security/mining, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"gHA" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"gHG" = ( +/obj/machinery/computer/cargo/request, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/light/cold/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"gHJ" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"gHP" = ( +/obj/structure/hedge, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gHT" = ( +/obj/structure/bodycontainer/morgue{ + dir = 2 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"gHV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gIb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gIj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gIl" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/gateway) +"gIs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gIx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gIE" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/cold/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"gIF" = ( +/obj/effect/turf_decal/siding/green, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"gIG" = ( +/obj/structure/table/glass, +/obj/item/storage/secure/briefcase, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"gIH" = ( +/obj/structure/table, +/obj/item/wrench{ + pixel_y = 21 + }, +/obj/item/storage/box/drinkingglasses{ + pixel_x = -5; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gII" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"gIS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/bottle/holywater, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/greater) +"gIV" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security) +"gJa" = ( +/obj/structure/cable, +/obj/machinery/button/door/directional/east{ + id = "armory"; + name = "Armory Shutters"; + req_access = list("armory") + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"gJe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"gJo" = ( +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/command/bridge) +"gJp" = ( +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/turf/open/floor/iron/freezer, +/area/station/command/corporate_suite) +"gJt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"gJu" = ( +/obj/structure/closet, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/north, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"gJA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"gJN" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/camera/directional/north{ + c_tag = "Atmospherics - Turbine Entrance" + }, +/obj/machinery/pipedispenser, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"gJQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/stack/spacecash/c1, +/obj/item/clothing/mask/cigarette/cigar/havana, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"gJS" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/xenobiology) +"gJY" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/lesser) +"gKg" = ( +/obj/machinery/gateway/centerstation, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/gateway) +"gKi" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gKs" = ( +/turf/closed/wall, +/area/station/maintenance/disposal/incinerator) +"gKC" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"gKE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"gKK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gKL" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/break_room) +"gKT" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gKU" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/west, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gLb" = ( +/turf/closed/wall, +/area/station/medical/virology) +"gLs" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"gLy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron, +/area/station/security) +"gLA" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Engineering Deliveries"; + req_access = list("engineering") + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"gLD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"gLJ" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/item/storage/secure/safe/caps_spare/directional/west, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"gLK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"gLL" = ( +/obj/structure/cable, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"gLM" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"gLR" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"gLT" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/turf/closed/wall, +/area/station/medical/pharmacy) +"gLV" = ( +/obj/machinery/light/cold/directional/west, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gLY" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/command/corporate_suite) +"gLZ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bridge Closet" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gMb" = ( +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/command/gateway) +"gMe" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"gMs" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/execution/transfer) +"gMy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/command/gateway) +"gMK" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"gMQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/displaycase/labcage, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"gMR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "xeno_blastdoor"; + name = "Biohazard Containment Door" + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"gNh" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/iron/fifty{ + pixel_x = 5; + pixel_y = 17 + }, +/obj/item/t_scanner{ + pixel_x = -6; + pixel_y = 18 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_y = 4 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"gNC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"gNH" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"gNU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"gOm" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"gOB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"gOH" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/small, +/area/station/maintenance/port/aft) +"gOK" = ( +/obj/structure/fermenting_barrel/gunpowder, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gOX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"gPa" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"gPo" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/bed/maint, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/carpet/green, +/area/station/maintenance/central/lesser) +"gPr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"gPx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/ordnance/testlab) +"gPN" = ( +/obj/structure/fermenting_barrel, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gPQ" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"gPT" = ( +/obj/effect/spawner/random/structure/grille, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gPW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"gPY" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"gQa" = ( +/obj/structure/sign/warning/chem_diamond, +/turf/closed/wall, +/area/station/medical/chemistry) +"gQm" = ( +/obj/structure/window/spawner/directional/east, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"gQs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"gQx" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/gloves/color/fyellow{ + pixel_y = 7 + }, +/obj/structure/canister_frame/machine, +/obj/machinery/camera/autoname/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"gQG" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/closet/crate, +/obj/effect/turf_decal/bot_white, +/obj/item/stack/package_wrap{ + pixel_y = 5 + }, +/obj/item/stack/package_wrap{ + pixel_y = 2 + }, +/obj/item/storage/box{ + desc = "It smells of monkey business..."; + name = "Empty Gorillacube Box" + }, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"gQR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"gQU" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/item/chair, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"gRc" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Monitoring" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/engineering/supermatter/room) +"gRe" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/assistant, +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gRj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"gRp" = ( +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/airlock/security{ + name = "Transfer E.V.A." + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/tram) +"gRu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/processing) +"gRL" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"gRO" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical/central) +"gRX" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"gSa" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/dark_red, +/obj/machinery/computer/records/medical/laptop{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"gSi" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"gSk" = ( +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/hallway/secondary/construction) +"gSD" = ( +/obj/machinery/mass_driver/chapelgun{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"gSQ" = ( +/obj/structure/table/glass, +/obj/item/stock_parts/cell/high{ + pixel_x = 11; + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"gSV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"gTb" = ( +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"gTc" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"gTe" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"gTf" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/main) +"gTi" = ( +/obj/structure/table/glass, +/obj/item/aicard{ + pixel_y = 6 + }, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"gTk" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram, +/obj/machinery/door/window/tram/right/directional/north{ + pixel_y = -25 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"gTl" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/modular_computer/console/preset/research{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/purple, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"gTC" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"gTH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"gTK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"gTL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"gTS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 5 + }, +/obj/structure/table, +/obj/item/integrated_circuit/loaded/speech_relay{ + pixel_y = 6 + }, +/obj/item/integrated_circuit/loaded/hello_world{ + pixel_x = -11 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"gTV" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"gTW" = ( +/obj/machinery/door/airlock/hatch, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"gTX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"gUc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"gUe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/aft) +"gUk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"gUl" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_half, +/area/station/engineering/atmos) +"gUm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/command{ + name = "Council Chambers" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"gUn" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"gUx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/chair/stool/bamboo{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet/green, +/area/station/maintenance/central/lesser) +"gUy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/optable{ + desc = "A cold, hard place for your final rest."; + name = "Morgue Slab" + }, +/mob/living/carbon/human/species/monkey/humand_legged{ + name = "Charles"; + real_name = "Charles" + }, +/turf/open/floor/iron/white/diagonal, +/area/station/maintenance/department/science/xenobiology) +"gUz" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/machinery/airalarm/directional/north, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/wrench/medical{ + pixel_x = -5 + }, +/turf/open/floor/iron/small, +/area/station/medical/cryo) +"gUC" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"gUG" = ( +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/security/medical) +"gUS" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/stripes/full, +/obj/structure/disposaloutlet{ + dir = 8; + name = "Cargo Deliveries" + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"gUT" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"gUV" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/south{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"gVc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/command) +"gVi" = ( +/obj/effect/spawner/structure/window, +/obj/structure/sign/departments/medbay/alt/directional/east, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) +"gVp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"gVq" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm/directional/east, +/obj/item/gun/ballistic/shotgun/doublebarrel, +/obj/item/holosign_creator/robot_seat/bar{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"gVA" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"gVV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"gVW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"gWb" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/hos) +"gWk" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/door/airlock/command{ + name = "Bedroom" + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/command/corporate_suite) +"gWN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"gWU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"gXd" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/structure/window/reinforced/tram/front, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"gXf" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gXg" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"gXh" = ( +/obj/structure/table, +/obj/item/stock_parts/matter_bin{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/storage/toolbox/emergency{ + pixel_x = 2; + pixel_y = -8 + }, +/obj/item/stock_parts/matter_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/toolbox/emergency{ + pixel_x = 2; + pixel_y = -8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gXq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"gXv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"gXD" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"gXL" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Lair" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"gXN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"gXS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"gYg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/wood{ + name = "Bar Backroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/service/bar) +"gYq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/greater) +"gYy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"gZf" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/misc/asteroid, +/area/station/maintenance/hallway/abandoned_command) +"gZh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"gZi" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"gZk" = ( +/obj/structure/grille, +/obj/effect/spawner/random/structure/girder, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gZt" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/escape) +"gZM" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"gZU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"had" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hau" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"haO" = ( +/obj/effect/turf_decal/stripes/white/end, +/obj/machinery/door/poddoor/shutters{ + id = "atmosbridge" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hbm" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"hbt" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"hbv" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"hbw" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"hbI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"hbN" = ( +/obj/structure/frame/machine, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"hbR" = ( +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"hbS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"hcb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/portable_atmospherics/canister/plasma, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"hcc" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/structure/rack, +/obj/effect/turf_decal/siding/yellow, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"hcd" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"hcj" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/obj/machinery/light/cold/directional/south, +/obj/machinery/button/door/directional/south{ + id = "bridge blast"; + name = "Bridge Access Blast Door Control"; + req_access = list("command") + }, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"hcl" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute{ + desc = "Only the worthy may claim the belt"; + dir = 1; + name = "PubbyStation Memorial Trash Chute" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"hcs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"hcv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"hcE" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"hcJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/yellow, +/obj/machinery/recharger{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/folder/yellow{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/assembly/signaler{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"hcY" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/security/tram) +"hdd" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table/glass, +/obj/item/folder/red, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"hdg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"hdo" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"hdB" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/light/floor, +/turf/open/floor/noslip, +/area/station/medical/medbay/central) +"hdH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/bridge) +"hdT" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"hei" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "com_guest2"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/command/corporate_suite) +"hej" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"hem" = ( +/turf/closed/wall, +/area/station/hallway/primary/fore) +"heA" = ( +/obj/structure/cable, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"heB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box/red/corners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"heF" = ( +/obj/machinery/light/small/directional/west, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/small, +/area/station/medical/storage) +"heH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"heL" = ( +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"heM" = ( +/obj/machinery/door/poddoor/shutters/window{ + dir = 4; + id = "gateshutter"; + name = "Gateway Access Shutter" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/button/door/directional/south{ + id = "gateshutter"; + name = "Gateway Shutter" + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/gateway) +"hfc" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hff" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hfC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hfI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"hfZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/storage/tools) +"hgb" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can/food/pine_nuts{ + pixel_x = 16; + pixel_y = 6 + }, +/obj/machinery/cell_charger{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"hgd" = ( +/obj/structure/table, +/obj/item/clothing/head/collectable/paper{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/paper/crumpled{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/trash/candle{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"hgf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"hgn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/storage/tools) +"hgo" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"hgu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"hgE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"hgF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"hgP" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"hgX" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"hgY" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"hgZ" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"hhb" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"hhg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security{ + name = "Customs Checkpoint" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/checkpoint/customs) +"hhi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/status_display/ai/directional/east, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hhk" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/pdapainter{ + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"hhL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"hhR" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/components/binary/pump{ + name = "N2O Outlet Pump" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"hhZ" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/basic, +/area/space) +"hia" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"hic" = ( +/obj/machinery/holopad, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"hiq" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"his" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/mod/module/plasma_stabilizer{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/storage/fancy/cigarettes{ + pixel_x = 20; + pixel_y = 11 + }, +/turf/open/floor/iron/small, +/area/station/security/office) +"hix" = ( +/obj/machinery/computer/gateway_control{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"hiV" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/station/science/cytology) +"hji" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/status_display/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"hjq" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"hju" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"hjx" = ( +/obj/structure/bed/roller, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/station/command/gateway) +"hjz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"hjS" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/airlock_painter, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"hjT" = ( +/obj/machinery/atmospherics/pipe/smart/simple/pink/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 17 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hkm" = ( +/obj/structure/tank_dispenser/oxygen{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/command/gateway) +"hks" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/processing) +"hkB" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = 7; + pixel_y = 11 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 9; + pixel_y = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"hkL" = ( +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"hkM" = ( +/obj/effect/spawner/random/structure/grille, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"hkW" = ( +/obj/structure/closet/crate/goldcrate, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/siding/thinplating_new/corner, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"hkY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/airalarm/mixingchamber{ + dir = 4; + pixel_x = 25 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/freezerchamber) +"hlg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"hln" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) +"hlw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/meter, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"hlA" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"hlJ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"hmb" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/disposal/bin, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"hmg" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"hmh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/storage/tools) +"hmj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/toolbox/emergency/old, +/obj/item/tank/internals/emergency_oxygen/empty{ + pixel_x = 18; + pixel_y = 17 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"hmy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"hmC" = ( +/obj/structure/cable, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/siding/red, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"hmQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/toolbox/mechanical/old{ + pixel_x = 15; + pixel_y = 15 + }, +/obj/item/crowbar/large{ + pixel_y = 18 + }, +/obj/item/clothing/head/costume/pirate{ + pixel_x = 17; + pixel_y = -10 + }, +/obj/item/clothing/suit/hazardvest{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"hmW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/storage/tools) +"hnf" = ( +/obj/item/bikehorn/rubberducky{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/bikehorn/rubberducky{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"hno" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"hnr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hnO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hnV" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/open/floor/plating, +/area/station/hallway/primary/starboard) +"hnY" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"hoe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"hok" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/lobby) +"hon" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"hoo" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hop" = ( +/turf/closed/wall, +/area/station/service/chapel/funeral) +"hoG" = ( +/obj/structure/cable, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron, +/area/station/science/research) +"hoL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hoN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"hoQ" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"hpc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hpl" = ( +/obj/structure/water_source/puddle, +/obj/structure/flora/bush/large/style_random{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/medical/virology) +"hpq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"hpP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"hpQ" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/spawner, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"hpR" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/small/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"hpW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"hqc" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"hqB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hqH" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/cup/watering_can/wood, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"hqM" = ( +/obj/structure/toiletbong{ + dir = 1 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"hqS" = ( +/turf/closed/wall, +/area/station/security/prison/work) +"hqW" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"hrz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 1 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"hrC" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/closet/secure_closet/security, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"hrE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"hrF" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"hrL" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"hrV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"hrY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/fore) +"hsc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/fore) +"hsC" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/mecha{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"hsJ" = ( +/obj/docking_port/stationary/mining_home, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"hsO" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/command) +"hsX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sink/directional/south, +/obj/item/reagent_containers/cup/bucket, +/obj/item/mop, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hsZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/security/tram) +"htt" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"htI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Backstage Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/turf/open/floor/stone, +/area/station/maintenance/central/greater) +"htM" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/coffeepack/robusta{ + pixel_y = 3 + }, +/obj/item/restraints/handcuffs{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"htO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"htV" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/security/general, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"huc" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/rack, +/obj/item/electronics/apc, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"huh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white, +/obj/structure/rack, +/obj/item/stack/cable_coil/five, +/obj/item/pickaxe, +/obj/item/wrench, +/obj/item/radio/off, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"hui" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"huy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"huz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"huE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "secbreach"; + name = "Breach Shutters" + }, +/turf/open/floor/plating, +/area/station/security/processing) +"huN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"hvh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hvk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"hvy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hvz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hvG" = ( +/obj/machinery/computer/prisoner/management{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"hvJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"hvM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"hvZ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"hwe" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"hwg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command/glass{ + name = "E.V.A. Storage" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/ai_monitored/command/storage/eva) +"hwk" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green, +/obj/machinery/component_printer, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"hwn" = ( +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"hwo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 10 + }, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"hwp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"hwx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"hwz" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Xenobiology - Cell 5"; + name = "xenobiology camera"; + network = list("ss13","xeno","rd") + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"hwJ" = ( +/turf/closed/wall/rust, +/area/space/nearstation) +"hwP" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/east, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"hwZ" = ( +/obj/structure/chair/bronze{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"hxj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"hxA" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"hxJ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"hxQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"hxW" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -18; + pixel_y = -9 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/obj/machinery/light/floor{ + pixel_x = -32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"hyi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"hyj" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hyl" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/spacebridge) +"hym" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/table, +/obj/item/trash/cnds, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"hyv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hyD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"hyE" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/aft) +"hyO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hyX" = ( +/obj/structure/window/spawner/directional/north, +/obj/machinery/hydroponics/soil, +/obj/item/shovel, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"hyZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"hzd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/obj/machinery/button/door/directional/south{ + id = "XenoPens"; + name = "Xenobiology Shutters"; + req_access = list("xenobiology") + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"hzk" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"hzm" = ( +/turf/closed/wall/rust, +/area/station/cargo/miningoffice) +"hzy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/explab) +"hzI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"hzK" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"hzX" = ( +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/cargo/miningoffice) +"hzY" = ( +/obj/structure/cable, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"hAn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"hAo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron, +/area/station/security) +"hAC" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"hAI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/construction) +"hAJ" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/box/red/corners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"hAN" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"hAS" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/closet/crate{ + name = "Breach Supplies" + }, +/obj/item/weldingtool/mini, +/obj/item/weldingtool/mini, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 9 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -1 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/machinery/light/small/directional/north, +/obj/item/clothing/head/utility/welding, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"hBg" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hBq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"hBr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/obj/item/plate, +/obj/item/food/peanut_butter_jelly_sandwich, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"hBt" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hBv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 4; + icon_state = "rightsecure"; + name = "Head of Personnel's Desk"; + req_access = list("hop") + }, +/obj/machinery/door/window/left/directional/north{ + dir = 8; + name = "Reception Window" + }, +/turf/open/floor/iron/textured_large, +/area/station/command/heads_quarters/hop) +"hBw" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/structure/sign/departments/engineering/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hBA" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "cmoprivacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/cmo) +"hBK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"hCn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"hCr" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/storage/eva) +"hCz" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"hCE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"hCQ" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/aft) +"hCX" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hDt" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/freezer, +/area/station/command/corporate_suite) +"hDz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"hDC" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"hDJ" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical/central) +"hDN" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/security/interrogation) +"hDP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"hDX" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/smooth_edge{ + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"hDZ" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Equipment Storage"; + pixel_x = -1; + req_access = list("eva") + }, +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/machinery/camera/directional/south, +/turf/open/floor/iron/large, +/area/station/ai_monitored/command/storage/eva) +"hEc" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"hEm" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"hED" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"hFx" = ( +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"hFC" = ( +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"hFG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hFO" = ( +/obj/structure/fluff/broken_flooring, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"hGb" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"hGn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"hGt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"hGE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs, +/area/station/medical/medbay/central) +"hHf" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/floor/iron, +/area/station/science/lobby) +"hHy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hHE" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"hHH" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"hIe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"hIo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"hIq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/landmark/event_spawn, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = 5; + pixel_y = 14 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"hIE" = ( +/obj/structure/table/glass, +/obj/machinery/light/small/directional/east, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/retractor, +/obj/item/hemostat, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"hIN" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/security/tram) +"hIR" = ( +/obj/structure/cable, +/obj/machinery/power/turbine/core_rotor{ + dir = 1; + mapping_id = "main_turbine" + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"hJc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"hJd" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"hJo" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/table/reinforced/titaniumglass, +/obj/item/stack/sheet/rglass{ + pixel_y = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"hJp" = ( +/turf/closed/wall/r_wall/rust, +/area/station/ai_monitored/turret_protected/ai) +"hJr" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"hJC" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/paper/guides/jobs/hydroponics, +/obj/effect/spawner/random/food_or_drink/seed{ + spawn_all_loot = 1; + spawn_random_offset = 1 + }, +/obj/effect/spawner/random/contraband/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"hJO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"hJR" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"hJT" = ( +/obj/structure/table/glass, +/obj/item/circular_saw, +/obj/item/mmi{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/mmi{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/mmi{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/structure/sign/warning/no_smoking/circle/directional/east, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"hKs" = ( +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"hKw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/newscaster/directional/north, +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"hKQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small/directional/east, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"hKR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"hLa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"hLc" = ( +/turf/open/floor/plating, +/area/station/science/xenobiology) +"hLm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/office) +"hLD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/tank/air{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hLS" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"hLT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"hLU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Docking Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"hLY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "secbreach"; + name = "Breach Shutters" + }, +/turf/open/floor/plating, +/area/station/security) +"hMh" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/stool/bamboo{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"hMq" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 10 + }, +/obj/structure/table, +/obj/item/clothing/mask/cigarette, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hMr" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/security/lockers) +"hMt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"hMw" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/flashlight, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"hMA" = ( +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"hMH" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"hNb" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"hNo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hNA" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"hNE" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"hNJ" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 9 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"hNT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"hNY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hNZ" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/miner, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"hOg" = ( +/obj/structure/hedge, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"hOl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/science/xenobiology) +"hOp" = ( +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"hOy" = ( +/obj/structure/window/spawner, +/obj/effect/turf_decal/stripes/box, +/obj/structure/sign/warning/pods/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hOC" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"hOF" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"hOR" = ( +/obj/structure/closet/crate, +/obj/projectile/bullet/cannonball, +/obj/projectile/bullet/cannonball, +/obj/projectile/bullet/cannonball, +/obj/projectile/bullet/cannonball, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"hOS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"hPd" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/cargo/office) +"hPi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"hPl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=9.0-StarboardHall-ScienceFoyer"; + location = "8.0-Pharmacy-StarboardHall" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"hPR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 5 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/item/wrench, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"hPW" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/port/aft) +"hQd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"hQs" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"hQD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"hQE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"hQH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"hRd" = ( +/obj/structure/table/reinforced, +/obj/item/binoculars, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"hRv" = ( +/obj/machinery/door/airlock/engineering{ + name = "Main Engine" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"hRz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"hRA" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"hRX" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -20; + pixel_y = -8 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"hSj" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/bot, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/door/window/right/directional/south{ + name = "Command Deliveries"; + req_access = list("command") + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"hSv" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/smooth, +/area/station/command/corporate_showroom) +"hSx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"hSK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/command/corporate_showroom) +"hSM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"hTr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hTD" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"hTR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hTV" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"hTY" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/cold/directional/west, +/obj/structure/table, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/construction/plumbing, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"hTZ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"hUk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"hUq" = ( +/obj/structure/table/glass, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"hUP" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"hVb" = ( +/obj/machinery/plate_press, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/plating, +/area/station/security/prison/work) +"hVh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"hVo" = ( +/obj/machinery/smartfridge/organ, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"hVr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"hVM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hVO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Turbine" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hWa" = ( +/obj/structure/flora/bush/large/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"hWs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"hWu" = ( +/obj/machinery/door/airlock/medical{ + name = "CMO Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"hWJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/security) +"hWQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"hWU" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"hWY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/space_heater, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"hXf" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Hull Breach Emergency Storage" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/open/floor/catwalk_floor/iron, +/area/station/commons/storage/tools) +"hXh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"hXl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/central) +"hXt" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hXJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"hXP" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"hXQ" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/chief_engineer, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"hXU" = ( +/turf/closed/wall, +/area/station/security/execution/education) +"hXX" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"hXY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Cells" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/prison) +"hYn" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"hYq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"hYw" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"hYz" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/structure/window/reinforced/tram/front, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"hYA" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/order_console/mining, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"hYC" = ( +/turf/closed/wall, +/area/station/engineering/atmos) +"hYK" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/science/lab) +"hYW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hYX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/bronze, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/item/pizzabox/margherita{ + pixel_x = 4; + pixel_y = 24 + }, +/obj/item/storage/bag/tray{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"hZd" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/light/small/directional/east, +/obj/machinery/recharge_station, +/turf/open/floor/iron, +/area/station/security/tram) +"hZP" = ( +/obj/structure/cable, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"hZT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/airlock/security{ + name = "Prison Transfer Tram" + }, +/turf/open/floor/iron, +/area/station/security/tram) +"iai" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/secequipment, +/obj/item/clothing/under/rank/security/officer/formal, +/obj/item/clothing/under/rank/security/officer/formal, +/obj/item/clothing/suit/jacket/officer/blue, +/obj/item/clothing/suit/jacket/officer/blue, +/obj/item/clothing/head/beret/sec/navyofficer, +/obj/item/clothing/head/beret/sec/navyofficer, +/turf/open/floor/plating, +/area/station/security/tram) +"iap" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"iaH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"iaK" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/bottle/wine{ + pixel_x = 3; + pixel_y = 18 + }, +/obj/item/reagent_containers/cup/glass/bottle/wine{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"iaO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"iaZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram, +/obj/machinery/door/window/tram/left/directional/north{ + pixel_x = -32; + pixel_y = -25 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"ibe" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/closet/crate/freezer, +/obj/item/emptysandbag, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"ibo" = ( +/obj/structure/bed, +/obj/item/bedsheet/centcom, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"ibp" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"ibq" = ( +/obj/structure/table/wood, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/machinery/bluespace_vendor/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/textured_large, +/area/station/hallway/primary/central/fore) +"ibv" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"ibD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/aft) +"ibE" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"ibI" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"ibV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"icc" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"ich" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"ici" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"icl" = ( +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/iron/small, +/area/station/medical/medbay/lobby) +"icS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/power/terminal, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/machinery/electrolyzer, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the turbine vent."; + dir = 4; + name = "turbine vent monitor"; + network = list("turbine"); + pixel_x = -29 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 4 + }, +/area/station/maintenance/disposal/incinerator) +"icT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lower) +"icW" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"ide" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/medical/paramedic) +"idg" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/pdapainter{ + pixel_y = 2 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/command/heads_quarters/hop) +"idj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"idp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"idq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"idt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"idu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + name = "Secure Gear Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/tram) +"idv" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/holosign/barrier/atmos/tram, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"idz" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"idF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"idJ" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/command/heads_quarters/hop) +"idN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/vending/cart{ + req_access = list("hop") + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"ief" = ( +/obj/structure/cable, +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"ieu" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"iey" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 5 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"ieJ" = ( +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/machinery/light/cold/directional/north, +/obj/item/radio/intercom/directional/north, +/obj/machinery/computer/records/security, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"ieY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"ieZ" = ( +/turf/open/floor/catwalk_floor, +/area/station/security/tram) +"ifa" = ( +/turf/closed/wall/r_wall, +/area/station/science/circuits) +"ifd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"ifh" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/lockers) +"ifj" = ( +/obj/machinery/rnd/production/techfab/department/service, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"ifw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"ifI" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"ifK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance/external{ + name = "Command Storeroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"ifU" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/science/lobby) +"ign" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/brig) +"igo" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"ihc" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/command/glass{ + name = "Teleporter Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/teleporter, +/turf/open/floor/iron/dark/textured_half, +/area/station/command/teleporter) +"ihh" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"ihl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/hedge, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"ihm" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/light/cold/directional/west, +/obj/machinery/camera/directional/north, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/turf/open/floor/iron, +/area/station/security/lockers) +"iho" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall, +/area/station/hallway/secondary/spacebridge) +"ihq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57" + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"ihr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57" + }, +/obj/item/radio/intercom/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"ihs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/hedge, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"iht" = ( +/turf/closed/wall/r_wall, +/area/station/command/corporate_dock) +"ihu" = ( +/obj/structure/hedge, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"ihy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/cargo/storage) +"ihB" = ( +/obj/structure/table/bronze, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"ihC" = ( +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"ihZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"iia" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"iio" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"iix" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"iiz" = ( +/obj/docking_port/stationary/escape_pod{ + dir = 4 + }, +/turf/open/space/basic, +/area/space) +"iiW" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"ijB" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"ijD" = ( +/obj/structure/table/bronze, +/obj/machinery/airalarm/directional/north, +/obj/item/food/grown/cannabis{ + pixel_x = -11 + }, +/obj/item/food/grown/cannabis{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"ijF" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"ijI" = ( +/obj/machinery/door/airlock/external{ + name = "Primary Docking Bay" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"ikc" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ike" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"ikk" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ikl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/lockers) +"ikr" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"ikt" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/science/lower) +"ikH" = ( +/obj/structure/table/bronze, +/obj/machinery/computer/security/wooden_tv{ + pixel_x = 3; + pixel_y = 14 + }, +/obj/item/folder/blue{ + pixel_x = -1; + pixel_y = -10 + }, +/obj/item/disk/nuclear{ + pixel_x = 4; + pixel_y = -10 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/item/rollingpaper{ + pixel_x = -18; + pixel_y = 6 + }, +/obj/item/rollingpaper{ + pixel_x = -18 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"ikP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"ikU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"ild" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/security/hos_office, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"ill" = ( +/obj/structure/frame/machine, +/obj/item/circuitboard/computer/security, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ilw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/science/research) +"ilD" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"ilW" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"imd" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"imj" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/execution/transfer) +"imC" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/tram) +"imE" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"imM" = ( +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"imS" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/wardrobe/miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"ina" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"inh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"inD" = ( +/obj/effect/turf_decal/siding, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"inH" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"inR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"inT" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/machinery/airalarm/directional/south, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"inU" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"inW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"ioa" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"iob" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"ioo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"ioy" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"ioJ" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"ioQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2o{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ioW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"ipb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"ipd" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door/directional/east{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -24; + pixel_y = -24; + req_access = list("cargo") + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"ipn" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"ips" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/command/bridge) +"ipt" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ipx" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/glass, +/obj/machinery/fax{ + fax_name = "Research Director's Office"; + name = "Research Director's Fax Machine"; + pixel_y = 9 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"ipB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/departments/telecomms/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"ipD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"ipF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"ipP" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/table, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"iqj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/maintenance/port/fore) +"iqp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"iqq" = ( +/obj/structure/closet, +/turf/open/floor/iron/smooth, +/area/station/cargo/office) +"iqv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"iqD" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"iqF" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"iqN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"iri" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/command/heads_quarters/hop) +"irn" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"irp" = ( +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/tram) +"irs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"irQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/hop) +"isf" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-3" + }, +/obj/machinery/computer/tram_controls/directional/east{ + specific_lift_id = "maint_tram" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"isj" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"ist" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"isI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/gateway) +"isK" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = -8 + }, +/turf/closed/wall, +/area/station/hallway/primary/port) +"isQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Gateway Atrium" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/gateway, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/gateway) +"isY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"itb" = ( +/turf/closed/wall/r_wall/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"itq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"itw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/command/heads_quarters/hop) +"itB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"itF" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"itO" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/scanning_module{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"itP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/wood, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"itY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/stack/package_wrap{ + pixel_x = 11; + pixel_y = 6 + }, +/obj/item/stack/package_wrap{ + pixel_x = 18 + }, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"iuc" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "AISat Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"iui" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"iuo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"iut" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Industrial Lab Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"iuu" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 10 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"iux" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"iuN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/testlab) +"iuW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"iuZ" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/item/melee/baseball_bat, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"ivd" = ( +/obj/machinery/holopad, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"ivk" = ( +/obj/machinery/atmospherics/components/tank/air{ + dir = 8 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/hallway/abandoned_command) +"ivm" = ( +/obj/machinery/vending/assist, +/obj/effect/turf_decal/delivery/white, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"ivx" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/window/spawner, +/obj/structure/closet/secure_closet/atmospherics, +/obj/item/clothing/head/utility/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"ivz" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/stack/sheet/plasteel{ + amount = 15; + pixel_y = 20 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/circuitboard/mecha/ripley/peripherals, +/obj/item/stack/sheet/iron/fifty{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/item/stack/sheet/iron/fifty{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"ivE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ivO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"ivX" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"ivY" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/techstorage/tcomms_all, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"iwe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"iwv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/storage/box/pdas{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/storage/box/ids{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"iwM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 1 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"iwT" = ( +/obj/machinery/light/cold/directional/north, +/obj/structure/table, +/obj/item/book/manual/wiki/tcomms, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"iwV" = ( +/obj/machinery/light/directional/north, +/obj/machinery/computer/records/security, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"iwZ" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ixl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"ixz" = ( +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/maintenance/solars/port/aft) +"ixM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ixX" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"iyk" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"iym" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"iyC" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/dna_infuser, +/obj/item/infuser_book, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"iyO" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"iza" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"izq" = ( +/obj/structure/filingcabinet, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"izB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"izD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"izJ" = ( +/obj/machinery/light/cold/directional/south, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"izL" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"iAn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/break_room) +"iAt" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/gun/energy/laser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"iAy" = ( +/obj/structure/table, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = -8 + }, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"iAD" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "mechbay"; + name = "Mech Bay Shutters" + }, +/obj/machinery/button/door/directional/north{ + id = "mechbay"; + name = "Mech Bay Shutters Control"; + req_access = list("robotics") + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/science/robotics/mechbay) +"iAJ" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"iAM" = ( +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"iBc" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 5 + }, +/obj/machinery/power/shieldwallgen, +/turf/open/floor/iron/smooth_large, +/area/station/command/teleporter) +"iBg" = ( +/obj/structure/table, +/obj/item/trash/candle, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"iBj" = ( +/obj/structure/table/glass, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/machinery/camera/directional/east, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"iBo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iBu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"iBV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"iBZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"iCb" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"iCf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"iCw" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"iCN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"iDg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/bookcase/random, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"iDk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"iDt" = ( +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/airlock/security{ + name = "Holding Cell" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"iDH" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/psychologist, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"iEk" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/command/bridge) +"iEw" = ( +/obj/structure/chair/wood/wings, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"iEA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"iEF" = ( +/obj/effect/landmark/start/captain, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"iEG" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"iEK" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"iEP" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Old Bridge Security Checkpoint" + }, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/cutaiwire, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"iEQ" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"iEV" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"iEZ" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"iFb" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"iFi" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"iFs" = ( +/obj/structure/window/spawner/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"iFE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"iFM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"iFP" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/plating/rust, +/area/station/maintenance/hallway/abandoned_command) +"iGh" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "N2 Outlet Pump" + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"iGl" = ( +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"iGp" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/port/aft) +"iGu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air Outlet Pump" + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"iGE" = ( +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"iGO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"iGS" = ( +/obj/structure/hedge, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"iHg" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/external{ + name = "Command Maintanence" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"iHs" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iHy" = ( +/obj/structure/window/reinforced/plasma/spawner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/computer/turbine_computer{ + dir = 8; + mapping_id = "main_turbine" + }, +/turf/open/floor/iron/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/disposal/incinerator) +"iHH" = ( +/obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"iHM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"iIe" = ( +/obj/structure/table/wood, +/turf/open/floor/plating/rust, +/area/station/service/library/abandoned) +"iIq" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"iIv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"iIw" = ( +/obj/structure/cable, +/obj/item/wrench, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"iIy" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/landmark/start/research_director, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"iIA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/command/heads_quarters/hop) +"iIN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"iIR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"iIU" = ( +/obj/structure/chair, +/obj/machinery/sparker/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"iJb" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -5; + pixel_y = 14 + }, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = 16; + pixel_y = 14 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 12; + pixel_y = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"iJc" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"iJg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/mob/living/basic/pet/dog/corgi/ian, +/turf/open/floor/iron/dark/textured_edge, +/area/station/command/heads_quarters/hop) +"iJt" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"iJx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/pumproom) +"iJz" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 8; + pixel_y = 16 + }, +/obj/machinery/camera/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"iJF" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"iJL" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4 + }, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"iKe" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/command/heads_quarters/hop) +"iKf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"iKm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"iKo" = ( +/obj/structure/fluff/broken_flooring, +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = 32; + spawn_loot_chance = 50 + }, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"iKN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iKV" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"iLc" = ( +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"iLp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"iLr" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"iLC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"iLK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/departments/holy/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"iLN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel's Quarters" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"iLR" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/aft) +"iLV" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"iMg" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/crowbar, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plating, +/area/station/command/teleporter) +"iMl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"iMS" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"iMU" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 10 + }, +/obj/machinery/power/shieldwallgen, +/turf/open/floor/iron/smooth_large, +/area/station/command/teleporter) +"iMZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 6 + }, +/obj/machinery/power/shieldwallgen, +/turf/open/floor/iron/smooth_large, +/area/station/command/teleporter) +"iNg" = ( +/obj/structure/chair/sofa/corp{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"iNz" = ( +/obj/structure/sink/kitchen/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"iNA" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"iNE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iNK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/closet/crate{ + name = "Outdated Weaponry" + }, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_y = 6 + }, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_y = 6 + }, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/security/armory) +"iNL" = ( +/obj/machinery/door/airlock/wood{ + desc = "Sessions held every Friday."; + name = "The Sunfinder Society" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iNO" = ( +/obj/machinery/light/cold/directional/north, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"iNV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"iNY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Captain's Office" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/captain) +"iOm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, +/obj/machinery/door/airlock/medical{ + name = "Pychologists Office" + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/psychology) +"iOq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Recreation" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"iOs" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/hand_tele, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"iOv" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"iOE" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"iOF" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"iOG" = ( +/obj/structure/closet/crate, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/effect/spawner/random/contraband/prison, +/obj/effect/spawner/random/contraband/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/work) +"iPj" = ( +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"iPv" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/structure/closet/secure_closet/chemical, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"iPD" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/holopad, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"iPF" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/aft) +"iPU" = ( +/mob/living/simple_animal/hostile/mimic/crate, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"iPW" = ( +/obj/machinery/shower/directional/south, +/obj/structure/curtain, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"iQl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"iQv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"iQF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iQK" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"iQU" = ( +/obj/structure/closet{ + name = "janitorial supplies" + }, +/obj/item/pushbroom, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"iRv" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iRz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"iSb" = ( +/obj/structure/frame/computer{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"iSd" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/dock) +"iSh" = ( +/obj/machinery/atmospherics/components/tank{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"iSk" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"iSr" = ( +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"iSB" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iSK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/sign/warning/pods/directional/west, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"iSO" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iSW" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/yellow, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iTj" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"iTn" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"iTv" = ( +/obj/structure/cable, +/obj/structure/falsewall, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"iTB" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"iTC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"iTG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"iTP" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"iTR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"iUb" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/crowbar/large/old, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"iUy" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/green, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iUz" = ( +/obj/structure/falsewall, +/turf/open/floor/iron, +/area/station/service/library/abandoned) +"iUF" = ( +/obj/structure/table/wood, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"iUG" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iUK" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"iUN" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) +"iVx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/storage) +"iVz" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"iVE" = ( +/obj/structure/cable, +/obj/machinery/telecomms/hub/preset, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"iVI" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) +"iVJ" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"iVK" = ( +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"iVL" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"iVP" = ( +/obj/structure/cable, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"iVT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/item/flashlight, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"iVY" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/folder/red{ + name = "Evil Documents"; + pixel_x = -5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"iWb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"iWe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"iWE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"iWQ" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"iWS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/obj/item/radio{ + desc = "An old handheld radio. You could use it, if you really wanted to."; + icon_state = "radio"; + name = "old radio"; + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"iWT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"iWW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/computer/accounting{ + dir = 1 + }, +/turf/open/floor/iron/large, +/area/station/command/heads_quarters/hop) +"iWZ" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"iXc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"iXi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/motion/directional/south{ + c_tag = "Captain's Office - Emergency" + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"iXj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/storage/secure/briefcase{ + pixel_y = -10 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 11 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"iXm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"iYh" = ( +/obj/structure/canister_frame/machine, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"iYj" = ( +/obj/structure/table, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/command/teleporter) +"iYs" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"iYu" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/photocopier, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"iYD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/command/teleporter) +"iYG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/computer/teleporter{ + dir = 8 + }, +/obj/machinery/button/door/directional/north{ + id = "teleporterhubshutters"; + name = "Teleporter Shutters"; + pixel_x = 24; + pixel_y = 0; + req_access = list("command") + }, +/turf/open/floor/plating, +/area/station/command/teleporter) +"iYI" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"iYY" = ( +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/processing) +"iZy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"iZB" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"iZF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"iZH" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/hydroponics/soil{ + pixel_y = 8 + }, +/obj/effect/spawner/random/food_or_drink/seed, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/aft) +"iZI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"iZK" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=19.0-Engineering-CentralPort"; + location = "18.0-ToolStorage-Engineering" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"iZU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"jar" = ( +/obj/machinery/drone_dispenser, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"jax" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"jaD" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"jaK" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/machinery/light/small/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"jaL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"jaP" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/east{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted, +/obj/machinery/recharger, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"jaQ" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/security/processing) +"jbb" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"jbc" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"jbd" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/rd) +"jbm" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/fore/greater) +"jbr" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"jbJ" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"jbV" = ( +/obj/machinery/photocopier, +/turf/open/floor/iron/dark, +/area/station/security/office) +"jch" = ( +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"jcm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/structure/closet/crate/large, +/obj/effect/spawner/random/entertainment/plushie, +/obj/effect/spawner/random/entertainment/plushie, +/obj/effect/spawner/random/entertainment/plushie, +/obj/effect/spawner/random/entertainment/plushie, +/obj/effect/spawner/random/entertainment/plushie, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"jco" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/rnd/production/circuit_imprinter, +/obj/machinery/camera{ + c_tag = "Engineering - Foyer - Starboard"; + dir = 9 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"jct" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/starboard/aft) +"jcu" = ( +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"jcv" = ( +/obj/structure/closet/crate/coffin, +/obj/machinery/door/window/right/directional/south, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"jcE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"jcF" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/machinery/atmospherics/components/trinary/filter/flipped/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal/incinerator) +"jcS" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 5 + }, +/obj/machinery/fax{ + fax_name = "Head of Security's Office"; + name = "Head of Security's Fax Machine"; + pixel_y = 9 + }, +/obj/structure/table/glass, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"jcU" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"jcZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"jda" = ( +/obj/structure/cable, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"jdo" = ( +/obj/machinery/light_switch/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"jdp" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/obj/effect/landmark/start/captain, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"jef" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/trinary/filter, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"jeg" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"jeh" = ( +/turf/open/floor/noslip, +/area/station/security/tram) +"jej" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"jeq" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"jey" = ( +/obj/structure/cable, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"jez" = ( +/obj/structure/cable, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"jeC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"jeG" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"jeV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"jeW" = ( +/obj/effect/spawner/structure/window, +/obj/structure/sign/departments/medbay/alt/directional/west, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) +"jeX" = ( +/obj/structure/cable, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"jfG" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"jfP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock{ + name = "Faded Door" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"jfQ" = ( +/obj/structure/cable, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"jfT" = ( +/obj/structure/cable, +/obj/structure/closet/crate/coffin, +/obj/structure/window/spawner, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"jfX" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"jfZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"jgC" = ( +/obj/machinery/door/airlock/sandstone{ + name = "The Rat's Den" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"jgR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"jhm" = ( +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"jhs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"jhA" = ( +/obj/machinery/vending/boozeomat, +/obj/effect/mapping_helpers/broken_floor, +/turf/closed/wall, +/area/station/service/abandoned_gambling_den) +"jhC" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"jhU" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"jhY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"jhZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/aft) +"jif" = ( +/obj/item/mod/core/standard{ + pixel_x = -4 + }, +/obj/item/mod/core/standard{ + pixel_x = 4 + }, +/obj/item/mod/core/standard{ + pixel_y = 4 + }, +/obj/structure/closet/crate/science{ + name = "MOD core crate" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"jig" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"jik" = ( +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Chief Medical Officer's Desk"; + name = "Chief Medical Officer's Requests Console" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"jim" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jir" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"jiu" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/suit_storage_unit/industrial/loader, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"jiw" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"jiB" = ( +/obj/effect/spawner/random/structure/crate_loot, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"jiN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"jiR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"jiT" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/lower) +"jiY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"jje" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"jjk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"jjq" = ( +/turf/closed/wall, +/area/station/cargo/warehouse) +"jju" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/pipe_dispenser{ + pixel_x = 10; + pixel_y = 7 + }, +/obj/item/pipe_dispenser, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"jjH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"jjO" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"jjS" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=23.1-Evac"; + location = "22.0-Porthall-Evac" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"jjZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/commons) +"jkw" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/greyscale, +/obj/item/folder/ancient_paperwork, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"jkz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"jkE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"jkS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jlb" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"jlt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"jlv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jlN" = ( +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/science/robotics/augments) +"jlS" = ( +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"jlT" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"jlV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"jlZ" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"jmd" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/wood, +/obj/structure/bedsheetbin, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"jmo" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"jmI" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"jmK" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jmV" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"jmW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"jmY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"jnh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta/end{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"jnk" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/bci_implanter, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"jnn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"jnr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"jns" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"jnN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"jnS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"jnZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/corporate_showroom) +"joj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"jon" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"joS" = ( +/obj/machinery/light/broken/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/showcase/machinery/tv/broken, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"jpm" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"jpu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"jpK" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"jpR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jqs" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -18; + pixel_y = -9 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/obj/machinery/light/floor{ + pixel_x = 32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"jqu" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"jqA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/machinery/door/window/left/directional/west{ + name = "Crate Security Door"; + req_access = list("shipping") + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"jqF" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"jqZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"jrb" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/light/floor, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"jrk" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"jrs" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"jrG" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"jrJ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"jrT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"jrU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/dark/hidden{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"jrX" = ( +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/cargo/office) +"jrZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"jsn" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"jsv" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"jsG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"jsN" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"jsS" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/brig/entrance) +"jsX" = ( +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"jte" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"jts" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"jtx" = ( +/obj/structure/cable, +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Head of Personnel's Office"; + name = "Head of Personnel's Fax Machine" + }, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/hop) +"jtI" = ( +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/research) +"jtK" = ( +/turf/open/floor/iron/small, +/area/station/maintenance/department/medical/central) +"jug" = ( +/obj/machinery/door/airlock/hatch{ + name = "Tool Supply Corridor" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/commons/storage/tools) +"juJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/box/matches, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"juS" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/hop) +"juX" = ( +/obj/structure/cable, +/obj/structure/closet/secure_closet/hop, +/obj/item/hand_labeler, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/hop) +"jvB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"jvN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"jvP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"jwa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/small, +/area/station/command/teleporter) +"jwh" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = -32; + spawn_loot_chance = 50 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"jwi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"jwv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"jxd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"jxk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"jxp" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"jxu" = ( +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/structure/window/reinforced/plasma/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"jxC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/airlock/command/glass{ + name = "Command Hallway" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/command) +"jxD" = ( +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"jxZ" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"jye" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/bush/jungle/c/style_2, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"jyi" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"jyu" = ( +/obj/structure/chair/bronze{ + dir = 4 + }, +/obj/effect/landmark/start/captain, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"jyG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/captain) +"jyM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/command/heads_quarters/captain/private) +"jyS" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"jyY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock{ + name = "Room 1" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"jzl" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"jzo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + name = "Captain's Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/captain/private) +"jzp" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"jAb" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/engineering/storage/tech) +"jAe" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"jAn" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"jAq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"jAs" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"jAw" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"jAF" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"jAS" = ( +/obj/effect/turf_decal/stripes/end, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/security/execution/education) +"jAV" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/bed/maint, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"jBb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jBc" = ( +/obj/structure/cable, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"jBr" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"jBx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/tank_holder/extinguisher, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"jBD" = ( +/obj/structure/table/wood, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/paper/crumpled/bloody, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"jBQ" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"jCi" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jCo" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jCr" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"jCA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"jCD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"jCP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"jCR" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"jCW" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plating, +/area/station/cargo/warehouse) +"jDa" = ( +/obj/machinery/holopad, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"jDe" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"jDr" = ( +/obj/effect/mapping_helpers/broken_floor, +/mob/living/carbon/human/species/monkey/punpun, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/gun/ballistic/rifle/boltaction/pipegun, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"jDv" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"jDw" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"jDy" = ( +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/command/corporate_showroom) +"jDP" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"jDQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"jEc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jEe" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"jEi" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/start/assistant, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron, +/area/station/science/lobby) +"jEu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/kirbyplants/random, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jEx" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/airlock/command{ + name = "Corporate Showroom" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/corporate_showroom) +"jEA" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/tram) +"jEG" = ( +/obj/structure/sign/directions/science{ + dir = 1; + pixel_y = -8 + }, +/obj/structure/sign/directions/evac{ + dir = 1 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 8 + }, +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"jEK" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/fax{ + fax_name = "Cargo Office"; + name = "Cargo Office Fax Machine"; + pixel_y = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"jEZ" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jFh" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"jFk" = ( +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"jFs" = ( +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"jFt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jFw" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"jFB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jFF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"jFG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"jFK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"jGc" = ( +/obj/structure/window/spawner/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"jGd" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"jGA" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"jGN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"jGW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"jGX" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = -5; + pixel_y = 22 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = -1; + pixel_y = 13 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"jHi" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/clothing/gloves/latex/nitrile, +/obj/item/clothing/gloves/latex/nitrile{ + pixel_y = 3 + }, +/obj/item/clothing/gloves/latex/nitrile{ + pixel_y = 7 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"jHl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"jHm" = ( +/obj/item/storage/backpack/duffelbag/sec{ + pixel_x = -15; + pixel_y = 7 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"jHx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold/dark/hidden, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"jHB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/mob/living/simple_animal/sloth/citrus, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jHE" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"jHU" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/science/lobby) +"jIb" = ( +/turf/open/floor/plating/rust, +/area/station/service/library/abandoned) +"jIc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Auxiliary Bathrooms" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons/toilet/auxiliary) +"jIh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jIj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"jIl" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"jIm" = ( +/obj/structure/cable, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"jIx" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/science/xenobiology) +"jIy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/aft) +"jIB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/grunge{ + name = "CMO Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"jIN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/cargo/office) +"jIY" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"jJc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"jJl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"jJy" = ( +/turf/open/misc/asteroid, +/area/station/service/library/abandoned) +"jJP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"jKf" = ( +/turf/closed/wall/rust, +/area/station/service/library/abandoned) +"jKj" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/office) +"jKq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"jKr" = ( +/obj/structure/lattice, +/obj/effect/landmark/observer_start, +/turf/open/space/basic, +/area/space/nearstation) +"jKu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/cargo/office) +"jKJ" = ( +/obj/machinery/door/window/right/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"jLi" = ( +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"jLo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 6 + }, +/obj/machinery/light/cold/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"jLr" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"jLB" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"jLF" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 4; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"jLI" = ( +/turf/open/floor/iron/half{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"jLP" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"jLR" = ( +/turf/open/floor/iron/small, +/area/station/command/teleporter) +"jLV" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"jMa" = ( +/obj/structure/cable, +/obj/machinery/telecomms/server/presets/security, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"jMb" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"jMj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"jMk" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"jMv" = ( +/obj/structure/industrial_lift/tram, +/obj/effect/landmark/tram/birdshot/maint_left{ + specific_lift_id = "maint_tram" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"jMC" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"jML" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/lower) +"jMQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"jNc" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/spawner/random/structure/crate, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"jNe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/station/command/teleporter) +"jNn" = ( +/obj/structure/filingcabinet, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"jNq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"jNw" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"jNH" = ( +/obj/structure/closet/boxinggloves, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"jNO" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/leavy/style_3{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/structure/flora/rock/pile/style_2{ + pixel_x = -3 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"jNZ" = ( +/turf/open/floor/iron/smooth_half, +/area/station/hallway/primary/central/fore) +"jOb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"jOc" = ( +/mob/living/simple_animal/hostile/asteroid/basilisk, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"jOd" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/central/fore) +"jOh" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/small, +/area/station/hallway/primary/aft) +"jOk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"jOs" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/lavendergrass/style_2, +/obj/structure/flora/bush/pale, +/obj/structure/flora/bush/sunny/style_2{ + pixel_x = 11; + pixel_y = -11 + }, +/obj/machinery/status_display/evac/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"jOw" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"jOF" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"jOK" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"jOM" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Captain's Desk"; + name = "Captain's Requests Console"; + pixel_x = 0; + pixel_y = -30 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"jOS" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"jOU" = ( +/obj/effect/landmark/start/captain, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"jPg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"jPm" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"jPq" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/fore/greater) +"jPO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"jQh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal, +/obj/item/storage/backpack, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/winterboots, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"jQi" = ( +/obj/machinery/vending/clothing, +/obj/machinery/camera/directional/north, +/turf/open/floor/iron, +/area/station/commons) +"jQo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/research/glass{ + name = "Cytology Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"jQF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"jQL" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"jQM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/east, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"jQW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/central/fore) +"jRb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"jRe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white/small, +/area/station/maintenance/port/aft) +"jRh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"jRk" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/command/corporate_showroom) +"jRz" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"jRN" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"jSn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"jSw" = ( +/obj/structure/railing, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"jSK" = ( +/obj/structure/table/wood, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"jSR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"jSS" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/corporate_showroom) +"jSU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"jSX" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/tray{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"jTh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/security{ + name = "Detective's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/turf/open/floor/iron/textured_half, +/area/station/security/detectives_office) +"jTs" = ( +/obj/structure/table/glass, +/obj/item/folder/blue, +/obj/item/storage/photo_album{ + pixel_x = -14; + pixel_y = 2 + }, +/obj/item/stamp/captain, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"jTu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 9 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"jTx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"jTA" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jTU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"jUm" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/pen{ + pixel_x = 5 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"jUo" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 11; + height = 24; + name = "SS13: Auxiliary Dock, Station-Port"; + shuttle_id = "whiteship_home"; + width = 35 + }, +/turf/open/space/basic, +/area/space) +"jUp" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/instrument/harmonica, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"jUv" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"jUN" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/structure/window/reinforced/tram/front, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"jVe" = ( +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jVs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"jVM" = ( +/turf/closed/wall, +/area/station/maintenance/central/greater) +"jVQ" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jWb" = ( +/obj/machinery/light/cold/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/pdapainter/security, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"jWd" = ( +/obj/structure/cable, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"jWl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"jWm" = ( +/obj/structure/cable, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jWp" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"jWs" = ( +/turf/open/floor/iron/dark, +/area/station/security/processing) +"jWt" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/office) +"jWy" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/courtroom) +"jWO" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"jWZ" = ( +/obj/machinery/mineral/ore_redemption{ + dir = 4; + input_dir = 8; + output_dir = 4 + }, +/obj/machinery/door/window/right/directional/east{ + name = "Ore Redemtion Window" + }, +/obj/effect/turf_decal/bot, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/textured_large, +/area/station/cargo/office) +"jXd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jXe" = ( +/obj/machinery/holopad/secure, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jXi" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"jXk" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"jXl" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille, +/obj/item/shard, +/turf/open/floor/plating, +/area/station/hallway/primary/central/fore) +"jXo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"jXr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"jXC" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/turf/open/floor/iron, +/area/station/security) +"jXR" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"jXV" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/five, +/obj/item/screwdriver, +/obj/item/grenade/firecracker{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"jYd" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"jYu" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"jYv" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"jYD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"jYU" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/blue/half, +/obj/effect/turf_decal/tile/blue/half{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/half, +/area/station/hallway/primary/central/fore) +"jYV" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"jYW" = ( +/obj/machinery/door/airlock/maintenance/external{ + name = "Command Storeroom" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"jYY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/command/glass{ + name = "Teleporter Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/teleporter, +/turf/open/floor/iron/dark/textured_half, +/area/station/command/teleporter) +"jZc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"jZh" = ( +/obj/machinery/vending/boozeomat, +/turf/closed/wall, +/area/station/service/bar) +"jZl" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmospherics_engine) +"jZn" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"jZs" = ( +/obj/structure/bed/dogbed/renault, +/mob/living/simple_animal/pet/fox/renault, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"jZI" = ( +/obj/item/storage/backpack/duffelbag/sec{ + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"jZJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"jZK" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"jZL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"jZR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"kam" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/item/storage/box/mousetraps{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"kar" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/iron/textured_half, +/area/station/service/chapel/office) +"kat" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"kau" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -11; + pixel_y = 8 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"kaD" = ( +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"kaF" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/plating, +/area/station/service/janitor) +"kaI" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = -3 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"kaL" = ( +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"kaW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"kba" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"kbc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/window/left/directional/east{ + name = "Trash Chute"; + req_access = list("janitor") + }, +/obj/machinery/conveyor_switch/oneway{ + dir = 4; + id = "garbage"; + name = "trash chute" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"kbE" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/machinery/light/small/broken/directional/north, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"kbW" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"kbY" = ( +/obj/structure/bookcase/random, +/turf/open/misc/asteroid, +/area/station/service/library/abandoned) +"kci" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Construction Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"kcm" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/item/paper/guides/jobs/medical/morgue{ + pixel_x = 4 + }, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = -12 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"kct" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"kcy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"kcT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"kde" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/cargo/storage) +"kdn" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"kdH" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/storage) +"kdJ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"kdN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/landmark/start/shaft_miner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"kdO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/station/science/lower) +"kdP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"kdS" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/machinery/light/cold/directional/east, +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"kea" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"keb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"kee" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/item/food/grown/pineapple{ + pixel_x = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"kef" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"ket" = ( +/turf/open/floor/iron, +/area/station/security/prison/work) +"kev" = ( +/turf/closed/wall, +/area/station/hallway/secondary/spacebridge) +"kex" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"keZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"kft" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/cargo/office) +"kfw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kfy" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"kfA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kfC" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kfK" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kfM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kgc" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/light/cold/directional/north, +/obj/item/storage/medkit/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/brute{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/cup/bottle/morphine{ + pixel_x = 4; + pixel_y = -9 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/storage) +"kgh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"kgn" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"kgu" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/components/unary/passive_vent, +/turf/open/space/basic, +/area/space) +"kgz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kgN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"kgT" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"kgZ" = ( +/obj/structure/cable, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"khD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"khE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/departments/holy/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"khG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"khJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"khS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"khW" = ( +/obj/structure/curtain/cloth, +/turf/open/floor/carpet/royalblack, +/area/station/commons/dorms) +"kia" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"kit" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"kiB" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kiG" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/machinery/recharge_station, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kiJ" = ( +/obj/structure/cable, +/obj/machinery/power/smes, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"kiO" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kjg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kjh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"kjl" = ( +/obj/structure/cable, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"kjn" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"kjw" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/sign/directions/lavaland/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"kjJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=15.0-CentralStarboard-CentralFore"; + location = "14.0-Dormatories-CentralStarboard" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kjL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"kjU" = ( +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"kkd" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + name = "Creature Pen"; + req_access = list("research") + }, +/obj/machinery/door/window/brigdoor{ + dir = 4; + name = "Creature Pen"; + req_access = list("research") + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"kke" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/command/teleporter) +"kkl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"kkm" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Primary Treatment Centre" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"kkD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"kkF" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/orange{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/stack/tile/iron{ + pixel_y = 18 + }, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"kkL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"kkO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/full, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/textured_large, +/area/station/command/heads_quarters/cmo) +"kla" = ( +/obj/structure/closet, +/obj/item/clothing/suit/toggle/owlwings, +/obj/item/clothing/under/costume/owl, +/obj/item/clothing/shoes/combat, +/obj/item/storage/backpack/duffelbag, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"klf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"klo" = ( +/obj/effect/mob_spawn/corpse/human, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"kls" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/science/lower) +"klC" = ( +/obj/structure/chair/stool/directional/east, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"klR" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"klZ" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/iron/chapel, +/area/station/maintenance/starboard/greater) +"kmd" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/starboard/fore) +"kmg" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"kmn" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"kmo" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"kmC" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"kmT" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"knk" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"knv" = ( +/turf/closed/wall, +/area/station/maintenance/department/engine/atmos) +"knC" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"knF" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/recharge_station, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"knJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"knK" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"knL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"knV" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/medical/virology) +"kof" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"kon" = ( +/obj/structure/cable, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"kov" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"kow" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"koz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"koD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"kpw" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"kpz" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three"; + space_dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"kpF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kpS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"kpT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"kqa" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"kqi" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/beebox, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"kqo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/spacebridge) +"kqK" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "main_surgery" + }, +/turf/open/floor/plating, +/area/station/medical/surgery/theatre) +"kqL" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"kqM" = ( +/obj/structure/cable, +/obj/item/reagent_containers/cup/bucket, +/obj/item/mop, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"kqN" = ( +/obj/machinery/light/cold/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kqQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"kqW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"kqX" = ( +/turf/closed/wall, +/area/station/ai_monitored/aisat/exterior) +"kqZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"krc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"kro" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"krp" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"kru" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms) +"krz" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs, +/area/station/maintenance/department/science/xenobiology) +"krC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"krK" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/starboard/aft) +"krY" = ( +/obj/structure/table/glass, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/neck/stethoscope{ + pixel_y = 15 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"ksa" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"kse" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/cubicle) +"ksg" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"kso" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"ksx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"ksA" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"ksB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator" + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/engineering/gravity_generator) +"ksL" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"ksN" = ( +/obj/structure/transit_tube/station/dispenser, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"ksX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"ktc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"ktD" = ( +/obj/machinery/computer/camera_advanced/base_construction/aux{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"ktM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"ktZ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/bookcase/random, +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"kua" = ( +/obj/structure/table, +/obj/item/disk/cargo{ + pixel_x = 6 + }, +/obj/item/paper/crumpled{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/item/pen{ + pixel_x = -5 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = 7; + pixel_y = 15 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"kuq" = ( +/obj/machinery/computer/cargo/request, +/turf/open/floor/plating, +/area/station/hallway/primary/central/fore) +"kuv" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"kux" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"kuy" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"kuE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kuY" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"kvb" = ( +/obj/effect/landmark/tram/birdshot/sec_wing{ + specific_lift_id = "prison_tram" + }, +/obj/structure/industrial_lift/tram/white, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"kvf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"kvh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"kvl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kvI" = ( +/obj/docking_port/stationary/random{ + dir = 8; + name = "lavaland"; + shuttle_id = "pod_2_lavaland" + }, +/turf/open/space/basic, +/area/space) +"kvK" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"kvO" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera/directional/east{ + c_tag = "Prison Isolation Cell"; + network = list("ss13","prison","isolation") + }, +/obj/structure/chair, +/turf/open/floor/iron/white/small, +/area/station/security/execution/education) +"kvT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=17.0-CentralPort-ToolStorage"; + location = "16.0-CentralFore-CentralPort" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kws" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"kwA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"kwW" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"kwY" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kwZ" = ( +/obj/structure/lattice, +/obj/structure/window/spawner/directional/north, +/turf/open/space/basic, +/area/space/nearstation) +"kxm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"kxL" = ( +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/entry) +"kxX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"kyr" = ( +/obj/structure/window/reinforced/spawner, +/obj/machinery/airalarm/directional/west, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"kyG" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"kyI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/public/glass{ + name = "Docking Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"kyN" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/small, +/area/station/maintenance/port/aft) +"kyO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kyS" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/structure/window/reinforced/tram/front, +/obj/machinery/computer/tram_controls/directional/south{ + specific_lift_id = "prison_tram" + }, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"kyZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kzo" = ( +/obj/machinery/vending/wardrobe/engi_wardrobe, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/directional/west, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"kzu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kzx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"kzF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light/cold/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) +"kzI" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/spawner/random/structure/crate_empty, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"kzP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"kzX" = ( +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"kAf" = ( +/obj/structure/transit_tube/station/dispenser/flipped{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"kAg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=14.0-Dormatories-CentralStarboard"; + location = "13.0-DormatoryCommons-Dormatories" + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"kAk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/bed/dogbed/mcgriff, +/mob/living/basic/pet/dog/pug/mcgriff, +/turf/open/floor/iron, +/area/station/security/warden) +"kAn" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kAR" = ( +/obj/structure/fireplace, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/stone, +/area/station/maintenance/aft) +"kAS" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/plating, +/area/station/command/teleporter) +"kBc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"kBg" = ( +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/command/teleporter) +"kBo" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"kBq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/west, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"kBA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kBH" = ( +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"kCb" = ( +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"kCl" = ( +/obj/machinery/light/cold/directional/east, +/obj/effect/spawner/random/vending/colavend, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"kCo" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"kCy" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/command/heads_quarters/captain) +"kCC" = ( +/obj/structure/sink/directional/west, +/obj/structure/table/bronze, +/obj/item/paper/fluff/gateway, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"kCI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/machinery/holopad, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"kCJ" = ( +/obj/structure/cable, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"kCN" = ( +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"kCP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/mop_bucket/janitorialcart, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"kCT" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/window{ + id = "atmosbridge" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kCW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"kDg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"kDl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "garbage"; + name = "trash belt" + }, +/obj/machinery/recycler{ + dir = 1; + eat_dir = 2 + }, +/turf/open/floor/plating, +/area/station/service/janitor) +"kDq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"kEe" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kEo" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"kEs" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Supply Door Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/storage) +"kEu" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/storage) +"kEA" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"kEF" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"kEH" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"kEO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"kFg" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"kFs" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/flasher/directional/east{ + id = "brigisolation" + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"kFD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/autolathe, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/sorting) +"kFI" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/table, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = 5; + pixel_y = 20 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/sorting) +"kFJ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"kFP" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"kFU" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"kFY" = ( +/turf/closed/wall/r_wall, +/area/station/medical/morgue) +"kGi" = ( +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"kGu" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"kGz" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"kGB" = ( +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"kGC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/plating, +/area/station/security/tram) +"kGE" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"kGM" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"kGS" = ( +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"kHc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"kHH" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"kId" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/rack, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/machinery/camera/autoname/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"kIe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"kIj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"kIn" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/station/maintenance/port/aft) +"kIv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/obj/structure/sign/warning/cold_temp/directional/north{ + name = "\improper CRYOGENICS" + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kIy" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"kIL" = ( +/obj/machinery/vending/cigarette, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"kIO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/west{ + name = "Cargo Desk"; + req_access = list("shipping") + }, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/item/paper_bin{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/office) +"kIQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"kIR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"kIY" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"kJb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"kJj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kJp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/secure_closet{ + name = "contraband locker"; + req_access = list("armory") + }, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/contraband/armory, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/ai_monitored/security/armory) +"kJq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kJJ" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"kJN" = ( +/obj/structure/closet/secure_closet/injection{ + name = "educational injections"; + pixel_x = 2 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"kJQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"kJR" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kJW" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs, +/area/station/engineering/storage/tech) +"kJX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kJZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"kKa" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"kKe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"kKy" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"kKB" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner, +/obj/structure/flora/bush/large/style_random{ + pixel_x = -13; + pixel_y = -1 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"kKD" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"kKN" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"kKT" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"kKV" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kLo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"kLq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"kLu" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/box, +/obj/effect/spawner/random/trash/soap{ + spawn_scatter_radius = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"kLB" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/box, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"kLG" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"kLS" = ( +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/medical/treatment_center) +"kMm" = ( +/obj/structure/chair/sofa/right/brown{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"kMo" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"kMz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"kMW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"kNc" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"kNf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/warning, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"kNu" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"kNz" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron/small, +/area/station/maintenance/department/medical/central) +"kNA" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"kND" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison) +"kNI" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"kNJ" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + id = "forestarboard"; + name = "Starboard Bow Solar Control" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"kNZ" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"kOc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kOd" = ( +/obj/effect/turf_decal/siding/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"kOm" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/port/aft) +"kOq" = ( +/obj/effect/turf_decal/tile/brown/half, +/obj/effect/turf_decal/tile/brown/half{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured_half, +/area/station/cargo/miningoffice) +"kOs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"kOv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/half, +/obj/effect/turf_decal/tile/brown/half{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured_half, +/area/station/cargo/miningoffice) +"kOA" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kOG" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/solars/starboard/fore) +"kOR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"kOT" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"kOV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"kOX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kPk" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"kPv" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_y = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"kPH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Prison Washroom" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/shower) +"kPW" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kQb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"kQe" = ( +/obj/machinery/button/door/directional/west{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_y = -8; + req_access = list("cargo") + }, +/obj/machinery/button/door/directional/west{ + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_y = 8; + req_access = list("cargo") + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"kQk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"kQp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"kQt" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/aft) +"kQv" = ( +/obj/machinery/light/small/directional/east, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"kQM" = ( +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/cargo/storage) +"kRE" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"kRJ" = ( +/obj/structure/disposalpipe/segment, +/obj/item/banner/cargo, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/west, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"kRN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"kRU" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"kSb" = ( +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"kSf" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"kSo" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"kSr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Research Director's Office" + }, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/command/heads_quarters/rd) +"kSv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"kSA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/interrogation{ + dir = 8; + name = "isolation room monitor"; + network = list("isolation"); + pixel_x = 30 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"kSO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"kSV" = ( +/obj/structure/chair/stool/bamboo{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"kSY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"kTd" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"kTp" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/command/heads_quarters/qm) +"kTt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel's Quarters" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/hop) +"kTw" = ( +/turf/closed/wall, +/area/station/construction/mining/aux_base) +"kTx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/firecloset, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"kTC" = ( +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/catwalk_floor, +/area/station/science/xenobiology) +"kTH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/command) +"kTL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"kUf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"kUl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/station/engineering/atmos) +"kUt" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching Prison Wing holding areas."; + dir = 1; + name = "Prison Monitor"; + network = list("prison"); + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"kUF" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"kUI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"kUM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"kVb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"kVc" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/radio/off, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"kVe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"kVl" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"kVx" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"kWd" = ( +/obj/machinery/door/airlock{ + name = "Room 2" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"kWk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"kWq" = ( +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/effect/spawner/random/bureaucracy/pen, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"kWs" = ( +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"kWF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/window/right/directional/north{ + name = "Kitchen Delivery Access"; + req_access = list("kitchen") + }, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"kWJ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"kXe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"kXl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"kXn" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/gravity_generator) +"kXo" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Interrogation room"; + network = list("interrogation") + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"kXM" = ( +/obj/effect/spawner/random/structure/girder, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"kXO" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/frame/machine, +/obj/item/circuitboard/machine/chem_dispenser, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"kXQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"kXR" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"kXS" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"kYG" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"kYK" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"kYQ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/escape) +"kYY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/window/spawner, +/obj/effect/turf_decal/trimline/purple/end{ + dir = 1 + }, +/obj/machinery/shower/directional/north{ + name = "emergency shower"; + pixel_y = -11 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"kYZ" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner, +/turf/open/floor/grass, +/area/station/cargo/storage) +"kZf" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"kZg" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"kZh" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/item/modular_computer/laptop, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"kZo" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"kZx" = ( +/obj/machinery/button/door/directional/north{ + id = "main_surgery"; + name = "Privacy Shutters" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"lao" = ( +/obj/effect/mob_spawn/corpse/human, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"las" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/light/cold/directional/south, +/obj/machinery/status_display/supply{ + pixel_y = -32 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"laD" = ( +/turf/open/floor/iron/dark, +/area/station/hallway/primary/central/fore) +"laL" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area/white, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"laM" = ( +/obj/structure/cable, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"laZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"lba" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"lbh" = ( +/obj/structure/sign/directions/evac, +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = -9 + }, +/turf/closed/wall, +/area/station/hallway/primary/central/fore) +"lbk" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/central/fore) +"lbs" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = 12 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"lbM" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/camera/directional/south, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/central/fore) +"lbN" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/table/glass, +/obj/item/stack/medical/mesh{ + pixel_x = 3 + }, +/obj/item/stack/medical/suture{ + pixel_x = 5 + }, +/obj/item/stack/medical/suture{ + pixel_y = 3 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/cold/directional/west, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"lbO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"lbW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"lca" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"lce" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"lcn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lct" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"lcu" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/bush/stalky/style_random, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"lcx" = ( +/obj/structure/sink/kitchen/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"lcz" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/table, +/obj/item/pai_card, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"lcC" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lcK" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"lcN" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/bush/stalky/style_random, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"lcW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"ldb" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner{ + dir = 8 + }, +/obj/machinery/camera/directional/south, +/turf/open/floor/plating, +/area/station/service/janitor) +"lde" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "garbage"; + name = "trash belt" + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plating, +/area/station/service/janitor) +"ldo" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/button/door/directional/west{ + id = "study_a"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/tile, +/area/station/commons) +"ldq" = ( +/turf/closed/wall, +/area/station/maintenance/department/science/xenobiology) +"ldx" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"ldB" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/commons) +"ldF" = ( +/obj/machinery/computer/upload/ai{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"ldU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/trash/pistachios{ + pixel_y = 8 + }, +/obj/item/trash/popcorn/salty{ + pixel_x = 11; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/glass/plastitanium/screws, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"ldZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"leh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"lej" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/bot_red, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"lek" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/primary/starboard) +"let" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"lev" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/shuttle/mining{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"ley" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/medical/treatment_center) +"leC" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/prison) +"leE" = ( +/obj/structure/urinal/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"leH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/bed/maint, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"leI" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"leN" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"leP" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"leU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"lfa" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"lfd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"lfe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"lfg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/medical/glass{ + name = "Primary Treatment Centre" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"lfC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security/prison) +"lfU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"lgf" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"lgg" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"lgo" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/rack, +/obj/item/storage/belt/medical{ + pixel_y = 8 + }, +/obj/item/storage/belt/medical{ + pixel_y = 4 + }, +/obj/item/storage/belt/medical, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"lgq" = ( +/obj/structure/chair/comfy/lime{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/button/door/directional/west{ + id = "study_b"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/tile, +/area/station/commons) +"lgx" = ( +/obj/structure/disposalpipe/junction/flip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"lgT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"lgV" = ( +/obj/structure/table, +/obj/item/camera, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"lhg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Clinic" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medlock"; + name = "Lockdown Shutters" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"lhl" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = 32; + spawn_loot_chance = 50 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"lhm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"lhn" = ( +/obj/structure/cable, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"lhv" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "centersol"; + name = "Central Solar Array" + }, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/aft) +"lhx" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"lhI" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"lhP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"lhQ" = ( +/obj/item/pickaxe, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"lhV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/security/processing) +"lib" = ( +/obj/structure/chair/sofa/bench, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"liG" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/machinery/fax{ + fax_name = "Captain's Office"; + name = "Captain's Fax Machine"; + pixel_y = 11 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"liJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/departments/cargo/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"liP" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"liQ" = ( +/obj/structure/lattice, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"liR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"liU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"ljl" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"ljn" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + name = "Cargo Bay"; + shuttle_id = "cargo_home"; + width = 12 + }, +/turf/open/space/basic, +/area/space) +"ljp" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"lju" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/storage) +"ljw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"ljz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"lka" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"lkd" = ( +/obj/structure/cable, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"lku" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"lkG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"lkI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lkR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/security/prison) +"lkV" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance) +"llg" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"llv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"llC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"llD" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/disposal/bin, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"llN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"llP" = ( +/obj/structure/cable, +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + dir = 4; + name = "medical bed" + }, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/item/bedsheet/medical{ + dir = 4 + }, +/obj/machinery/iv_drip, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"llT" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/science/lower) +"llW" = ( +/turf/closed/wall, +/area/station/ai_monitored/security/armory) +"lmb" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Xenobiology Maintenance" + }, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"lme" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"lmv" = ( +/obj/structure/disposalpipe/segment, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lmG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold/general/visible, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"lmR" = ( +/obj/structure/dresser, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lmS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"lnc" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"lnu" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"lnA" = ( +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/construction) +"lnI" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/ore_box, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"lnU" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"log" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"loj" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/machinery/piratepad/civilian, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"loo" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"loL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"loM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/radiation/rad_area/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"lpa" = ( +/obj/structure/lattice, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/space/basic, +/area/space/nearstation) +"lpC" = ( +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"lpR" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/item/pinpointer/nuke{ + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"lpV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"lpX" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"lqa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"lqd" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/machinery/flasher/directional/west{ + id = "cell 3" + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"lqg" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/dark_red, +/obj/item/flashlight/lamp, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"lql" = ( +/turf/open/floor/wood/parquet, +/area/station/service/library) +"lqs" = ( +/turf/closed/wall/rust, +/area/station/maintenance/fore/greater) +"lqt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"lqy" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/plating, +/area/station/security/brig/entrance) +"lqC" = ( +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"lqF" = ( +/obj/structure/table, +/obj/item/camera_film{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/camera_film{ + pixel_y = 9 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"lqS" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = -3 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/obj/machinery/light/floor{ + pixel_x = -32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"lrh" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"lrx" = ( +/obj/effect/landmark/start/scientist, +/obj/structure/chair{ + dir = 4; + pixel_y = -2 + }, +/obj/machinery/light/dim/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/station/science/research) +"lrE" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"lrH" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"lsJ" = ( +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"lsO" = ( +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"lti" = ( +/obj/machinery/libraryscanner, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"ltl" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"lto" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ltp" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/plating, +/area/station/security/tram) +"lty" = ( +/obj/structure/cable, +/obj/machinery/door/morgue{ + name = "Secret Corridor"; + req_access = list("library") + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"ltT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"lub" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"luh" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"lui" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"luo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"lup" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"lur" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"lus" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"lut" = ( +/obj/structure/table/wood/fancy/red, +/obj/structure/sign/painting/large/library{ + dir = 1 + }, +/obj/item/dualsaber/toy{ + pixel_x = 6 + }, +/obj/item/circuitboard/machine/vending/syndicatedonksofttoyvendor{ + pixel_x = -12; + pixel_y = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"lvc" = ( +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"lvk" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"lvu" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/office) +"lvv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"lvA" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/clothing/head/costume/witchwig{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/xenos_claw{ + pixel_x = -10; + pixel_y = 3 + }, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"lvM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Garden" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/prison/garden) +"lvY" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"lwa" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"lwk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"lwn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/hatch, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"lwp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"lwD" = ( +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/central/fore) +"lwH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"lwI" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"lwJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/item/reagent_containers/cup/watering_can, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"lwR" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"lwY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"lxa" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"lxd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"lxh" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/explab) +"lxo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"lxy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/mining{ + name = "Mining Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"lxI" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"lxZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"lyc" = ( +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/security/office) +"lye" = ( +/obj/structure/bed/maint, +/obj/item/melee/baseball_bat, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"lyg" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, +/obj/machinery/door/airlock/medical{ + name = "Pychologists Office" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"lyj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"lyp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/curtain/cloth, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured_half, +/area/station/service/janitor) +"lyy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"lyQ" = ( +/obj/structure/table, +/obj/item/storage/photo_album/prison, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"lyY" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"lzg" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/airalarm/directional/north, +/obj/structure/rack, +/obj/item/crowbar/large/heavy, +/obj/item/wirecutters, +/obj/item/wrench, +/turf/open/floor/iron, +/area/station/security/tram) +"lzn" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lzp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lzv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/departments/botany/alt1/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"lzA" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lzM" = ( +/turf/closed/wall, +/area/station/security/tram) +"lzR" = ( +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"lzT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/command{ + name = "Council Chambers" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"lzU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/grass, +/area/station/cargo/storage) +"lAa" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"lAb" = ( +/obj/structure/table, +/obj/item/pen/screwdriver{ + pixel_x = -4 + }, +/obj/item/clothing/head/soft/grey{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"lAf" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"lAk" = ( +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"lAO" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 10 + }, +/obj/effect/spawner/random/bureaucracy/folder{ + pixel_x = -2; + pixel_y = -9 + }, +/obj/structure/sign/picture_frame/portrait{ + pixel_x = -26 + }, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"lAU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"lBf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"lBn" = ( +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/item/radio, +/obj/structure/railing{ + dir = 5 + }, +/obj/item/stamp{ + pixel_x = -12; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = -12; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"lBy" = ( +/obj/structure/railing, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"lBE" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/cargo/office) +"lBN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security{ + name = "Detective's Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/turf/open/floor/iron/textured_half, +/area/station/security/detectives_office) +"lBO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/catwalk_floor/iron, +/area/station/engineering/storage/tech) +"lCg" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lCt" = ( +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"lCD" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/commons) +"lCH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"lCN" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"lCV" = ( +/obj/structure/urinal/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"lDc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Telecomms Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"lDl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"lDx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"lDE" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"lDH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"lDI" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility/full, +/obj/effect/turf_decal/bot, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/glasses/welding, +/obj/item/radio/intercom/directional/north, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"lEa" = ( +/turf/open/floor/iron/half, +/area/station/hallway/primary/central/fore) +"lEu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"lEJ" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"lFg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"lFG" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/red, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lFJ" = ( +/obj/machinery/teleport/station, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/command/teleporter) +"lFU" = ( +/obj/effect/turf_decal/siding/red, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/east, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lGe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/end, +/obj/machinery/shower/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"lGk" = ( +/obj/machinery/pdapainter/supply, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"lGo" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/bush/large/style_2{ + pixel_x = -23 + }, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"lGr" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"lGA" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/airlock/command/glass{ + name = "Command Hallway" + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/command) +"lGK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"lGO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sink/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"lGT" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"lHc" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"lHe" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"lHj" = ( +/obj/structure/table/optable, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"lHk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"lHl" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/machinery/chem_master, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"lHn" = ( +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"lHt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/window/spawner, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"lHJ" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/shower/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"lHS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"lHT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + name = "Quartermaster's Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/qm) +"lHU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"lHW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"lIa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/heads_quarters/captain/private) +"lIe" = ( +/obj/machinery/door/airlock/medical{ + name = "Front Desk" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"lIf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lIh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"lIi" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"lIn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/east, +/obj/effect/landmark/start/quartermaster, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lIq" = ( +/obj/structure/table/wood/fancy/green, +/obj/item/paperplane{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/paperplane{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lIw" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lIL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/left/directional/south{ + dir = 4; + name = "Maximum Security Test Chamber"; + req_access = list("xenobiology") + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/xenobiology) +"lJe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"lJk" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/tram) +"lJo" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"lJr" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"lJA" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"lJV" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/bedsheet/qm, +/obj/item/reagent_containers/cup/glass/bottle/tequila{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lJY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"lKh" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"lKn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"lKt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"lKu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"lKA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lKG" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"lKK" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"lLb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + name = "Departure Lounge Security Post" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"lLu" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/window/reinforced/tram/right/directional/west, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"lLv" = ( +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"lLH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"lLJ" = ( +/obj/structure/table, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"lLP" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"lLQ" = ( +/obj/structure/cable, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lLX" = ( +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"lMo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/rack{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "minibar"; + name = "skeletal minibar" + }, +/obj/item/storage/fancy/candle_box, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"lMp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"lMr" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/machinery/light/cold/directional/east, +/obj/machinery/light_switch/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"lMy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/storage/photo_album/library, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"lMz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/invisible{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"lMF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"lMH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/taperecorder{ + pixel_x = -15; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"lMK" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"lMN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"lMU" = ( +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"lNb" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/pushbroom, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"lNf" = ( +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"lNp" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/central/fore) +"lNw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"lNx" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/dark_red, +/obj/machinery/button/door/directional/south{ + id = "secbreach"; + name = "Emergency Breach Shutters"; + pixel_x = -6; + req_access = list("security") + }, +/obj/machinery/button/door{ + desc = "Controls the shutters over the brig windows."; + id = "briglockdown"; + name = "Brig Lockdown Control"; + pixel_x = 6; + pixel_y = -24; + req_access = list("security") + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"lNF" = ( +/obj/effect/spawner/random/entertainment/lighter, +/obj/item/clothing/mask/cigarette/rollie/mindbreaker{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/clothing/mask/cigarette/rollie/trippy{ + pixel_x = 4 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"lOa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"lOh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"lOi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Xenobiology Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"lOj" = ( +/turf/closed/wall, +/area/station/cargo/miningoffice) +"lOt" = ( +/obj/structure/closet/l3closet/janitor, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/service/janitor) +"lOu" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"lOG" = ( +/obj/structure/table, +/obj/item/stack/spacecash/c1{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"lOH" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"lOO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"lPc" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/science/xenobiology) +"lPd" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"lPf" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/storage/gas) +"lPi" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"lPo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lPC" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"lQh" = ( +/turf/open/floor/iron/small, +/area/station/maintenance/port/aft) +"lQk" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"lQq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"lQu" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/spawner/random/trash/bin, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"lQA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"lQG" = ( +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/iron/small, +/area/station/security/tram) +"lQZ" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"lRa" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"lRc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lRj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"lRs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"lRC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"lRG" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/security/tram) +"lRX" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"lSb" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"lSf" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"lSu" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"lSI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Execution Chamber" + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/execution/education) +"lSK" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/chem_heater/withbuffer, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"lSP" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"lTb" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"lTg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"lTt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"lTu" = ( +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/clothing/mask/breath{ + pixel_x = 15; + pixel_y = 5 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"lTv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"lTA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"lTF" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"lTN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"lUo" = ( +/turf/open/floor/iron, +/area/station/science/lobby) +"lUz" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"lUE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"lUG" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"lUI" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lUK" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"lUO" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"lUT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"lUV" = ( +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"lVl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/office) +"lVz" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"lVC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"lVF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 6 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"lVL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lVN" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"lVP" = ( +/obj/machinery/computer/security/telescreen/cmo{ + dir = 4; + pixel_x = -30 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"lWk" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/large, +/area/station/hallway/primary/central/fore) +"lWF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lWQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/ticket_machine/directional/north, +/turf/open/floor/iron/half{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"lWR" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/wrapping_paper{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"lWU" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/folder/yellow{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/dest_tagger{ + pixel_x = -11; + pixel_y = 4 + }, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"lWY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Cargo" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/security/checkpoint/supply) +"lXd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/station/science/xenobiology) +"lXf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"lXg" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"lXn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/secure_closet/quartermaster, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lXE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"lXH" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/cold/directional/south, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"lXJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/hallway/secondary/construction) +"lXR" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"lXT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"lXV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/science/xenobiology) +"lXY" = ( +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/banner/cargo, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lYf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"lYj" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/fore) +"lYp" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/vehicle/ridden/wheelchair{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"lYt" = ( +/obj/structure/table/wood/fancy/green, +/obj/item/storage/wallet{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/lighter{ + pixel_x = 11; + pixel_y = -7 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lYw" = ( +/obj/structure/hedge, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"lYD" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/xenobiology) +"lYT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"lYU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lYY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"lZt" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"lZu" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/light/cold/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"lZD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/east, +/obj/structure/sign/directions/security/directional/east{ + dir = 2 + }, +/obj/structure/sign/directions/medical/directional/east{ + pixel_y = 8 + }, +/obj/structure/sign/directions/science/directional/east{ + pixel_y = -8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"lZF" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"lZH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/decal/cleanable/robot_debris, +/obj/item/crowbar, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"maa" = ( +/obj/structure/table, +/obj/item/tape, +/obj/item/pen/red{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/pen/blue{ + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"mad" = ( +/obj/structure/table, +/obj/item/taperecorder{ + pixel_x = -16; + pixel_y = 3 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 8; + pixel_y = 3 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"mae" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/east, +/obj/effect/spawner/random/trash/bin, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"maf" = ( +/turf/closed/wall/rust, +/area/station/hallway/primary/fore) +"mag" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"mak" = ( +/obj/machinery/computer/communications{ + dir = 1 + }, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"mam" = ( +/obj/structure/table, +/obj/machinery/computer/libraryconsole/bookmanagement{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"mau" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"maz" = ( +/obj/structure/chair/office, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"maE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 17 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"maX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"mbn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"mbp" = ( +/obj/structure/hedge, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"mbK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"mbV" = ( +/obj/effect/spawner/random/entertainment/arcade, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"mbZ" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"mch" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"mcn" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"mco" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"mct" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mcx" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos) +"mcP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"mcQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"mda" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"mdj" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mdm" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"mdt" = ( +/turf/closed/wall/r_wall, +/area/station/science/robotics/mechbay) +"mdU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"meb" = ( +/obj/machinery/vending/autodrobe, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"meu" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/captain) +"meG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"meN" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"mfc" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"mfl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"mfo" = ( +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"mfp" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/mail_sorting/science/ordnance, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"mfr" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/start/mime, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"mfK" = ( +/obj/structure/window/reinforced/plasma/spawner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/table/reinforced/titaniumglass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/north{ + c_tag = "Engineering Turbine" + }, +/obj/machinery/button/ignition/incinerator/atmos{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"mfP" = ( +/obj/structure/hedge, +/obj/machinery/light_switch/directional/west, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"mfR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/departments/medbay/alt/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"mfT" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/recharger, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"mgk" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/right/directional/north, +/obj/structure/chair/sofa/bench/right, +/obj/machinery/light/small/directional/west, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"mgt" = ( +/obj/machinery/vending/boozeomat, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"mhf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"mhg" = ( +/obj/structure/cable, +/obj/structure/closet/crate, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/spawner/random/maintenance/two, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/grenade/chem_grenade/antiweed{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"mhk" = ( +/turf/closed/wall, +/area/station/maintenance/port/greater) +"mhn" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mhr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"mhu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"mhD" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light/small/directional/west, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/restraints/legcuffs/beartrap, +/turf/open/floor/iron, +/area/station/service/janitor) +"mhV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"mhW" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Custodial Closet Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"mhY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"mie" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"mik" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/brig) +"mil" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"miz" = ( +/obj/structure/table/glass, +/obj/item/wrench, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"miA" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"miD" = ( +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"miF" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Commons" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/commons/dorms) +"miH" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"miI" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/machinery/light/small/directional/north, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"mjf" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/door/window/left/directional/west{ + name = "Arcade Desk"; + req_access = list("shipping") + }, +/obj/machinery/door/window/right/directional/east{ + name = "Arcade Desk"; + req_access = list("shipping") + }, +/obj/item/clothing/under/costume/skeleton, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"mjk" = ( +/obj/structure/tank_frame, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"mjF" = ( +/obj/structure/table/glass, +/obj/item/clothing/suit/costume/cyborg_suit, +/obj/item/clothing/head/costume/tv_head, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"mjP" = ( +/obj/structure/cable, +/obj/machinery/power/shieldwallgen/xenobiologyaccess, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"mjQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"mjV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"mjX" = ( +/obj/structure/closet/secure_closet/security/cargo, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"mkf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/obj/structure/table, +/obj/item/kirbyplants/random{ + pixel_y = 8 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"mks" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"mkF" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"mkJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"mkO" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"mkR" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"mlr" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/quartermaster, +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"mlx" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"mlE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"mlN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"mmf" = ( +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/assembly/timer{ + pixel_y = 7 + }, +/obj/machinery/light_switch/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"mmp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mms" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"mmw" = ( +/obj/machinery/door/poddoor/shutters{ + id = "evashutter"; + name = "E.V.A. Storage Shutter" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/ai_monitored/command/storage/eva) +"mmE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"mmH" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"mnc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/office) +"mni" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"mnn" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"mnu" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"mnv" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/status_display/supply{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"mny" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"mnI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"mnZ" = ( +/obj/machinery/computer/cargo{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"moe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"mos" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"moy" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"moz" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/storage) +"mpc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Development Division Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/lobby) +"mpk" = ( +/obj/machinery/airalarm/directional/south, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"mpC" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"mpG" = ( +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"mpO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"mpQ" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/small, +/area/station/security/brig) +"mqc" = ( +/obj/structure/table, +/obj/item/pai_card, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"mqv" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"mqz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"mqH" = ( +/obj/structure/cable, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"mqO" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/west, +/obj/structure/table, +/obj/item/wrench, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"mrh" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/machinery/door/airlock/grunge{ + name = "Surgery Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"mrv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=6.3-Arrivals"; + location = "6.2-Arrivals" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"msg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"msi" = ( +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/cargo/storage) +"msq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/central/fore) +"mst" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/obj/structure/sign/departments/engineering/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"msy" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/cargo/storage) +"msJ" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"msV" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mtf" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"mtu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"mtR" = ( +/obj/structure/cable, +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"mtV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Theater Greenroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/service/greenroom) +"mud" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"muj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"mum" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/obj/machinery/meter, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"mur" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"mut" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"muz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"muI" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"muS" = ( +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"muW" = ( +/obj/structure/cable, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"mvb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark/textured_half, +/area/station/command/heads_quarters/hop) +"mvh" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/holopad, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"mvl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mvo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"mvv" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"mvA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public{ + name = "Old Command Hallway" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/maintenance/hallway/abandoned_command) +"mvC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"mvJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public{ + name = "Old Command Hallway" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/maintenance/hallway/abandoned_command) +"mvN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"mvP" = ( +/obj/machinery/smartfridge/organ, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"mvT" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"mwm" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"mwn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "secbreach"; + name = "Breach Shutters" + }, +/turf/open/floor/plating, +/area/station/security) +"mwt" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"mwu" = ( +/obj/structure/cable, +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"mwx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/obj/item/crowbar, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"mwy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/end, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"mwF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"mwI" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber" + }, +/obj/effect/turf_decal/bot, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"mwP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"mwV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"mxa" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/pen{ + pixel_x = -1; + pixel_y = 8 + }, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"mxe" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"mxg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/warden) +"mxM" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/noslip, +/area/station/maintenance/port/aft) +"mxN" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mxP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"mxT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"mya" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"myt" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron, +/area/station/security/processing) +"myM" = ( +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"myW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"myX" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/security) +"mzc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "vaco"; + name = "Comissary Shutters" + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"mzf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"mzl" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"mzo" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"mzz" = ( +/obj/structure/hedge, +/obj/machinery/camera/directional/east, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"mzM" = ( +/turf/open/floor/iron/stairs, +/area/station/hallway/primary/central/fore) +"mAn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mAo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/departments/cargo/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mAs" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"mAv" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/rock/pile/jungle/style_2, +/obj/machinery/light/small/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/hallway/primary/central/fore) +"mAL" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"mAM" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/commons) +"mAO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"mAP" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/door/airlock{ + id_tag = "AuxToilet2"; + name = "Unit 2" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"mBb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"mBo" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/instrument/eguitar, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"mBC" = ( +/obj/structure/sign/poster/official/soft_cap_pop_art{ + pixel_y = 32 + }, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"mBQ" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"mCf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/external/glass{ + name = "Abandoned Dock Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"mCi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"mCp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/blue/half{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half{ + dir = 8 + }, +/turf/open/floor/iron/half{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"mCs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"mCt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white, +/obj/machinery/light/floor, +/turf/open/floor/noslip, +/area/station/medical/treatment_center) +"mCw" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/construction) +"mCF" = ( +/turf/open/floor/iron/dark/side, +/area/station/hallway/secondary/construction) +"mCJ" = ( +/obj/structure/mirror/directional/east, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"mCV" = ( +/obj/structure/cable, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"mCW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"mCX" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"mDh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"mDl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"mDy" = ( +/obj/structure/window/spawner, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"mDA" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"mDC" = ( +/obj/structure/closet/crate{ + name = "Game Supplies" + }, +/obj/item/toy/figure/lawyer, +/obj/item/toy/figure/ian, +/obj/item/toy/figure/hop, +/obj/item/toy/figure/syndie, +/obj/item/toy/figure/roboticist, +/obj/item/toy/figure/md, +/obj/item/clothing/head/collectable/paper, +/obj/item/toy/toy_dagger, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"mDG" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"mDW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"mDZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Robotics Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/lab) +"mEk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air" + }, +/obj/machinery/light/small/red/directional/north, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"mEq" = ( +/obj/structure/closet/crate/wooden{ + name = "Alms Box" + }, +/obj/effect/spawner/random/entertainment/money_medium, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/maintenance/starboard/greater) +"mEy" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"mEB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"mEU" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/shower) +"mFh" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/table/reinforced/rglass, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"mFq" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"mFt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Cytology Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mFx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"mFA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"mFG" = ( +/obj/machinery/telecomms/processor/preset_four, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"mFP" = ( +/obj/structure/cable, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"mGg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"mGh" = ( +/obj/structure/chair/sofa/left/brown{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/item/toy/plush/moth{ + name = "Loving Moff" + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"mGp" = ( +/obj/structure/table/glass, +/obj/item/gun/ballistic/automatic/c20r/toy/unrestricted, +/obj/machinery/light/small/directional/east, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"mGu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"mGN" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/structure/sink/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"mGQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/frame/machine, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"mGT" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"mGY" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"mGZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"mHb" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"mHc" = ( +/obj/structure/sink/directional/east, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"mHk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"mHZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"mIa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"mId" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/button/tram{ + id = 2; + lift_id = "prison_tram"; + pixel_y = 32 + }, +/obj/machinery/destination_sign/indicator{ + pixel_y = 32; + tram_id = "prison_tram" + }, +/turf/open/floor/noslip, +/area/station/security/tram) +"mIh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mIi" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"mIA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"mIT" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"mIW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mJq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mJr" = ( +/obj/structure/chair/stool/directional/east, +/turf/open/floor/stone, +/area/station/maintenance/aft) +"mJy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"mJK" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"mJL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"mJO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mJS" = ( +/obj/machinery/hydroponics/soil{ + pixel_y = 8 + }, +/obj/effect/spawner/random/food_or_drink/seed, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/aft) +"mJW" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/south{ + name = "Bio-Generator"; + req_access = list("hydroponics") + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_large, +/area/station/service/hydroponics) +"mJX" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"mKe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/departments/medbay/alt/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"mKu" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"mKB" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #1" + }, +/obj/effect/turf_decal/delivery, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #1"; + suffix = "#1" + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"mKD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"mKG" = ( +/turf/open/floor/plating/airless, +/area/station/engineering/supermatter/room) +"mKH" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"mKY" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"mLh" = ( +/obj/structure/cable, +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"mLi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/departments/botany/alt1/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mLk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"mLm" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"mLp" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"mLF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"mLH" = ( +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"mLO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"mMp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Paramedic Dispatch Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/dark/small, +/area/station/medical/paramedic) +"mMt" = ( +/obj/structure/cable, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"mMz" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/machinery/light/cold/directional/south, +/obj/item/hand_labeler_refill{ + pixel_x = -4; + pixel_y = 26 + }, +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/fax{ + fax_name = "Quartermaster's Office"; + name = "Quartermaster's Fax Machine"; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"mME" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"mMF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"mMN" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"mMZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"mNh" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/vault{ + dir = 1; + pixel_y = -30 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"mNu" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 8; + id = "fab2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"mNM" = ( +/obj/structure/cable, +/obj/structure/table/bronze, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = 7; + pixel_y = 11 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = -1; + pixel_y = 11 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"mNN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/east{ + id = "AuxToilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/toilet, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"mNS" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"mOk" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"mOq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"mOv" = ( +/obj/machinery/computer/security/qm{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + name = "Quartermaster's Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"mOI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mOM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/north, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"mOP" = ( +/obj/effect/landmark/tram/birdshot/prison_wing{ + specific_lift_id = "prison_tram" + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"mOT" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"mPq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/structure/cable, +/obj/item/radio/intercom/directional/north{ + frequency = 1423; + name = "Interrogation Intercom" + }, +/turf/open/floor/iron, +/area/station/security) +"mPu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Zoo" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/hallway/secondary/entry) +"mPv" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"mPw" = ( +/obj/structure/table/optable{ + desc = "A cold, hard place for your final rest."; + name = "Morgue Slab" + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"mPx" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"mPG" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"mPJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"mQh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2"; + name = "Unloading Conveyor"; + pixel_x = -13; + pixel_y = 3 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"mQz" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"mQB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall, +/area/station/maintenance/department/engine) +"mQE" = ( +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"mQF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Security's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/hos, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/command/heads_quarters/hos) +"mRj" = ( +/obj/structure/chair/sofa/bench/right, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"mRp" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/hedge, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"mRD" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"mRK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"mSi" = ( +/obj/structure/mannequin/plastic, +/turf/open/floor/plating, +/area/station/cargo/boutique) +"mSq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"mSs" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/rack, +/obj/item/binoculars, +/obj/machinery/camera/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"mSH" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"mTd" = ( +/obj/structure/closet/crate{ + name = "Starups Clothing Crate" + }, +/obj/item/clothing/suit/jacket/puffer, +/obj/item/clothing/suit/jacket/letterman_nanotrasen, +/obj/item/clothing/under/dress/wedding_dress, +/obj/item/clothing/under/dress/sailor, +/obj/item/clothing/under/pants/jeans, +/obj/item/clothing/head/costume/foilhat, +/turf/open/floor/plating, +/area/station/cargo/boutique) +"mTe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"mTl" = ( +/turf/closed/wall, +/area/station/cargo/sorting) +"mTq" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"mTr" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/cargo/office) +"mTs" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/work) +"mTB" = ( +/turf/closed/wall, +/area/station/command/gateway) +"mTN" = ( +/obj/structure/chair/stool/directional/south, +/obj/structure/mirror/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/grimy, +/area/station/cargo/boutique) +"mTP" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"mTQ" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = -3 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"mTU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"mUg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mUj" = ( +/obj/machinery/computer/prisoner/gulag_teleporter_computer{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red, +/obj/machinery/light/cold/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"mUn" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"mUt" = ( +/obj/structure/chair/stool/directional/south, +/obj/structure/mirror/directional/north, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/grimy, +/area/station/cargo/boutique) +"mUz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"mUO" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/server) +"mUP" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/disposal/bin{ + desc = "A pneumatic waste disposal unit. This one leads to the morgue."; + name = "corpse disposal" + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"mUQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"mVa" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"mVs" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/structure/bed/dogbed/runtime, +/mob/living/simple_animal/pet/cat/runtime, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"mVt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"mVD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/public{ + name = "Abandoned Dock" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"mVM" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mVN" = ( +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/medical/medbay/central) +"mVY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall, +/area/station/hallway/secondary/spacebridge) +"mWc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/lower) +"mWk" = ( +/obj/structure/cable, +/obj/item/storage/bag/trash, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"mWF" = ( +/obj/machinery/computer/security/telescreen{ + dir = 4; + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_x = -29 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"mWN" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/science/xenobiology) +"mWT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/structure/tank_dispenser, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"mWY" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/security/processing) +"mXo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"mXt" = ( +/obj/machinery/rnd/production/techfab/department/medical, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"mXT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mYj" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"mYq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"mYu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"mYP" = ( +/obj/structure/table, +/obj/item/storage/bag/tray/cafeteria{ + pixel_y = 2 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"mYR" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"mYT" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mZc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security{ + aiControlDisabled = 1; + name = "Education Chamber" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/execution/education) +"mZg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mZh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"mZw" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + location = "Engineering" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/maintenance/department/engine) +"mZA" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/public/glass{ + name = "Old Dorms" + }, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"mZR" = ( +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron, +/area/station/security/prison) +"mZX" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/lower) +"mZZ" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"nah" = ( +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"nau" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"naw" = ( +/obj/effect/turf_decal/siding/wideplating/dark/end{ + dir = 8 + }, +/obj/machinery/shower/directional/west, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/small, +/area/station/engineering/supermatter/room) +"nay" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Research Wing" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"naz" = ( +/obj/machinery/igniter/incinerator_ordmix, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"naC" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"naE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/stairs, +/area/station/maintenance/port/greater) +"naF" = ( +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"naN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock{ + id_tag = "AuxToilet1"; + name = "Unit 1" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"naO" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"nbn" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"nbu" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"nbL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"nbZ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"ncb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/wood, +/obj/item/paper/calling_card, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"ncf" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"ncl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"ncL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"ndq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/morgue{ + name = "Secret Corridor"; + req_access = list("library") + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central/greater) +"ndA" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"ndI" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/table/reinforced, +/obj/item/trash/cheesie{ + pixel_x = 2; + pixel_y = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ndM" = ( +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/iron, +/area/station/security/tram) +"ndY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/green{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"ndZ" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons) +"nec" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nei" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"neq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"net" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons) +"neu" = ( +/obj/machinery/computer/rdconsole, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"nev" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"neZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nfc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"nff" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nfg" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"nfm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"nfs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/commons/dorms) +"nfy" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"nfB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nfD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nfN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nfO" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nfS" = ( +/obj/structure/chair/stool/directional/east, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"nfT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/departments/custodian/directional/north, +/turf/open/floor/iron, +/area/station/commons/dorms) +"ngo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"ngp" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"ngq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"ngv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Commons" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/commons/dorms) +"ngw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"ngL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"nhg" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"nhs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nhu" = ( +/obj/structure/table, +/obj/effect/spawner/random/engineering/flashlight, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/toy/crayon/white{ + pixel_x = -8; + pixel_y = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"nhB" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"nhC" = ( +/obj/structure/cable, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Creature Pen"; + req_access = list("research") + }, +/obj/machinery/door/window/brigdoor{ + name = "Creature Pen"; + req_access = list("research") + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"nhQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"nhU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"nhZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"nib" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/structure/sign/warning/chem_diamond/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"nig" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/crowbar, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"niq" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/item/clothing/gloves/latex{ + pixel_y = 3 + }, +/obj/item/clothing/mask/surgical{ + pixel_y = 2 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"niw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"niI" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"niT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/meeting_room) +"niX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"niZ" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"njm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"njL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"njP" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"njW" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/command/gateway) +"njX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security{ + name = "Security Office" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security) +"nkl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"nkm" = ( +/obj/structure/cannon{ + dir = 8 + }, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"nkw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"nkH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"nkN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"nkY" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/commons) +"nla" = ( +/turf/closed/wall, +/area/station/commons/storage/art) +"nlb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/radio/intercom/command, +/turf/open/floor/carpet/executive, +/area/station/command/meeting_room) +"nlk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"nln" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"nlu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"nlD" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"nlQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/commons) +"nlS" = ( +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"nlV" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"nmh" = ( +/obj/effect/turf_decal/siding/green, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"nmy" = ( +/obj/item/stack/sheet/cardboard{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/storage/box{ + pixel_x = -5; + pixel_y = 14 + }, +/turf/open/floor/iron, +/area/station/commons) +"nmL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"nmV" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"nnc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"nne" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"nnk" = ( +/obj/machinery/camera/motion/directional/north{ + c_tag = "Vault Exterior"; + id_tag = list("vault") + }, +/turf/open/space/basic, +/area/space) +"nnx" = ( +/obj/effect/turf_decal/siding/green, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"nnE" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"nnK" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light/cold/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/office) +"nnN" = ( +/obj/effect/turf_decal/siding/green{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"noe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/science/lab) +"noq" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"nou" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/bed/maint, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"noB" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/door/window/left/directional/east{ + name = "Arcade Desk"; + req_access = list("shipping") + }, +/obj/machinery/door/window/right/directional/west{ + name = "Arcade Desk"; + req_access = list("shipping") + }, +/obj/item/clothing/under/costume/lobster, +/obj/item/clothing/head/costume/lobsterhat, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"noN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"noS" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"noT" = ( +/mob/living/simple_animal/bot/secbot/beepsky/armsky, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"npp" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"npy" = ( +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"npA" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"npF" = ( +/turf/closed/wall/rust, +/area/station/maintenance/port/greater) +"npH" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"npS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"npY" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/spacebridge) +"nqd" = ( +/obj/machinery/shower/directional/east, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/virology) +"nqE" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"nqJ" = ( +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/structure/mirror/directional/north, +/turf/open/floor/iron/freezer, +/area/station/command/corporate_suite) +"nqV" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/book/manual/wiki/infections{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"nry" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/machinery/requests_console/directional/south, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"nsd" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/crate/cardboard, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/alien, +/turf/open/floor/plating, +/area/station/science/auxlab/firing_range) +"nsr" = ( +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/flasher/directional/east{ + id = "Cell 4" + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"nsL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"nsO" = ( +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"nta" = ( +/obj/machinery/photocopier, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"nte" = ( +/obj/structure/table/glass, +/obj/machinery/recharger, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -3; + pixel_y = 14 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"ntf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/shutters/window{ + dir = 4; + id = "armory"; + name = "Armory Shutters" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/ai_monitored/security/armory) +"nth" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ntl" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/light/small/directional/south, +/turf/open/floor/noslip, +/area/station/security/tram) +"nts" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ntw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Public Shrine" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/port) +"ntH" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/iron/small, +/area/station/maintenance/department/engine) +"ntJ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"ntK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"ntN" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/modular_computer/console/preset/id{ + dir = 8 + }, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Research Director's Desk"; + name = "Research Director's Requests Console" + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"ntX" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/dresser, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"ntY" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"nua" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"nuh" = ( +/obj/structure/bookcase/random, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"nuv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nuI" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/item/restraints/handcuffs, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"nuO" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"nuT" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 1; + id = "aftstarboard"; + name = "Starboard Quarter Solar Control" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"nuX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/mannequin/plastic, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"nvo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nvE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nvK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"nvP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nvS" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"nwe" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nwg" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/directional/south, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nwj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"nwN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"nxc" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"nxo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"nxt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 6 + }, +/obj/structure/fireaxecabinet/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"nxu" = ( +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"nxD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/dead_body_placer, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"nxR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"nxX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"nyd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"nye" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 8; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"nyi" = ( +/turf/closed/wall/rust, +/area/station/maintenance/hallway/abandoned_command) +"nyp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"nys" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/directions/vault/directional/west{ + dir = 2 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nyt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=20.0-CentralPort-Bar"; + location = "19.0-Engineering-CentralPort" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"nyx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"nyB" = ( +/obj/structure/sign/departments/xenobio/alt/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/science/lower) +"nyE" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"nyH" = ( +/turf/closed/wall, +/area/station/hallway/primary/aft) +"nyQ" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"nyS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command/glass{ + name = "Quartermaster's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/heads_quarters/qm) +"nyT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nzc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"nzr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"nzK" = ( +/obj/structure/cable, +/obj/item/ammo_casing/spent{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/ammo_casing/spent, +/obj/item/ammo_casing/spent{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nzL" = ( +/turf/closed/wall, +/area/station/science/ordnance/testlab) +"nzU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"nAc" = ( +/obj/docking_port/stationary/random{ + dir = 2; + name = "lavaland"; + shuttle_id = "pod_lavaland" + }, +/turf/open/space/basic, +/area/space) +"nAe" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"nAh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nAi" = ( +/obj/structure/table, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood, +/area/station/service/theater) +"nAn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"nAo" = ( +/obj/machinery/hydroponics/soil{ + pixel_y = 8 + }, +/obj/effect/spawner/random/food_or_drink/seed, +/obj/machinery/light/small/broken/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/aft) +"nAx" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nAy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nAF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"nAM" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"nAS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"nAW" = ( +/obj/machinery/washing_machine, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"nBq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"nBw" = ( +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"nBC" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"nBG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"nBL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nCo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"nCy" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/commons) +"nCH" = ( +/turf/closed/wall/r_wall, +/area/station/security) +"nCR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"nCU" = ( +/obj/vehicle/ridden/wheelchair{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/sign/departments/psychology/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"nCY" = ( +/obj/structure/cable, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"nDe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/camera/directional/north, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"nDx" = ( +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/warden, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"nDF" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"nDV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nDZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/screwdriver, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"nEh" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"nEo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"nEt" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"nEx" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"nEA" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nEC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"nEJ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "custodialshutters"; + name = "Custodial Closet Shutters" + }, +/obj/machinery/button/door/directional/north{ + id = "custodialshutters"; + name = "shutters control"; + pixel_x = 8 + }, +/turf/open/floor/iron/large, +/area/station/service/janitor) +"nEY" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"nFa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage" + }, +/turf/open/floor/iron/textured_half, +/area/station/engineering/storage/tech) +"nFh" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/structure/tank_holder, +/obj/machinery/light_switch/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"nFp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"nFs" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"nFu" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"nFv" = ( +/obj/machinery/light/dim/directional/north, +/obj/structure/table, +/obj/item/plant_analyzer, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"nFy" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"nFA" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/janitor, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"nFD" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "cmoprivacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/cmo) +"nFI" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"nFM" = ( +/obj/machinery/door/airlock{ + id_tag = "study_b"; + name = "Study B" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons) +"nFW" = ( +/turf/closed/wall, +/area/station/maintenance/fore/greater) +"nFX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"nFY" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"nGu" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"nGv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"nGA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"nGI" = ( +/obj/machinery/door/window/left/directional/east{ + name = "Isolation Room 2"; + req_access = list("medical") + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"nGJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"nGP" = ( +/obj/machinery/keycard_auth/directional/south, +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"nHt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"nHu" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"nHv" = ( +/obj/structure/table, +/obj/effect/spawner/random/techstorage/rnd_secure_all, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"nHB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"nId" = ( +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"nIp" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"nIu" = ( +/obj/structure/chair/stool/directional/west, +/mob/living/simple_animal/hostile/russian/ranged{ + loot = null + }, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"nIC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner, +/area/station/science/xenobiology) +"nIJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/cold/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/virology) +"nIS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Library Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nIT" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"nIY" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/fore/lesser) +"nJc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"nJd" = ( +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/maintenance/solars/starboard/fore) +"nJf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/department/medical/central) +"nJm" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"nJx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/east, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"nJG" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/meeting_room) +"nJH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"nJU" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"nKk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/mail_sorting/service/kitchen, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nKm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nKH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"nKL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nKO" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"nKX" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nLN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"nMA" = ( +/obj/machinery/door/airlock{ + name = "Construction Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"nMU" = ( +/turf/closed/wall/r_wall/rust, +/area/station/maintenance/disposal/incinerator) +"nMW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"nNb" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron, +/area/station/security) +"nNe" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"nNf" = ( +/obj/structure/closet/wardrobe/grey, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"nNi" = ( +/obj/effect/turf_decal/bot_white/right, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"nNq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"nNB" = ( +/obj/machinery/door/airlock{ + name = "Gardening Supplies" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"nNR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"nNV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"nNW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"nNZ" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"nOf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + id_tag = "private_b"; + name = "Private Quarters B" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons/dorms) +"nOz" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/mixingchamber{ + dir = 4; + pixel_x = 25 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/burnchamber) +"nOI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"nOO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"nPc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"nPd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/pharmacy) +"nPt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"nPu" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/camera/autoname/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/filingcabinet/security{ + pixel_x = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"nPx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"nPH" = ( +/obj/structure/closet/secure_closet/brig, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"nPO" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"nQa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"nQh" = ( +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"nQj" = ( +/obj/structure/toilet/greyscale{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"nQo" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"nQx" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"nQz" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"nQP" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"nQU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"nQX" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"nRd" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/bridge) +"nRr" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"nRE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/engine, +/area/station/science/explab) +"nRP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"nSo" = ( +/obj/machinery/igniter/incinerator_atmos, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"nSu" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/bed/maint, +/obj/effect/mob_spawn/corpse/human, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"nSy" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"nSA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"nSE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"nSR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/science/xenobiology) +"nSY" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"nTa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/central/fore) +"nTe" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"nTg" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"nTi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/button/door/directional/east{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -24; + pixel_y = 24; + req_access = list("cargo") + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"nTj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nTk" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"nTt" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/computer/shuttle/mining/common{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"nTC" = ( +/turf/open/floor/iron/white/small, +/area/station/security/prison/safe) +"nUi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Commons" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons) +"nUo" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"nUG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/public{ + name = "Abandoned Domiciles" + }, +/obj/machinery/door/firedoor, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"nUQ" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs) +"nVg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"nVs" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/wirecutters, +/turf/open/floor/iron/dark, +/area/station/security/office) +"nVx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/science/xenobiology) +"nVD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/chair{ + pixel_x = 2; + pixel_y = -5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"nVF" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"nVJ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"nVN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"nVX" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "custodialshutters"; + name = "Custodial Closet Shutters" + }, +/turf/open/floor/iron/large, +/area/station/service/janitor) +"nVY" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet2"; + name = "Unit 2" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"nWh" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"nWq" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"nWr" = ( +/obj/structure/cable, +/obj/structure/hedge, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"nWv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"nWO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"nWQ" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"nXe" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"nXt" = ( +/obj/effect/turf_decal/tile/yellow/full, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/right/directional/east{ + name = "Pharmacy Desk"; + req_access = list("pharmacy") + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/pharmacy) +"nXx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"nXE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/cobweb, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"nXL" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/left/directional/south, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"nXP" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/medical/virology) +"nXS" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"nXT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"nYg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Cubicle" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/cubicle) +"nYk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"nYl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/science/xenobiology) +"nYr" = ( +/obj/structure/bed/maint, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"nYE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"nZg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/half, +/area/station/hallway/primary/central/fore) +"nZh" = ( +/obj/structure/table, +/obj/item/stock_parts/scanning_module{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = -5 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"nZq" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"nZx" = ( +/turf/closed/mineral/random/stationside, +/area/station/ai_monitored/turret_protected/ai) +"nZM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"nZQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"nZR" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"nZW" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"oaa" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Boutique Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"oag" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/xenobiology) +"oaV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Cargo Botique" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"obm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"obq" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/port) +"obs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"obG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"obP" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/hallway/secondary/dock) +"obU" = ( +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"obW" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/window/reinforced/tram/mid/directional/west, +/obj/structure/industrial_lift/tram/white, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"ocb" = ( +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"occ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"ocg" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"ocn" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/modular_computer/console/preset/id, +/obj/machinery/button/ticket_machine{ + pixel_x = 9; + pixel_y = 23 + }, +/obj/machinery/button/door/directional/south{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = -2; + pixel_y = 23; + req_access = list("hop") + }, +/obj/machinery/button/door/directional/south{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = -13; + pixel_y = 23; + req_access = list("hop") + }, +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = -23; + pixel_y = 11 + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/command/heads_quarters/hop) +"ocs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ocx" = ( +/obj/structure/sign/warning/vacuum/external, +/turf/closed/wall, +/area/station/cargo/storage) +"ocz" = ( +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/computer/records/security, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"odA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"odK" = ( +/obj/structure/cable, +/obj/structure/steam_vent, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"odN" = ( +/obj/machinery/rnd/bepis, +/turf/open/floor/iron, +/area/station/cargo/storage) +"odX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oem" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"oep" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"oer" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space/basic, +/area/space/nearstation) +"oev" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Funerary Driver" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"oez" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"oeF" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock{ + name = "Abandoned Treatment Room" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"oeG" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"oeH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"oeI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"oeW" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/storage) +"off" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"ofk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ofo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"ofu" = ( +/obj/effect/turf_decal/stripes/white/end{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/maintenance/department/medical/central) +"ofG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ogr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ogu" = ( +/obj/effect/turf_decal/siding/white, +/obj/structure/railing, +/turf/open/floor/stone, +/area/station/service/theater) +"ogv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"ogE" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/security/lockers) +"ogK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ogR" = ( +/obj/effect/turf_decal/siding/green{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"ogT" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"ogW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"ohb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/reagent_containers/pill, +/obj/item/reagent_containers/pill/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ohj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"ohl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ohx" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = 0 + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"ohz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"ohA" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/conveyor{ + dir = 8; + id = "fab2" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"ohF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ohM" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs) +"ohO" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/light/small/directional/east, +/turf/open/floor/carpet/red, +/area/station/commons/dorms) +"ohQ" = ( +/obj/structure/curtain/cloth, +/turf/open/floor/carpet/orange, +/area/station/commons/dorms) +"ohR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"ohT" = ( +/obj/machinery/button/door/directional/west{ + id = "private_b"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oig" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"oih" = ( +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oio" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ois" = ( +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/cytology, +/obj/item/storage/bag/xeno, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"oiw" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"oix" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"oiA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"oiK" = ( +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"oiL" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/plating, +/area/station/cargo/office) +"oiO" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oiP" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/machinery/chem_master, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"oiT" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"ojk" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/door/airlock/glass_large{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/library) +"ojw" = ( +/obj/item/kirbyplants/random, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"ojU" = ( +/obj/structure/rack, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"okl" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"okp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/library) +"okz" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"okB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"okN" = ( +/obj/structure/table, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"okW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/ordnance) +"olm" = ( +/obj/structure/table, +/obj/item/mining_voucher, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"olI" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/reagent_containers/cup/glass/coffee_cup{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/coffee_cup{ + pixel_y = 3 + }, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"omo" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"omp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"omA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"omF" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/science/lower) +"omJ" = ( +/obj/machinery/power/smes/engineering, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"ona" = ( +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"ono" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ons" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"onw" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"onG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"onP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/airlock/medical/glass{ + name = "Cryogenics Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"onR" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/vehicle/ridden/janicart, +/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"oom" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"oop" = ( +/mob/living/basic/mouse/brown/tom, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/prison/directional/south, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"oow" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"ooK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ooO" = ( +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"ooR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"ooU" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/mail_sorting/service/law_office, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"opn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/command/teleporter) +"opq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"opv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"opA" = ( +/obj/effect/spawner/random/structure/girder, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"opF" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"opH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"opL" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"oqf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"oqg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"oqo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"oqI" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"oqK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"oqS" = ( +/obj/effect/landmark/tram/birdshot/maint_right{ + specific_lift_id = "maint_tram" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"oqT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"ora" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"orC" = ( +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"orH" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/full, +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/bot_red/left, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"osf" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"osi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"osj" = ( +/obj/structure/cable, +/obj/machinery/power/terminal, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"osq" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"osr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/obj/structure/sign/departments/restroom/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"oss" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"osC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"osE" = ( +/obj/machinery/shower/directional/south{ + name = "emergency shower" + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 6 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth_half, +/area/station/engineering/atmos) +"osY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"otf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"otO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"otP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"otQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"otX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + id_tag = "com_guest"; + name = "Guest Suite" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/corporate_suite) +"oub" = ( +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"ouf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"ouj" = ( +/turf/closed/wall, +/area/station/engineering/engine_smes) +"ouL" = ( +/obj/item/clothing/head/cone{ + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ouN" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Supply Door Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/storage) +"ouP" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"ouR" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ouY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"ovf" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/port) +"ovg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"ovj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Cytology Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/cytology) +"ovk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"ovA" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"ovQ" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ovT" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"owb" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/gateway) +"owl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"owm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"owv" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1; + name = "server vent" + }, +/turf/open/floor/circuit, +/area/station/science/server) +"owD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"owJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"owM" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"owP" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"oxw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"oxK" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"oxS" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"oyx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"oyz" = ( +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"oyA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"oyG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"oyQ" = ( +/turf/closed/wall, +/area/station/science/auxlab/firing_range) +"oyU" = ( +/obj/machinery/exodrone_launcher, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"oyW" = ( +/obj/machinery/telecomms/bus/preset_two, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"oyZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"ozd" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/plaque{ + icon_state = "L8" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"ozn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"ozo" = ( +/obj/structure/window/spawner, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"ozt" = ( +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"ozO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/mannequin/plastic, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"oAc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"oAk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oAn" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/structure/steam_vent, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"oAp" = ( +/obj/structure/chair/sofa/right/maroon, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"oAr" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/bombcloset/security, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/security/lockers) +"oAu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"oAA" = ( +/obj/structure/closet/emcloset, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"oAC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"oAD" = ( +/obj/machinery/computer/piratepad_control/civilian{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/central/fore) +"oAF" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oAL" = ( +/obj/machinery/modular_computer/console/preset/curator, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"oAQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"oAV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"oBA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oBB" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/work) +"oBJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"oBV" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/south, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"oCc" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"oCg" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/medical_all, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"oCq" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/medical) +"oCx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oCJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/white/textured_large, +/area/station/command/heads_quarters/cmo) +"oCM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"oDc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"oDm" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oDs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/central/fore) +"oDB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"oDK" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Hydroponics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"oDS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"oEi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oEm" = ( +/obj/structure/barricade/wooden, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"oEB" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"oED" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"oEI" = ( +/obj/item/kirbyplants/random, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oEN" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"oES" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"oFb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/security/processing) +"oFi" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"oFm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"oFu" = ( +/turf/closed/wall, +/area/station/security/office) +"oFG" = ( +/turf/closed/wall, +/area/station/service/hydroponics/garden) +"oFI" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"oFQ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/button/door/directional/north{ + id = "Xenolab"; + name = "Test Chamber Blast Doors"; + pixel_x = 26; + pixel_y = -2; + req_access = list("xenobiology") + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/xenobiology) +"oFT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"oGk" = ( +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"oGl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/mining{ + name = "Warehouse" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/iron/smooth_half, +/area/station/cargo/storage) +"oGm" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oGq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"oGu" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"oGv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oGA" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"oGJ" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oGL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"oGQ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"oGS" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-5" + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"oHa" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/spawner/random/entertainment/deck, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"oHg" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/spawner, +/obj/structure/flora/rock/pile/style_2, +/turf/open/misc/sandy_dirt, +/area/station/science/research) +"oHy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"oHG" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"oIk" = ( +/obj/structure/table, +/turf/open/floor/iron, +/area/station/commons) +"oIP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"oIR" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/fitness/recreation) +"oIT" = ( +/obj/structure/frame/machine, +/obj/item/circuitboard/machine/biogenerator, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"oJi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=12.0-RecreationHall-DormatoryCommons"; + location = "11.0-StarboardHall-RecreationHall" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"oJn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/science/rd_office, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"oJz" = ( +/obj/structure/bodycontainer/morgue{ + dir = 2 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"oJE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security{ + aiControlDisabled = 1; + name = "Reflection Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/execution/education) +"oJP" = ( +/obj/structure/cable, +/obj/machinery/telecomms/broadcaster/preset_left, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"oJR" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"oJW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"oJZ" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/jungle/a/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"oKp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"oKr" = ( +/obj/structure/toilet/greyscale{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"oKy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"oKz" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/security{ + name = "Armory" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/turf/open/floor/iron/textured_half, +/area/station/security/warden) +"oKP" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"oKU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"oLg" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"oLh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"oLt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"oLG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"oLM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"oLV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"oLX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"oMo" = ( +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"oMy" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/aft) +"oMC" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"oNd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"oNn" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"oND" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"oNH" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"oNJ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"oNX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Cytology Zoo" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/recreation) +"oOb" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"oOg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/obj/structure/closet/crate/miningcar, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"oOk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"oOl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"oOp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"oOv" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"oOw" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/lower) +"oOy" = ( +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"oOK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"oOM" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/light/cold/directional/north, +/obj/item/storage/medkit/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/o2{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/cup/bottle/morphine{ + pixel_x = -7; + pixel_y = -11 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/storage) +"oPc" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/computer/upload/borg{ + dir = 4 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"oPi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/east{ + id = "qm_warehouse_aft"; + name = "Warehouse Door Control"; + pixel_x = -24; + pixel_y = -23; + req_access = list("cargo") + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"oPo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"oPF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"oPG" = ( +/obj/machinery/door/airlock/research{ + name = "Research Director's Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/command/heads_quarters/rd) +"oPJ" = ( +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/maintenance/port/aft) +"oPM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"oPO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"oPQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"oPU" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/cargo/storage) +"oPV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/prison/workout) +"oQe" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"oQj" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/science/cytology) +"oQr" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/cargo/storage) +"oQx" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/machinery/light/cold/directional/north, +/obj/machinery/reagentgrinder{ + pixel_y = 9 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"oQF" = ( +/turf/closed/wall/r_wall, +/area/station/security/execution/transfer) +"oQJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"oQM" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"oRd" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"oRg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"oRr" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oRs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"oRB" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"oRJ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"oRP" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"oRV" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock/grunge{ + name = "St. Brendan's" + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/greater) +"oSb" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oSg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oSh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"oSv" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/rdconsole{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"oSx" = ( +/obj/effect/turf_decal/siding/red, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oSG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/research_director, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"oSP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"oSS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"oSY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"oTj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"oTo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron, +/area/station/service/bar) +"oTF" = ( +/obj/machinery/light/directional/north, +/obj/structure/window/spawner/directional/west, +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/reagent_containers/cup/glass/bottle/whiskey{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"oTH" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"oTL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"oTO" = ( +/obj/structure/dresser, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"oTT" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"oTW" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/machinery/computer/pandemic, +/obj/structure/reagent_dispensers/wall/virusfood/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"oTZ" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"oUd" = ( +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"oUj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"oUw" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/start/cyborg, +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload Turret Control"; + pixel_y = -28 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"oUx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=23.2-Evac-Garden"; + location = "23.4-Evac" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"oUB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"oUC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"oUJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"oUN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Evidence Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/security/evidence) +"oUO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/maintenance/port/greater) +"oUY" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"oVb" = ( +/obj/structure/cable, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"oVi" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"oVo" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"oVK" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/dark_red, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"oVY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 4 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"oWb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oWg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"oWk" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/item/clothing/suit/caution, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"oWl" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"oWr" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Xenobiology Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"oWC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"oXe" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"oXs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"oXt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"oXI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oXM" = ( +/obj/machinery/light/cold/directional/south, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"oXV" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oXZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"oYu" = ( +/obj/machinery/vending/dinnerware, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"oYy" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oYB" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"oYL" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"oYV" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"oZb" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"oZg" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"oZi" = ( +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"oZk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"oZr" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"oZt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"oZz" = ( +/obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{ + name = "Burn Chamber Exterior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"oZI" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"oZY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"pan" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) +"par" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"paV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"pbd" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"pbe" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/obj/machinery/light/floor{ + pixel_x = -32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"pbt" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"pbu" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"pbD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"pbG" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"pca" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"pcb" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"pcc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"pcf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"pcv" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Security's Bedroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/hos, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/command/heads_quarters/hos) +"pcK" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"pcL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 6 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"pcN" = ( +/obj/structure/closet/crate/secure{ + desc = "A secure crate containing various materials for building a customised test-site."; + name = "Test Site Materials Crate"; + req_access = list("ordnance") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"pcT" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"pds" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/obj/effect/landmark/start/warden, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"pdz" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/large/style_random{ + pixel_x = -17; + pixel_y = 14 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/science/cytology) +"pdN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"pdR" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"pdT" = ( +/obj/machinery/airalarm/directional/south, +/obj/item/stack/sheet/cardboard{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/storage/box{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"pdU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/storage/box/petridish{ + pixel_x = -8; + pixel_y = -4 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"pdY" = ( +/obj/machinery/portable_atmospherics/canister/bz, +/turf/open/floor/iron/diagonal, +/area/station/science/auxlab/firing_range) +"peb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/phone{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = -6; + pixel_y = 11 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"pee" = ( +/obj/structure/table, +/obj/item/circuitboard/machine/exoscanner{ + pixel_y = 3 + }, +/obj/item/circuitboard/machine/exoscanner, +/obj/item/circuitboard/machine/exoscanner{ + pixel_y = -3 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"peu" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"pev" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"peN" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion/directional/north{ + active_power_usage = 0; + c_tag = "Armory - External"; + use_power = 0 + }, +/turf/open/space/basic, +/area/space/nearstation) +"peR" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"pfv" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"pfw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pfC" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 5 + }, +/obj/structure/tank_dispenser/oxygen{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"pfO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/east, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pfU" = ( +/obj/machinery/door/airlock{ + name = "Kitchen Cold Room" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/service/bar/backroom) +"pgh" = ( +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/table/reinforced/titaniumglass, +/obj/machinery/computer/records/security/laptop{ + dir = 8; + pixel_x = 10; + pixel_y = 4 + }, +/obj/machinery/recharger{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"pgq" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"pgu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"pgw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"pgE" = ( +/obj/structure/chair/office, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"pgO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 4 + }, +/area/station/maintenance/disposal/incinerator) +"pgP" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"pgW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"phe" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/science/robotics/augments) +"phs" = ( +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"phE" = ( +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"phJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"phZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"pij" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/janitor, +/turf/open/floor/iron, +/area/station/service/janitor) +"pil" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"piG" = ( +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"piM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/commons/dorms) +"piZ" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"pjb" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"pjn" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"pjo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"pjr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pju" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pjA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pjL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"pjM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons) +"pjO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"pjT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"pkh" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/spawner, +/turf/open/floor/iron/showroomfloor, +/area/station/command/corporate_showroom) +"pks" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"pkE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/filingcabinet/employment, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"pkS" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"plf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"plk" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"plr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"plu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"plz" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/command/corporate_showroom) +"plB" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/centcom{ + name = "Frozeno!" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den/gaming) +"plJ" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"plZ" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/newscaster/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/fax{ + fax_name = "Law Office"; + name = "Law Office Fax Machine" + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"pmn" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/button/door/directional/west{ + id = "study_c"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/tile, +/area/station/commons) +"pms" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"pmN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"pnf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"pnn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"pnq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public{ + name = "Locker Room" + }, +/turf/open/floor/iron/textured_half, +/area/station/commons/fitness/recreation) +"pnt" = ( +/obj/structure/fluff/broken_flooring, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"pnM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pnQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"pnS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/light/cold/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"pnU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"poc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/cargo/storage) +"pog" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/freezer, +/area/station/command/corporate_suite) +"pok" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"pon" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/gun/energy/disabler{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"pox" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"poE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Security Desk"; + req_access = list("security") + }, +/obj/machinery/door/window/left/directional/north{ + name = "Security Desk" + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/escape) +"poI" = ( +/obj/machinery/atmospherics/components/trinary/filter/critical{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"poM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad"; + name = "Loading Conveyor"; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"poU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/turf/open/floor/iron, +/area/station/security) +"ppk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ppm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"ppp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/blue, +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"pps" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/trimline/purple/end, +/obj/structure/sink/directional/south{ + pixel_y = 0 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"ppA" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"ppM" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/chem_master, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"ppQ" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"ppW" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/window/brigdoor{ + dir = 4; + name = "Secure Creature Pen"; + req_access = list("research") + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"pqa" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/space/basic, +/area/space) +"pqf" = ( +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"pqm" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/storage/tcomms) +"pqs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"pqv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"pqI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pqK" = ( +/obj/structure/cable, +/obj/machinery/door/window/left/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"pqL" = ( +/obj/structure/cable, +/obj/structure/barricade/wooden/crude, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pqN" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/machinery/shower/directional/west, +/obj/machinery/light/cold/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"pqT" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"prf" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/electric_shock, +/turf/open/floor/engine, +/area/station/science/cytology) +"prh" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"prq" = ( +/obj/structure/toilet/greyscale{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"prQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"prT" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"prW" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"prX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"psc" = ( +/obj/machinery/door/poddoor/shutters{ + id = "teleporterhubshutters"; + name = "Teleporter Shutters" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/teleporter) +"psf" = ( +/obj/effect/turf_decal/siding/brown, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/effect/spawner/random/decoration/ornament, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"psg" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"psn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/research/glass{ + name = "Gun Range" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/science/auxlab/firing_range) +"psI" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/full, +/obj/item/stack/medical/mesh{ + pixel_x = 5 + }, +/obj/item/stack/medical/mesh{ + pixel_x = 3 + }, +/obj/item/stack/medical/suture{ + pixel_y = 3 + }, +/obj/item/stack/medical/suture{ + pixel_x = 5 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = -3; + pixel_y = 16 + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/medbay/lobby) +"psJ" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/item/computer_disk/medical{ + pixel_x = -5 + }, +/obj/item/computer_disk/medical{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/stamp/cmo{ + pixel_x = 8; + pixel_y = 7 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"psP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/diagonal, +/area/station/science/auxlab/firing_range) +"psS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/tram) +"psX" = ( +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ptj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/diagonal, +/area/station/science/auxlab/firing_range) +"ptk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"ptN" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/toy/talking/griffin{ + pixel_y = 13 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"ptZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"pug" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"puj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"pum" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"pup" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light/small/directional/west, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"pus" = ( +/obj/effect/turf_decal/box/red/corners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"puv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hydroponics{ + name = "Hydroponics Supply Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/open/floor/iron/textured_half, +/area/station/service/hydroponics) +"puw" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access = list("library") + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"puC" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"puD" = ( +/obj/structure/bookcase/random/nonfiction, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"puN" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"puT" = ( +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"pvh" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/security/tram) +"pvt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"pvA" = ( +/obj/structure/chair/office, +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"pvF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/research) +"pvR" = ( +/obj/structure/table/wood, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"pvS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/south, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/cook, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"pwf" = ( +/obj/item/kirbyplants/random, +/obj/item/shard{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"pwn" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/structure/sign/departments/telecomms/directional/south, +/turf/open/floor/iron, +/area/station/science/lower) +"pwq" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"pww" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"pwz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/service/janitor) +"pwA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"pwG" = ( +/obj/effect/landmark/lift_id{ + specific_lift_id = "prison_tram" + }, +/obj/structure/industrial_lift/tram/white, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"pwN" = ( +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"pxj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"pxs" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-3" + }, +/obj/machinery/computer/tram_controls/directional/west{ + specific_lift_id = "maint_tram" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"pxw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"pxx" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/reagent_containers/dropper, +/obj/item/grenade/chem_grenade, +/obj/item/stack/cable_coil, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"pxA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 4" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/safe) +"pxO" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"pxR" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"pxZ" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"pya" = ( +/obj/structure/chair/sofa/right/maroon, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"pyf" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"pyh" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"pyp" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"pys" = ( +/obj/machinery/vending/autodrobe/all_access, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/commons) +"pyt" = ( +/turf/open/floor/plating, +/area/station/service/library/abandoned) +"pyS" = ( +/obj/structure/chair/sofa/left/maroon, +/obj/effect/landmark/start/assistant, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"pyY" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/item/weldingtool/mini, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"pzb" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/structure/tank_holder/extinguisher, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"pzn" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/toy/foamfinger, +/obj/item/toy/eightball{ + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/station/service/theater) +"pzr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"pzs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/theater) +"pzy" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner{ + pixel_y = 17 + }, +/obj/item/storage/box/prisoner{ + pixel_y = 7 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"pzA" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"pzB" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"pzL" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/customs/auxiliary) +"pzR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"pzX" = ( +/obj/structure/railing, +/obj/structure/table, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white, +/obj/effect/spawner/random/entertainment/toy, +/turf/open/floor/plating, +/area/station/service/theater) +"pAl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"pAn" = ( +/obj/effect/turf_decal/siding/green{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"pAo" = ( +/obj/structure/window/spawner, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/plating, +/area/station/science/lobby) +"pAs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/south{ + c_tag = "Xenobiology - Cell 6"; + name = "xenobiology camera"; + network = list("ss13","xeno","rd") + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"pAB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pAF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lower) +"pAH" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"pAU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/east{ + id = "qm_warehouse_aft"; + name = "Warehouse Door Control"; + pixel_x = -24; + pixel_y = 23; + req_access = list("cargo") + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"pBe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"pBi" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/chair/stool/directional/east, +/obj/machinery/light/small/directional/west, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"pBn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"pBu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pBx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"pBy" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"pBD" = ( +/obj/effect/spawner/structure/window, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) +"pBJ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/north{ + id = "vaco"; + name = "Comissary Shutters"; + pixel_x = 29 + }, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"pBN" = ( +/obj/machinery/flasher/directional/east{ + id = "justiceflash" + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"pBV" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"pCa" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"pCs" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine/atmos) +"pCv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"pCF" = ( +/obj/machinery/door/window/brigdoor/right/directional/east{ + id = "Cell 2"; + name = "Cell 2"; + req_access = list("security") + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"pCU" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Supply Closet" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"pCV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"pCX" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/landmark/start/clown, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"pDe" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -20; + pixel_y = -16 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/service/lawoffice) +"pDr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"pDu" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"pDw" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/door/window/left/directional/east{ + name = "Medical Supplies"; + req_access = list("medical") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"pDD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"pDG" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/frame/computer{ + dir = 1 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"pDQ" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/folder/blue, +/obj/item/stamp/law, +/obj/effect/landmark/event_spawn, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 15 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"pDU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"pEb" = ( +/obj/structure/cable, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"pEs" = ( +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"pEw" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"pEy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"pEC" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"pEL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"pEM" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/asteroid/end{ + dir = 1 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"pFd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"pFk" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"pFE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"pFI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=11.0-StarboardHall-RecreationHall"; + location = "10.0-ScienceFoyer-StarboardHall" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"pFQ" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/door/window/brigdoor/right/directional/west, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"pGp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"pGu" = ( +/obj/structure/cable, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"pGy" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"pGD" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"pGE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"pGJ" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"pGK" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/entry) +"pGR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"pGU" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 1 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"pHe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/interrogation) +"pHi" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"pHn" = ( +/obj/structure/cable, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"pHo" = ( +/obj/structure/rack, +/obj/item/storage/medkit/regular, +/turf/open/floor/plating, +/area/station/cargo/storage) +"pHC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons/storage/tools) +"pHI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"pHJ" = ( +/turf/open/floor/plating/rust, +/area/station/maintenance/starboard/greater) +"pHM" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"pHN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/flora/bush/sunny/style_random, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"pHQ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"pHS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"pId" = ( +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"pIm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"pIp" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"pIw" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"pIS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/bridge) +"pJg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"pJh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clothing/head/cone{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = -16 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"pJm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/station/cargo/storage) +"pJr" = ( +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"pJu" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"pJv" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"pJz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"pJK" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/effect/landmark/secequipment, +/turf/open/floor/iron, +/area/station/security/tram) +"pJQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"pKi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Transferring Center" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/processing) +"pKm" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/central) +"pKL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"pKR" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pKS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"pKU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"pLc" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"pLg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Gun Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/auxlab/firing_range) +"pLj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"pLl" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"pLr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "E.V.A. Storage" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/command/corporate_showroom) +"pLK" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"pLZ" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"pMg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"pMi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"pMr" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"pMs" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"pMu" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"pMD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/research/glass{ + name = "Genetics" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/genetics, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"pNa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"pNh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/machinery/light/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"pNi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/painting/large/library{ + dir = 1 + }, +/obj/effect/spawner/random/decoration/flower{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"pNm" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"pNy" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"pNz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"pNC" = ( +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/secondary/construction) +"pND" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"pNO" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"pNS" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"pOb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"pOg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/cargo/office) +"pOj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/general, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"pOm" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pOp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"pOw" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sink/kitchen/directional/south{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"pOJ" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"pOK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"pPq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"pPK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"pPT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pPZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"pQe" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"pQh" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"pQl" = ( +/obj/structure/fireplace, +/obj/effect/turf_decal/siding/wood/end, +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/directional/east, +/turf/open/floor/stone, +/area/station/service/bar) +"pQE" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "XenoPens"; + name = "Xenobiology Lockdown" + }, +/turf/open/floor/engine, +/area/station/hallway/secondary/entry) +"pQX" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/xenobiology) +"pQY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"pRe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/decoration/statue, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"pRz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"pRD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"pRJ" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"pRL" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron/small, +/area/station/maintenance/port/aft) +"pRN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "East Wing Checkpoint" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/checkpoint/customs/auxiliary) +"pRP" = ( +/obj/machinery/icecream_vat, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"pRQ" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pRU" = ( +/obj/machinery/gibber, +/obj/effect/turf_decal/bot_red, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"pRV" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/bot_red, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"pSc" = ( +/obj/item/bikehorn/rubberducky{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/item/bikehorn/rubberducky{ + pixel_x = -7; + pixel_y = 17 + }, +/obj/item/bikehorn/rubberducky, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"pSd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"pSm" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 5; + pixel_y = 17 + }, +/obj/item/reagent_containers/syringe/epinephrine, +/obj/item/reagent_containers/syringe{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/machinery/light/small/red/directional/west, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"pSo" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"pSq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"pSr" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/structure/table, +/obj/item/reagent_containers/dropper{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/crowbar/large/emergency, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"pSs" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"pSA" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"pSI" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/destructible/cult/item_dispenser/archives/library, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"pSK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/bookcase/random, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"pTc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/port) +"pTl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/mime, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/stone, +/area/station/service/theater) +"pTn" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/machinery/light/cold/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/service/lawoffice) +"pTq" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"pTr" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffelbag/med/surgery{ + pixel_y = -5 + }, +/obj/item/wirecutters{ + pixel_y = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"pTs" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"pTz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"pTB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"pTC" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/service/theater, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"pTH" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"pTM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"pTN" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"pTU" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"pTV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/hallway/secondary/construction) +"pTY" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"pUc" = ( +/obj/effect/turf_decal/tile/green, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"pUi" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/west, +/obj/item/storage/box/donkpockets, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"pUl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Public Garden" + }, +/turf/open/floor/iron/textured_half, +/area/station/service/hydroponics/garden) +"pUt" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/station/service/hydroponics/garden) +"pUx" = ( +/obj/structure/closet/crate/freezer/blood, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"pUy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"pUC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/doppler_array{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"pUD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/radiation/rad_area/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"pUJ" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"pUO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Public Garden" + }, +/turf/open/floor/iron/textured_half, +/area/station/service/hydroponics/garden) +"pVa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"pVq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"pVK" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/closed/wall, +/area/station/maintenance/department/medical/central) +"pVN" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"pVU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"pWl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/science/lobby) +"pWt" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"pWv" = ( +/obj/structure/closet/emcloset, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"pWC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/medical/glass{ + name = "Primary Treatment Centre" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"pWF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"pWM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=18.0-ToolStorage-Engineering"; + location = "17.0-CentralPort-ToolStorage" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"pWQ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"pWX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/obj/machinery/door/airlock/centcom{ + name = "Custodial Closet" + }, +/turf/open/floor/iron/textured_half, +/area/station/service/janitor) +"pWZ" = ( +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"pXg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/reinforced/titaniumglass, +/obj/machinery/light/directional/north, +/obj/item/analyzer, +/turf/open/floor/iron/smooth_edge{ + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"pXo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"pXz" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"pXC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"pXL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/door/window/right/directional/south{ + dir = 1; + name = "Medical Deliveries"; + req_access = list("medical") + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"pXQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"pXS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"pYr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pYs" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"pYu" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"pYx" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"pYE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/effect/landmark/start/hangover, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"pYG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"pYK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Lavatorie" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"pYM" = ( +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"pYP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lobby) +"pYY" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"pZm" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/light/cold/directional/north, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"pZs" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/plating, +/area/station/science/robotics/augments) +"pZu" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/cargo/storage) +"pZz" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/cargo_gauntlet{ + pixel_y = -3 + }, +/obj/item/clothing/gloves/cargo_gauntlet, +/obj/item/clothing/gloves/cargo_gauntlet{ + pixel_y = 3 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/station/cargo/storage) +"pZI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pZK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"pZP" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/cargo/storage) +"qaA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"qaO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"qbg" = ( +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"qbj" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/security/lockers) +"qbo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"qbq" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"qbr" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/effect/landmark/start/hangover, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"qbu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"qbw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"qby" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/supply) +"qbC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"qbK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"qbN" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"qcf" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/side, +/area/station/hallway/secondary/construction) +"qcl" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"qcr" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"qcN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/greyscale, +/obj/item/folder/red, +/obj/item/toy/figure/detective, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"qcQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"qcU" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/greyscale, +/obj/item/folder/white, +/obj/item/storage/dice{ + pixel_x = -16; + pixel_y = -6 + }, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"qcX" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"qcY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/processing) +"qdb" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + name = "Cargo Deliveries" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/small, +/area/station/medical/medbay/lobby) +"qdm" = ( +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"qdp" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"qdr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/engineering/storage/tech) +"qdv" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"qdC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/duct, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"qdM" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"qdS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"qdW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"qei" = ( +/turf/closed/wall, +/area/station/science/ordnance/storage) +"qej" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/library) +"qen" = ( +/obj/structure/table, +/obj/item/clothing/gloves/boxing, +/obj/machinery/light/dim/directional/east, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"qey" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"qez" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"qeO" = ( +/obj/structure/table, +/obj/item/circuitboard/machine/coffeemaker/impressa, +/obj/item/coffee_cartridge/decaf{ + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"qeP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"qeT" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = -7 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"qfb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qfo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/sign/departments/lawyer/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qfA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Law Office" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/lawyer, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/lawoffice) +"qfF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qfQ" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/mid/directional/south, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"qfV" = ( +/obj/machinery/vending/tool, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"qfX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qgq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/lower) +"qgr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qgs" = ( +/obj/structure/cable, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"qgu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"qgx" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Law Office Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/lawyer, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"qgA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qgH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qgK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"qgN" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qgR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/holopad, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qhh" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/item/book/manual/wiki/cytology{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -11; + pixel_y = -4 + }, +/obj/item/biopsy_tool{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"qhm" = ( +/obj/structure/table, +/obj/item/storage/crayons, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qho" = ( +/obj/structure/table, +/obj/item/flashlight/lantern, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qhp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"qhs" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"qhD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qhF" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"qhV" = ( +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Security Office"; + name = "Security Office Fax Machine"; + pixel_y = 6 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron, +/area/station/security) +"qic" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"qin" = ( +/obj/docking_port/stationary/escape_pod, +/turf/open/space/basic, +/area/space) +"qio" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"qir" = ( +/turf/closed/wall, +/area/station/medical/medbay/lobby) +"qis" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"qiw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"qiy" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Cytology Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"qiz" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"qiE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"qiH" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/west, +/obj/item/pipe_dispenser, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 13 + }, +/obj/item/transfer_valve{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/item/transfer_valve{ + pixel_x = 7; + pixel_y = 19 + }, +/obj/item/transfer_valve{ + pixel_x = 4; + pixel_y = 17 + }, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"qiM" = ( +/obj/structure/table, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"qiN" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"qiO" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"qiP" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Cryogenics Bay" + }, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"qiX" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"qjh" = ( +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"qji" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Dormatories" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/commons/dorms) +"qjk" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"qjn" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"qjy" = ( +/obj/structure/hedge, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"qjE" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"qka" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"qke" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=5.0-AftHall-Arrivals"; + location = "4.0-TechStorage-AftHall" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"qkp" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"qkv" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"qkw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"qkF" = ( +/turf/open/floor/iron, +/area/station/commons) +"qkK" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"qll" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/sign/departments/restroom/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/commons) +"qlr" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qly" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"qlz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"qlP" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"qlU" = ( +/obj/structure/flora/ash/tall_shroom, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"qmb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"qme" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"qmr" = ( +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/brig) +"qmv" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"qmx" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/storage/fancy/cigarettes/cigars/cohiba{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"qmz" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"qmB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"qmI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/full, +/obj/machinery/duct, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"qmO" = ( +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/duct, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"qmZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"qnc" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + shuttledocked = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/dark/small, +/area/station/security/processing) +"qnj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"qnn" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"qnt" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Fore-Starboard Solar Array" + }, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/starboard/fore) +"qnu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/iron/textured_half, +/area/station/service/chapel/office) +"qnx" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"qnz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"qnA" = ( +/obj/structure/table, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "barki"; + name = "Shutters" + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/service/kitchen) +"qnC" = ( +/obj/machinery/light/cold/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"qnJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"qnL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"qoh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"qon" = ( +/obj/machinery/vending/wardrobe/chef_wardrobe, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"qoD" = ( +/turf/closed/wall/r_wall, +/area/station/command/corporate_showroom) +"qpg" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L3" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"qpu" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/structure/steam_vent, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"qpx" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"qpO" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"qpU" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -18; + pixel_y = 4 + }, +/obj/item/restraints/handcuffs, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"qpX" = ( +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/service/kitchen) +"qqd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"qqp" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"qqx" = ( +/obj/structure/bed/maint, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"qqy" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/light/cold/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"qrb" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"qrg" = ( +/obj/structure/cable, +/obj/structure/displaycase/captain{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"qrh" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/dock) +"qrm" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"qrw" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/item/trash/popcorn{ + pixel_x = 17; + pixel_y = 14 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"qrI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/cafeteria) +"qrN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"qrP" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"qrR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qsg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"qsj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"qsu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"qsA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"qsU" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"qsV" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 5 + }, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"qtb" = ( +/obj/machinery/vending/games, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qtd" = ( +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"qtg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qtl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/spacebridge) +"qts" = ( +/obj/structure/table, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"qtw" = ( +/obj/structure/table, +/obj/item/crowbar/large/heavy, +/obj/item/stack/cable_coil, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"qtE" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/hos{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/landmark/start/head_of_security, +/turf/open/floor/iron/checker, +/area/station/command/heads_quarters/hos) +"qtG" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/fore) +"qtQ" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"qtW" = ( +/obj/structure/window/reinforced/spawner, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/service/theater) +"quf" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/commons) +"qui" = ( +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"quo" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"quq" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/crate/cardboard, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/clown, +/turf/open/floor/plating, +/area/station/science/auxlab/firing_range) +"quw" = ( +/obj/structure/table/wood, +/obj/item/toy/plush/lizard_plushie/green{ + name = "Dark-Will-Fall"; + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/flashlight/lantern{ + pixel_x = 7; + pixel_y = 15 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/aft) +"quQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"quS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"quU" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/captain) +"qvr" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"qvD" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"qvG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"qvL" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"qvM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"qvQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/north, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"qwa" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/chair/office/light, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"qwn" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"qwq" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/computer/prisoner/management{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"qww" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"qwC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron, +/area/station/security) +"qwG" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/decal/cleanable/glass, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"qwV" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "prisonsol"; + name = "Prison Solar Array" + }, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/port) +"qxh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"qxj" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"qxk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"qxn" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"qxw" = ( +/obj/structure/table/wood, +/obj/item/restraints/handcuffs/fake, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"qxN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/textured_large, +/area/station/command/heads_quarters/cmo) +"qxP" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"qxX" = ( +/obj/structure/window/spawner, +/obj/structure/flora/bush/large/style_random{ + pixel_x = -21; + pixel_y = -3 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/science/research) +"qyo" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"qyq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Turbine to Waste" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qyx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"qyz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"qyB" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"qyH" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/machinery/light/dim/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"qyN" = ( +/obj/structure/railing, +/turf/open/space/basic, +/area/space/nearstation) +"qyO" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/item/storage/secure/safe/directional/north{ + name = "evidence safe" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"qyT" = ( +/turf/closed/wall, +/area/station/hallway/secondary/exit/departure_lounge) +"qyY" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"qzc" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/sandstone{ + name = "The Rat's Den" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"qzi" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"qzj" = ( +/obj/machinery/airalarm/directional/west, +/obj/structure/table/glass, +/turf/open/floor/iron/white, +/area/station/science/research) +"qzn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/departments/aiupload/directional/south, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"qzq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/station/science/research) +"qzs" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/tram) +"qzw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"qzD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"qzL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"qzO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"qzT" = ( +/obj/item/bikehorn/rubberducky{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/bikehorn/rubberducky{ + pixel_x = 7; + pixel_y = -1 + }, +/obj/item/bikehorn/rubberducky{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"qAn" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"qAs" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"qAE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"qBc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/execution/transfer) +"qBg" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/ai_module/reset{ + pixel_y = 14 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"qBi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/security/tram) +"qBj" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/cargo/boutique) +"qBy" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L5" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"qBz" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/mannequin/plastic, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/cargo/boutique) +"qBG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"qBN" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"qBT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"qCb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"qCg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"qCi" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/sofa/bamboo/right{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"qCq" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"qCF" = ( +/obj/machinery/bookbinder, +/obj/machinery/light/small/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qCR" = ( +/obj/structure/chair/sofa/bamboo/left{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"qCU" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/table/reinforced, +/obj/item/key/security{ + pixel_y = 6 + }, +/obj/item/toy/figure/warden{ + pixel_y = -5 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"qCY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"qDc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/tram) +"qDi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"qDp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"qDr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"qDu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"qDx" = ( +/obj/structure/toilet, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/iron/white/small, +/area/station/maintenance/port/aft) +"qDD" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"qDK" = ( +/obj/machinery/light_switch/directional/west, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"qDN" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qDO" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"qDP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/stool/directional/north, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"qEa" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Bar Backroom Maintenence" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"qEe" = ( +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"qEp" = ( +/obj/machinery/chem_master/condimaster{ + desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; + name = "BrewMaster 2199" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"qEz" = ( +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Holding Cell"; + req_access = list("security") + }, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs) +"qEB" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/lower) +"qEO" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"qFb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"qFh" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"qFv" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"qFA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"qFB" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/paper/guides/jobs/hydroponics, +/obj/item/pen{ + pixel_x = 11 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"qFO" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qGu" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/item/radio/intercom/directional/south, +/obj/machinery/computer/records/security{ + dir = 1 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"qGw" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"qGB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"qGH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/turf/open/floor/iron, +/area/station/security) +"qGT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"qGY" = ( +/obj/effect/landmark/start/cook, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"qHb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"qHg" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"qHm" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/obj/structure/desk_bell{ + pixel_x = 8; + pixel_y = 11 + }, +/obj/effect/spawner/random/food_or_drink/condiment{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"qHt" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"qHy" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"qHH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"qHI" = ( +/obj/structure/table/reinforced, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria{ + pixel_y = 2 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"qHY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"qIc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"qIf" = ( +/turf/closed/wall, +/area/station/medical/cryo) +"qIg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/west, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"qIk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"qIp" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/processing) +"qIv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"qID" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"qIO" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"qIP" = ( +/obj/machinery/food_cart, +/obj/machinery/button/door/directional/west{ + id = "barki"; + name = "Shutters Control" + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"qIQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"qIZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"qJa" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/restaurant_portal/restaurant, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"qJj" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/commons) +"qJq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"qJr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"qJB" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons) +"qJJ" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"qJS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron, +/area/station/commons) +"qKe" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green, +/obj/machinery/module_duplicator, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"qKt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"qKv" = ( +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qKD" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"qKE" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/cafeteria) +"qKI" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron/small, +/area/station/maintenance/port/aft) +"qKN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/service/theater) +"qKO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"qKS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/airlock/medical/glass{ + name = "CMO Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"qKZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/disposal/incinerator) +"qLc" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet3"; + name = "Auxillary" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"qLd" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 9 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"qLf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"qLh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"qLj" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/red{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"qLl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/window/reinforced/tram/right/directional/east, +/obj/structure/chair/comfy/shuttle, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"qLq" = ( +/obj/machinery/recharge_station, +/obj/machinery/button/door/directional/west{ + id = "Toilet3"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_x = 0; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"qLt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"qLy" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/item/clothing/suit/toggle/owlwings/griffinwings, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"qLA" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 5 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"qLB" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"qLD" = ( +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/security/courtroom) +"qMb" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"qMp" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/security/courtroom) +"qMK" = ( +/turf/closed/wall, +/area/station/command/bridge) +"qMP" = ( +/obj/structure/closet/firecloset, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"qMQ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/science/ordnance/testlab) +"qMX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/modular_computer/console/preset/cargochat/cargo, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"qNj" = ( +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"qNn" = ( +/turf/closed/wall/r_wall, +/area/station/service/abandoned_gambling_den/gaming) +"qNw" = ( +/obj/structure/hedge, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qNx" = ( +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron, +/area/station/security/courtroom) +"qNz" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"qNF" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"qNO" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"qOc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"qOj" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/effect/spawner/random/techstorage/ai_all, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"qOm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"qOv" = ( +/obj/structure/industrial_lift/tram/white, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"qON" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/table, +/obj/item/stock_parts/micro_laser{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = 2 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"qOO" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"qPc" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"qPr" = ( +/obj/structure/table, +/obj/item/exodrone{ + pixel_y = 8 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"qPC" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"qPN" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/safe) +"qPY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/announcement_system, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"qQg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"qQo" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"qQt" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/greyscale, +/obj/item/folder/blue, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"qQv" = ( +/turf/open/floor/iron, +/area/station/security/prison/rec) +"qQB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"qQK" = ( +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/science/lower) +"qQP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qQR" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/screwdriver, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"qRc" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"qRh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qRo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public{ + name = "Abandoned Dock" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"qRq" = ( +/turf/closed/wall/rust, +/area/station/security/checkpoint/supply) +"qRs" = ( +/obj/structure/chair/stool/directional/north, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"qRB" = ( +/obj/structure/table, +/obj/machinery/computer/libraryconsole/bookmanagement{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"qRG" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"qRI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"qRM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"qRN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"qRO" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"qRQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"qRU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"qRW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qSv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"qSC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"qSG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/machinery/recharger{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_x = -6 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"qSH" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"qSS" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/supply) +"qSU" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L9" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"qTe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/research) +"qTk" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"qTv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/furniture_parts, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"qTx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"qTH" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/closet/secure_closet/bar, +/obj/item/stack/spacecash/c100, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c1, +/obj/item/stack/spacecash/c1, +/obj/item/stack/spacecash/c1, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"qTJ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"qTK" = ( +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"qTM" = ( +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"qTP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Vacant Comissary" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons/vacant_room/commissary) +"qTR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"qUa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qUe" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/glass, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"qUf" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qUm" = ( +/obj/structure/table/glass, +/obj/item/folder/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"qUs" = ( +/obj/machinery/door/window/right/directional/west{ + name = "Counter Access"; + req_access = list("shipping") + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"qUt" = ( +/turf/closed/wall, +/area/station/maintenance/central/lesser) +"qUu" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"qUA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"qUF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"qUS" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"qUZ" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"qVa" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"qVn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"qVo" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"qVK" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"qVM" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/lab) +"qVP" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/port/lesser) +"qVR" = ( +/turf/open/floor/wood, +/area/station/cargo/boutique) +"qVV" = ( +/turf/closed/wall, +/area/station/security/brig) +"qVZ" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"qWd" = ( +/obj/structure/frame/machine, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"qWh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/decoration/flower{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"qWm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"qWo" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/medical/psychology) +"qWF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner, +/area/station/science/research) +"qWJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"qWL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"qWT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"qXa" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/south, +/obj/effect/spawner/random/food_or_drink/condiment, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"qXe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"qXh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"qXj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"qXl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"qXB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"qXG" = ( +/obj/machinery/computer/bank_machine{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"qXL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/sign/warning/pods/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"qXQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/departments/holy/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"qYc" = ( +/obj/machinery/photocopier, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qYh" = ( +/obj/structure/closet/crate/silvercrate, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"qYn" = ( +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/iron/dark/small, +/area/station/security/tram) +"qYq" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"qYu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"qYx" = ( +/obj/structure/cable, +/obj/machinery/camera/directional/north{ + c_tag = "Atmospherics - Port" + }, +/obj/structure/fireaxecabinet/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qYy" = ( +/obj/structure/cable, +/obj/structure/barricade/wooden, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"qYD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/shower) +"qYK" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/disposaloutlet{ + name = "Cargo Deliveries" + }, +/turf/open/floor/plating, +/area/station/security/brig/entrance) +"qZe" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"qZf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"qZn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/departments/medbay/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"qZp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"qZq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + id_tag = "private_a"; + name = "Private Quarters A" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons/dorms) +"qZB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"qZG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"qZR" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"qZU" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"raf" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/security/tram) +"raj" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"ram" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"rao" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"raz" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Lavatorie" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"raC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/sofa/bamboo/left{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"raE" = ( +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"raM" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"raX" = ( +/obj/structure/chair/sofa/bamboo/right{ + dir = 4 + }, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"rba" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"rbh" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"rbo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"rbs" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/pharmacy) +"rbD" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Primary Treatment Centre" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"rbO" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"rbU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rce" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology - Cell 3"; + dir = 6; + network = list("ss13","rd","xeno") + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rch" = ( +/obj/item/clothing/suit/costume/xenos, +/obj/item/clothing/head/costume/xenos, +/obj/structure/closet/crate, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"rcl" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rcp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"rcr" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/crowbar/red, +/obj/item/reagent_containers/cup/watering_can, +/obj/item/circuitboard/machine/biogenerator, +/obj/item/wirecutters, +/obj/item/wrench, +/obj/item/shovel/spade, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"rcw" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/commons/dorms) +"rcz" = ( +/obj/machinery/hydroponics/soil{ + pixel_y = 8 + }, +/obj/effect/spawner/random/food_or_drink/seed, +/obj/machinery/light/small/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/aft) +"rcN" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"rdb" = ( +/obj/machinery/door/airlock/public{ + name = "Abandoned Domiciles" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/firedoor, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"rdk" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"rdo" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/jungle/a/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/window/spawner/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/service/hydroponics) +"rdw" = ( +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"rdy" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"rdC" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"rdE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/processing) +"rdK" = ( +/obj/structure/chair/office, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"rdM" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"rdW" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/broken/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"ree" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"reg" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"reh" = ( +/turf/closed/wall/r_wall, +/area/station/science/robotics/lab) +"rej" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"reo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/sparker/directional/north{ + id = "Xenobio" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rer" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"reE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"reG" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_x = 15; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"reH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/hallway/secondary/entry) +"reM" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/escape) +"reN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"reT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"reU" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/chem_heater/withbuffer, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"reW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"reX" = ( +/obj/structure/training_machine, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"reZ" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"rfe" = ( +/obj/structure/cable, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"rfi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"rfq" = ( +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/trimline/blue/end, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"rfs" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"rfD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"rfI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/full, +/obj/effect/landmark/start/bartender, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"rfJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rfZ" = ( +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"rgc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"rgf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/plasticflaps/opaque, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/maintenance/central/greater) +"rgx" = ( +/obj/structure/table, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"rgz" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"rgA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"rgK" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"rgS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"rgT" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/port) +"rhj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"rho" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rhD" = ( +/obj/structure/cable, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rhH" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"rhL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"rie" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"rif" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"rig" = ( +/obj/machinery/door/poddoor/massdriver_chapel, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"rij" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/effect/landmark/start/cook, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"ril" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"rir" = ( +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"rix" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"riM" = ( +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/cafeteria) +"riV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"riZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/mining{ + name = "Drone Bay" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rjb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/pew{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/station/service/theater) +"rje" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"rji" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rjz" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L11" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"rjJ" = ( +/obj/structure/closet{ + name = "Paramedic Supplies" + }, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/machinery/light/cold/directional/north, +/obj/machinery/light_switch/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"rjP" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/port/fore) +"rkb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/pew{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/theater) +"rkr" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) +"rkF" = ( +/obj/effect/spawner/random/structure/musician/piano/random_piano, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"rkO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Transferring Center" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured_half, +/area/station/security/processing) +"rkR" = ( +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"rkY" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"rlb" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"rld" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/departments/science/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"rle" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"rlg" = ( +/obj/structure/chair/office, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"rlh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rlr" = ( +/turf/closed/wall, +/area/station/medical/storage) +"rlz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"rlB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"rlH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"rlM" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/air_sensor/ordnance_burn_chamber, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"rlN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"rlV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/frame/computer{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"rmu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/landmark/start/assistant, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rmG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"rmX" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/iron, +/area/station/security/courtroom) +"rmZ" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/security/courtroom) +"rne" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"rnn" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"rnE" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "chem_lockdown"; + name = "Chemistry Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/chemistry) +"rnF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rnJ" = ( +/obj/structure/chair/stool/directional/west, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"rnV" = ( +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"rnY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/mail_sorting/service/library, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"roi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"rov" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/white/textured_large, +/area/station/command/heads_quarters/cmo) +"row" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"roz" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"roB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "garbage"; + name = "trash belt" + }, +/turf/open/floor/plating, +/area/station/service/janitor) +"roC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/science/xenobiology) +"roD" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"roE" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"roS" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"roV" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"roZ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/rdconsole{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"rpb" = ( +/obj/structure/sign/directions/dorms{ + dir = 4 + }, +/turf/closed/wall, +/area/station/commons/dorms) +"rpg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rpi" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"rpk" = ( +/turf/open/floor/iron/white, +/area/station/science/research) +"rpo" = ( +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/brig) +"rpq" = ( +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"rpv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table, +/obj/item/storage/crayons{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/toy/crayon/purple, +/turf/open/floor/iron, +/area/station/commons) +"rpy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rpJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rpV" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"rqc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/machinery/camera/directional/south, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"rqd" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"rqm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"rqq" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/office) +"rqw" = ( +/turf/closed/wall, +/area/station/commons/dorms) +"rqA" = ( +/obj/machinery/button/door/directional/west{ + id = "private_a"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = -7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"rqJ" = ( +/obj/structure/curtain/cloth, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/red, +/area/station/commons/dorms) +"rqM" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/cold/directional/west, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/blood_filter, +/obj/item/circular_saw, +/obj/item/bonesetter, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"rqQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"rqR" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rrb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"rrq" = ( +/obj/structure/closet, +/turf/open/floor/plating, +/area/station/cargo/office) +"rrt" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/science/robotics/augments) +"rrx" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"rrA" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"rrC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rrF" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rrH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"rrQ" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"rrU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"rrZ" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash/garbage, +/obj/effect/spawner/random/trash/garbage, +/obj/effect/spawner/random/contraband/prison, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"rsg" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"rss" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"rsv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"rsy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rsz" = ( +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + name = "medical bed" + }, +/obj/item/bedsheet/medical, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"rsH" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"rsL" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/fore) +"rsV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Coldroom Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rtf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rth" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"rto" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"rtr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"rts" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rtu" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/scan_consolenew{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/machinery/light/dim/directional/north, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"rty" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"rtQ" = ( +/turf/closed/wall/r_wall, +/area/station/security/tram) +"rui" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ruo" = ( +/obj/structure/cable, +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/lower) +"ruD" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"ruJ" = ( +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/obj/structure/closet/l3closet/scientist, +/obj/item/storage/bag/xeno, +/turf/open/floor/iron/white/side, +/area/station/science/xenobiology) +"ruO" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/lab) +"ruV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ruY" = ( +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"rvp" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/hallway/abandoned_command) +"rvy" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rvz" = ( +/obj/machinery/gravity_generator/main, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"rvD" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/requests_console/directional/south, +/obj/structure/closet/secure_closet/security, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"rvE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"rvO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"rvX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/west{ + dir = 2; + name = "Genetics Desk"; + req_access = list("genetics") + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_large, +/area/station/science/research) +"rvY" = ( +/obj/effect/turf_decal/tile/green/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"rwg" = ( +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/science/research) +"rwk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Genetics" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/genetics, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"rwo" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/camera/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rwq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"rwB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "fab1" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"rwP" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"rwQ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"rwR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rwS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"rwT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rwW" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"rxo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"rxu" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/south, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/razor, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"rxM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rxT" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/item/modular_computer/laptop, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"ryi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ryj" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/structure/window/reinforced/tram/front, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"rym" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Public Shrine" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"ryn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/lower) +"ryp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"ryt" = ( +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"ryy" = ( +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"ryF" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"ryP" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/airalarm/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rza" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"rzu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/floor, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"rzC" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rzG" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/mob/living/simple_animal/bot/secbot/beepsky/officer, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"rzJ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"rAb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"rAg" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"rAj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"rAn" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"rAt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"rAv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"rAy" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"rAA" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"rAC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"rAD" = ( +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"rAG" = ( +/obj/structure/table, +/obj/structure/sign/warning/radiation/rad_area/directional/east, +/obj/machinery/light/small/directional/south, +/obj/item/storage/box/gum/bubblegum, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"rAN" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"rAR" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/security/glass{ + name = "Holding Cell" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"rBb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"rBe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"rBx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"rBy" = ( +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/security/prison) +"rBz" = ( +/obj/structure/bodycontainer/morgue{ + dir = 2 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"rBE" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/effect/landmark/secequipment, +/turf/open/floor/iron, +/area/station/security/tram) +"rBG" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/large/style_random{ + pixel_x = -17; + pixel_y = 2 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/spawner/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/service/hydroponics) +"rBI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"rBN" = ( +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"rBQ" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"rBY" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"rCd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rCj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"rCp" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/table/glass, +/obj/machinery/requests_console/directional/south{ + department = "Virology"; + name = "Virology Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"rCv" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"rCB" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security) +"rDf" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"rDj" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"rDx" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"rDy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"rDA" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/dim/directional/west, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"rDS" = ( +/obj/machinery/computer/exodrone_control_console{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rEb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"rEe" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/dim/directional/west, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/machinery/atmospherics/components/binary/pump/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/prison/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"rEL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rFa" = ( +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/delivery_chute{ + name = "Service Deliveries" + }, +/obj/structure/sign/departments/botany/directional/north, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/structure/plasticflaps{ + name = "Service Deliveries" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"rFn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"rFp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ + pixel_x = 24 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/ordnance/testlab) +"rFy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"rFF" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"rFH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/window/right/directional/north{ + dir = 4; + name = "Research Delivery"; + req_access = list("science") + }, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/science/research) +"rFP" = ( +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/delivery_chute{ + name = "Security Deliveries" + }, +/obj/structure/sign/departments/security/directional/north, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/plasticflaps{ + name = "Security Deliveries" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"rFQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"rFV" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"rFW" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute{ + name = "Engineering Deliveries" + }, +/obj/structure/sign/departments/engineering/directional/north, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/plasticflaps{ + name = "Engineering Deliveries" + }, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"rGc" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"rGm" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/computer/security, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching Prison Wing holding areas."; + name = "Prison Monitor"; + network = list("prison"); + pixel_y = 30 + }, +/turf/open/floor/iron, +/area/station/security/warden) +"rGp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Testing Chamber" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"rGq" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/delivery_chute{ + name = "Science Deliveries" + }, +/obj/structure/sign/departments/science/directional/north, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/plasticflaps{ + name = "Science Deliveries" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"rGt" = ( +/obj/machinery/exodrone_launcher, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rGB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"rGI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"rGL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/picket_sign{ + desc = "Can't you read? it clearly says what it says!"; + name = "DO NOT ENTER" + }, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"rGN" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rGO" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/screwdriver, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"rHd" = ( +/obj/effect/turf_decal/tile/brown/full, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"rHm" = ( +/obj/effect/turf_decal/tile/brown/full, +/obj/machinery/chem_master/condimaster{ + desc = "Looks like a knock-off chem-master. Perhaps useful for separating liquids when mixing drinks precisely. Also dispenses condiments."; + name = "HoochMaster Deluxe"; + pixel_x = -4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"rHp" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"rHw" = ( +/obj/structure/window/reinforced/spawner, +/turf/open/space/basic, +/area/space/nearstation) +"rHy" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"rHD" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"rHH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"rHP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"rHQ" = ( +/obj/machinery/deepfryer, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"rHT" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"rIg" = ( +/obj/machinery/griddle, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"rIn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"rIH" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"rIJ" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"rIO" = ( +/obj/effect/spawner/random/trash, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"rIS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"rIY" = ( +/turf/closed/wall/r_wall, +/area/station/construction/mining/aux_base) +"rJh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"rJi" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"rJl" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"rJo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"rJp" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/door/window/right/directional/west{ + name = "Bar Delivery"; + req_access = list("bar") + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"rJs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"rJv" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"rJw" = ( +/mob/living/carbon/human/species/monkey{ + name = "George" + }, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"rJH" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"rJT" = ( +/obj/structure/chair/sofa/left/maroon, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"rJW" = ( +/obj/machinery/suit_storage_unit/hos, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/checker, +/area/station/command/heads_quarters/hos) +"rJY" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"rJZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/trash/popcorn/salty, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"rKv" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"rKC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"rKL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/pew{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/service/theater) +"rKV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"rLr" = ( +/obj/machinery/door/poddoor/incinerator_ordmix, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"rLv" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/mid/directional/south, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"rLw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rLN" = ( +/obj/structure/safe, +/obj/item/lazarus_injector, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"rLT" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"rMa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"rMm" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"rMn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"rMt" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"rMV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rMY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rNd" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"rNA" = ( +/turf/open/floor/wood, +/area/station/service/theater) +"rNJ" = ( +/obj/effect/spawner/random/entertainment/arcade, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"rNK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"rNU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"rNY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/meter, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/security/execution/education) +"rOb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rOm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/pew{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/service/theater) +"rOo" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"rOs" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/lower) +"rOx" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"rOz" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rOD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"rOG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"rOJ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"rON" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rOW" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/server) +"rOX" = ( +/turf/closed/wall, +/area/station/science/robotics/augments) +"rPf" = ( +/turf/closed/wall/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"rPl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rPm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"rPz" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green{ + pixel_y = 12 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"rPT" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"rQi" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/main) +"rQt" = ( +/obj/effect/landmark/start/mime, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"rQw" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rQA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rQC" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"rQF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Pharmacy" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"rQS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"rRf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/courtroom) +"rRn" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/space/basic, +/area/space/nearstation) +"rRp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"rRu" = ( +/obj/structure/transit_tube/horizontal, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"rRy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"rRz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/courtroom) +"rRF" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms) +"rRK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"rRQ" = ( +/obj/structure/hedge, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"rRR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rRT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"rRU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"rRW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/courtroom) +"rRY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rSi" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"rSj" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"rSm" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"rSw" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"rSz" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"rSB" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"rSS" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/security/tram) +"rST" = ( +/turf/closed/wall, +/area/station/cargo/storage) +"rTq" = ( +/obj/machinery/photocopier, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"rTt" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/machinery/modular_computer/console/preset/command{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"rTy" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"rTA" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"rTD" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"rTJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/sink/directional/south{ + dir = 8; + pixel_x = 14; + pixel_y = 0 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"rTU" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"rUd" = ( +/turf/closed/wall, +/area/station/security/prison) +"rUg" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"rUt" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"rUB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/spacebridge) +"rUE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"rUI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"rUR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/table_or_rack, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"rUV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=7.0-Arrivals-Pharmacy"; + location = "6.3-Arrivals" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rVj" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/cold/directional/north, +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/broadcaster, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"rVn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/security/prison/safe) +"rVy" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"rVz" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"rVQ" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"rVT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"rVV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"rVX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/lab) +"rWm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"rWr" = ( +/obj/structure/table, +/obj/item/stock_parts/matter_bin{ + pixel_x = 6; + pixel_y = 15 + }, +/obj/item/stock_parts/matter_bin{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"rWs" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/clothing/head/costume/griffin, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"rWA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"rWE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"rWM" = ( +/obj/structure/table, +/obj/item/exodrone{ + pixel_y = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rWO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"rWW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"rXm" = ( +/obj/structure/chair/office, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rXr" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rXv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"rXw" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rXQ" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rXW" = ( +/obj/structure/flora/bush/flowers_yw, +/obj/machinery/door/window/left/directional/west{ + name = "Monkey Pen"; + req_access = list("genetics") + }, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/science/genetics) +"rYd" = ( +/obj/structure/chair/sofa/left, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"rYm" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"rYp" = ( +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"rYv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rYD" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rYG" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"rZc" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"rZh" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Central Atmospherics" + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"rZi" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Fore-Starboard Solar Array" + }, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/aft) +"rZj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"rZk" = ( +/obj/structure/rack, +/obj/machinery/light/small/directional/north, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"rZn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"rZt" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"rZu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"rZG" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"rZH" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"rZK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rZL" = ( +/obj/structure/bed/maint, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"rZN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/full, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"sas" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/blue, +/area/station/cargo/boutique) +"say" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"saY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"saZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"sbm" = ( +/obj/structure/plasticflaps/opaque, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/maintenance/central/greater) +"sbq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/freezerchamber) +"sbr" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple, +/obj/item/storage/box/bodybags{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"sbv" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/box/monkeycubes{ + pixel_x = 16; + pixel_y = 9 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/pill_bottle/mutadone{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"sbB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"sbC" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/item/clothing/gloves/latex{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/gloves/latex{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/storage/box/disks{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/machinery/light/dim/directional/north, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"sbN" = ( +/obj/machinery/rnd/server, +/turf/open/floor/circuit, +/area/station/science/server) +"sbU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"sbX" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"scg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"scj" = ( +/turf/closed/wall/r_wall, +/area/station/science/lower) +"sck" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"scl" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/evac/directional/west, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"sco" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"scv" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/machinery/light/small/broken/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"scz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sdf" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"sdg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"sdm" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"sdQ" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sdT" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"sea" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white/corner, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"sei" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"sel" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"sem" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/lighter{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/lighter{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"sen" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"seE" = ( +/obj/structure/curtain/cloth, +/turf/open/floor/carpet/purple, +/area/station/commons/dorms) +"seM" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"seV" = ( +/obj/structure/transit_tube/horizontal, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"sfb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"sfh" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/brown/full, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_x = 7; + pixel_y = -1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"sfv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"sfK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"sfL" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sfX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"sge" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/item/clothing/head/costume/festive, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"sgw" = ( +/obj/machinery/mass_driver/ordnance{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/end, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"sgC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sgE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"sgI" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"sgL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sgO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"sgR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"sgS" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/reagentgrinder{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"sgT" = ( +/obj/machinery/light/very_dim/directional/east, +/mob/living/simple_animal/hostile/ooze/gelatinous{ + name = "Cubie" + }, +/turf/open/floor/iron/recharge_floor, +/area/station/maintenance/port/aft) +"sgX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sgY" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"shf" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"shv" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/science/xenobiology) +"shw" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/sillycup{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/glass/sillycup{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/glass/sillycup{ + pixel_x = 7 + }, +/obj/item/reagent_containers/cup/glass/sillycup, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = -6; + pixel_y = 9 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"shD" = ( +/turf/closed/wall, +/area/station/hallway/secondary/recreation) +"shG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"shL" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod One"; + space_dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"shU" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/cook, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"sib" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"sid" = ( +/obj/structure/closet/crate, +/obj/item/clothing/mask/bandana/blue, +/obj/item/clothing/mask/bandana/blue, +/obj/item/clothing/mask/bandana/gold, +/obj/item/clothing/mask/bandana/gold, +/obj/item/clothing/mask/bandana/red, +/obj/item/clothing/mask/bandana/red, +/obj/item/clothing/mask/bandana/skull, +/obj/item/clothing/mask/bandana/skull, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/toy/basketball, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"sih" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = 8; + pixel_y = 2 + }, +/obj/effect/spawner/random/food_or_drink/condiment{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"sip" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/robot_suit, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"sir" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"sis" = ( +/turf/open/floor/grass, +/area/station/security/prison/garden) +"siv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/theater) +"siz" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/turf_decal/bot_red, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"siC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"siN" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/camera/directional/west, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"siP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/service/theater) +"sjp" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"sjq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"sjJ" = ( +/obj/structure/cable, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/command/heads_quarters/hop) +"skc" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"skf" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"skg" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"skh" = ( +/obj/machinery/processor/slime, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"skm" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"skn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/prison) +"skp" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/chem_dispenser{ + layer = 2.7 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"skH" = ( +/obj/structure/rack, +/obj/item/flashlight/lantern, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"skJ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"skO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/clothing/head/helmet/toggleable/riot{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/clothing/head/helmet/toggleable/riot{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/gun/energy/e_gun/dragnet, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"skP" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/auxlab/firing_range) +"skS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"skU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/security/prison/shower) +"skW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"skY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/theater) +"slp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"slq" = ( +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"sls" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/trash/popcorn/salty{ + pixel_x = -14 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"slv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"slw" = ( +/turf/closed/wall, +/area/station/cargo/drone_bay) +"slx" = ( +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"slG" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 13; + name = "port bay 2"; + shuttle_id = "ferry_home"; + width = 5 + }, +/turf/open/space/basic, +/area/space) +"slJ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/storage/art) +"slL" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"slY" = ( +/turf/closed/wall, +/area/station/maintenance/port/fore) +"smc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"smf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"smh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=23.4-Evac"; + location = "23.3-Evac" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"smk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"smo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"smH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"smV" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"snc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"sne" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"snn" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/station/science/explab) +"sny" = ( +/obj/machinery/holopad, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/security/courtroom) +"snK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/courtroom) +"snZ" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"sob" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/fuel_pellet, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"sok" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"sor" = ( +/obj/machinery/computer/exoscanner_control{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"sos" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"sot" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"soA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood, +/obj/structure/bed/dogbed/ian, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"soD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"soN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table, +/obj/item/toy/crayon/rainbow{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = -12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"soO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"spg" = ( +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/airlock/security{ + name = "Courtroom" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"spi" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs/auxiliary) +"spH" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"spK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"spP" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"spU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/machinery/computer/crew, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"spW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sqe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sqh" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"sqo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/sink/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sqp" = ( +/obj/machinery/light/cold/directional/west, +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"sqz" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sqA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/item/folder/red, +/obj/item/radio{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"sqD" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"sqS" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -18; + pixel_y = 4 + }, +/obj/machinery/recharger, +/obj/machinery/requests_console/directional/north{ + assistance_requestable = 1; + department = "Security"; + name = "Security Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"sqV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"sqY" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -20; + pixel_y = -16 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/recreation) +"srb" = ( +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"srm" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"srn" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/port/greater) +"srA" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"srE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"srF" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"srH" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"srK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"srN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"srW" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"ssb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"ssj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"sso" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"sst" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"ssz" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/science/xenobiology) +"ssF" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"ssY" = ( +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"stj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/maintenance/department/science/xenobiology) +"stP" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"stU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"stV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"stX" = ( +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"sul" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"suw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/checker, +/area/station/command/heads_quarters/hos) +"suK" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) +"suU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/engineering/main) +"svh" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"svo" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"svq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"svs" = ( +/turf/closed/wall, +/area/station/hallway/secondary/dock) +"svy" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"svz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Secure Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"svD" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/flowers_yw, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/science/genetics) +"svG" = ( +/turf/open/floor/engine, +/area/station/science/explab) +"svP" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"svQ" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/servingdish, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"svS" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Dormatories" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/commons/dorms) +"svU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/full, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/right/directional/east{ + dir = 8; + name = "Pharmacy Desk"; + req_access = list("pharmacy") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/pharmacy) +"svZ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/server) +"swb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four"; + space_dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"swh" = ( +/obj/structure/table/wood, +/obj/item/pen/fountain{ + pixel_x = -4 + }, +/obj/item/coin/gold{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"swt" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/bamboo, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/bartender, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"swB" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"swC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/maintenance/starboard/central) +"swF" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"swI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"swJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"swL" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/effect/turf_decal/bot_red, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"swN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"swO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/north, +/mob/living/simple_animal/chick{ + name = "Morgan" + }, +/turf/open/floor/grass, +/area/station/cargo/storage) +"sxm" = ( +/turf/closed/wall, +/area/station/tcommsat/server) +"sxu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four"; + space_dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/starboard/central) +"sxv" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"sxw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"sxA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"sxF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"sxL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"sxT" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/aft) +"syb" = ( +/obj/docking_port/stationary/random{ + dir = 4; + name = "lavaland"; + shuttle_id = "pod_4_lavaland" + }, +/turf/open/space/basic, +/area/space) +"syg" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"syh" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"syk" = ( +/turf/closed/wall, +/area/station/security/warden) +"syv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"syx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"syz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"syC" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"syE" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/spawner/directional/west, +/obj/machinery/vending/medical, +/obj/machinery/camera/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"syG" = ( +/obj/effect/spawner/xmastree, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"syN" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"syR" = ( +/obj/machinery/door/window/brigdoor/left/directional/east{ + id = "Cell 4"; + name = "Cell 4"; + req_access = list("security") + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"sze" = ( +/obj/structure/chair/sofa/left/maroon{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"szh" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"szy" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"szz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"szG" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/duct, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"szH" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/right/directional/west{ + name = "Hydroponics Desk"; + req_access = list("hydroponics") + }, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/turf/open/floor/iron/textured_large, +/area/station/hallway/primary/central/fore) +"szK" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"szM" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"szP" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/brown/full, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/requests_console/directional/south{ + department = "Bar"; + name = "Bar Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"szS" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/chem_dispenser/drinks{ + dir = 1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"szZ" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/brown/full, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = 7; + pixel_y = 17 + }, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = -6; + pixel_y = 15 + }, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"sAi" = ( +/obj/machinery/monkey_recycler, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"sAB" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"sAL" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/machinery/light/cold/directional/south, +/obj/machinery/requests_console/directional/south{ + department = "Kitchen"; + name = "Kitchen Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"sAT" = ( +/obj/machinery/deepfryer, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"sBa" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/industrial_lift/tram/white, +/obj/structure/window/reinforced/tram/mid/directional/north, +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"sBp" = ( +/obj/structure/table, +/obj/machinery/processor{ + pixel_y = 6 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"sBu" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/obj/machinery/firealarm/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"sBz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"sBL" = ( +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 8 + }, +/turf/closed/wall, +/area/station/commons/storage/art) +"sBV" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4; + piping_layer = 2 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"sCc" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"sCi" = ( +/turf/closed/wall, +/area/station/service/lawoffice) +"sCl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"sCp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Medbay" + }, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/dark/small, +/area/station/medical/medbay/central) +"sCw" = ( +/obj/structure/transit_tube/station/dispenser/flipped, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"sCB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public{ + name = "Locker Room" + }, +/turf/open/floor/iron/textured_half, +/area/station/commons/fitness/recreation) +"sCH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"sDj" = ( +/turf/closed/wall/r_wall, +/area/station/science/cytology) +"sDo" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/cold/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"sDp" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/effect/spawner/random/engineering/flashlight{ + pixel_y = 22 + }, +/obj/item/hand_tele{ + pixel_y = 2 + }, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron, +/area/station/command/teleporter) +"sDq" = ( +/obj/structure/hedge, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"sDA" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"sDT" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"sEn" = ( +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone{ + pixel_x = 16; + pixel_y = 7 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"sEp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"sEr" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"sEz" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"sEB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"sEC" = ( +/obj/machinery/light/cold/directional/south, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"sED" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"sEK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/trash/pistachios, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"sES" = ( +/obj/machinery/door/airlock/hatch{ + name = "Creature Pen" + }, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/cytology) +"sEU" = ( +/obj/machinery/atmospherics/components/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"sFg" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"sFk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"sFv" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology - Zoo"; + dir = 6; + network = list("ss13","rd","xeno") + }, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"sFz" = ( +/obj/structure/chair/stool/directional/east, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"sFH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"sFJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"sFW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"sGh" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"sGp" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"sGE" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"sGF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"sGI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"sGT" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"sHe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"sHg" = ( +/obj/machinery/air_sensor/nitrous_tank, +/turf/open/floor/engine/n2o, +/area/station/ai_monitored/turret_protected/ai) +"sHs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"sHV" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"sHX" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/engine, +/area/station/science/cytology) +"sId" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"sIg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"sIh" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/service/theater) +"sIj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"sIm" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"sIt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/holopad, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"sIA" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"sIG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/directions/evac/directional/west, +/obj/structure/sign/directions/science/directional/west{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/directions/security/directional/west{ + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"sIS" = ( +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"sIZ" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/item/pen/blue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"sJi" = ( +/obj/effect/landmark/start/depsec/medical, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"sJw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"sJF" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"sJI" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"sJN" = ( +/obj/effect/turf_decal/siding, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"sJR" = ( +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"sKq" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"sKv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"sKz" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/water_source/puddle, +/obj/structure/flora/bush/large/style_random{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/science/genetics) +"sKB" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"sKE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"sKI" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"sKS" = ( +/obj/structure/sign/poster/official/pda_ad{ + pixel_y = 32 + }, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"sKX" = ( +/obj/structure/table/reinforced/titaniumglass, +/obj/item/phone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics - Closet" + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"sLy" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"sLB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"sLD" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 9 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"sLE" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/closet/secure_closet/security/med, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"sLU" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"sLZ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/server) +"sMi" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"sMu" = ( +/obj/structure/cable, +/obj/structure/railing, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"sMw" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/server) +"sMD" = ( +/turf/closed/wall, +/area/station/science/server) +"sMG" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sMU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"sNg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"sNv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sNz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"sNL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"sNW" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"sNX" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"sOj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"sOk" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"sOm" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"sOp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"sOs" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"sOF" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"sON" = ( +/turf/closed/wall, +/area/station/service/bar/backroom) +"sOO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"sOR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/textured_half, +/area/station/commons/storage/art) +"sOW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"sPt" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"sPx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"sPE" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/turf_decal/bot_red, +/obj/machinery/light/cold/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"sPO" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"sPS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"sPT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"sQb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/research) +"sQd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"sQg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"sQn" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"sQv" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/structure/crate_empty, +/obj/item/stack/ore/iron{ + amount = 25 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"sQA" = ( +/obj/effect/turf_decal/siding/white, +/obj/structure/bed/maint, +/obj/structure/railing, +/turf/open/floor/stone, +/area/station/service/theater) +"sQS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/science/explab) +"sQU" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"sQY" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"sRg" = ( +/turf/closed/wall, +/area/station/commons/storage/tools) +"sRj" = ( +/obj/item/assembly/signaler, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"sRm" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"sRv" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/north{ + dir = 8; + name = "Hydroponics Desk"; + req_access = list("hydroponics") + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_large, +/area/station/hallway/primary/central/fore) +"sRL" = ( +/turf/closed/wall, +/area/station/service/janitor) +"sRP" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"sRR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sSj" = ( +/obj/machinery/smartfridge/food, +/turf/closed/wall, +/area/station/service/kitchen) +"sSp" = ( +/obj/effect/turf_decal/siding/green, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"sSq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"sSr" = ( +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/service/kitchen) +"sSt" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/kitchen) +"sSw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"sSx" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs/cable{ + pixel_x = -1 + }, +/obj/item/paper/crumpled{ + pixel_x = 9; + pixel_y = -5 + }, +/obj/item/dest_tagger{ + pixel_x = 19; + pixel_y = 6 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"sSA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table, +/obj/item/folder/yellow, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"sSF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sSK" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/table_frame, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"sSQ" = ( +/turf/closed/wall, +/area/station/maintenance/department/medical/central) +"sSS" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"sST" = ( +/obj/machinery/light/cold/directional/north, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"sSU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2"; + name = "Sort and Deliver"; + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"sSV" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"sSW" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"sSY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"sTa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/glass_large{ + name = "Diner" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/cafeteria) +"sTf" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"sTi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = 17 + }, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"sTk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/stack/sheet/cardboard{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/storage/box{ + pixel_x = 7; + pixel_y = 16 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"sTl" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/cafeteria) +"sTp" = ( +/turf/closed/wall, +/area/station/service/cafeteria) +"sTq" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"sTH" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"sTK" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"sTN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"sTR" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/medical/glass{ + name = "Medical Cold Room" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/coldroom) +"sTT" = ( +/obj/machinery/light_switch/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"sTW" = ( +/obj/machinery/door/airlock/glass_large{ + name = "Theatre" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/theater) +"sTX" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/machinery/requests_console/directional/west{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Ordnance Test Range"; + name = "Test Range Requests Console" + }, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"sUe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"sUg" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"sUq" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"sUy" = ( +/turf/closed/wall/r_wall, +/area/station/command/meeting_room) +"sUE" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"sUG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"sUZ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/security{ + name = "Security Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured_half, +/area/station/security) +"sVp" = ( +/obj/structure/table, +/obj/structure/sign/poster/official/corporate_perks_vacation{ + pixel_x = 32 + }, +/obj/item/newspaper, +/obj/item/newspaper{ + pixel_y = 5 + }, +/obj/item/newspaper{ + pixel_y = 10 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"sVA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sVN" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/workout) +"sVX" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"sWj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/theater) +"sWm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"sWq" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"sWA" = ( +/obj/machinery/door/airlock/glass{ + name = "Gold Standard Law Firm" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/grimy, +/area/station/maintenance/starboard/greater) +"sWC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/r_wall, +/area/station/commons/fitness/recreation) +"sWJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"sWQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"sXi" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"sXk" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/theater) +"sXo" = ( +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/obj/structure/sign/directions/command{ + dir = 1 + }, +/obj/structure/sign/directions/supply{ + dir = 1; + pixel_y = -8 + }, +/turf/closed/wall, +/area/station/service/theater) +"sXq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"sXw" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"sXz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"sXG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"sXM" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new, +/obj/machinery/firealarm/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"sXO" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"sXZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/docking_port/stationary/public_mining_dock{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"sYa" = ( +/turf/closed/wall/r_wall, +/area/station/science/robotics/augments) +"sYb" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector{ + dir = 8; + pixel_x = -4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/cytology) +"sYf" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/airalarm/engine{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter) +"sYo" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"sYs" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"sYt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/turf/open/floor/catwalk_floor/iron, +/area/station/engineering/storage/tech) +"sYF" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"sYK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"sZn" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/toy/windup_toolbox, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/plating, +/area/station/service/theater) +"sZu" = ( +/turf/closed/wall/rust, +/area/station/maintenance/department/engine) +"sZx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"sZF" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/security/courtroom) +"sZH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"sZJ" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"sZK" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/robotics/lab) +"sZQ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown/full, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"tab" = ( +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"tae" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"taf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/security/courtroom) +"tah" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"tat" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/computer/records/security, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"tax" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"taB" = ( +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"taD" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs/auxiliary) +"taL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"taZ" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_y = -3 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/machinery/camera/directional/west, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/recreation) +"tbb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Observation" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/execution/transfer) +"tbk" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/hatch{ + name = "Experimentation Chamber" + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/explab) +"tbq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"tbu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/explab) +"tbB" = ( +/obj/structure/table/reinforced, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/machinery/door/window/left/directional/south{ + dir = 1; + name = "Research Lab Desk"; + req_access = list("science") + }, +/obj/structure/desk_bell{ + pixel_x = -8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_large, +/area/station/science/lab) +"tbD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/lab) +"tbK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"tbM" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"tbS" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"tca" = ( +/turf/open/floor/carpet/donk, +/area/station/command/heads_quarters/qm) +"tcz" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"tcB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Service Breakroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/general, +/obj/machinery/duct, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/service) +"tcP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"tdg" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"tdh" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"tdu" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"tdv" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"tdw" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/science/genetics) +"tdx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"tdF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"tdI" = ( +/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/engine, +/area/station/engineering/gravity_generator) +"tdO" = ( +/obj/effect/turf_decal/stripes/white/end{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/maintenance/department/medical/central) +"tdS" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"tec" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"teq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/book/codex_gigas, +/obj/item/camera{ + pixel_y = 18 + }, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"teG" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"teP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/server) +"tfa" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"tfe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"tff" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = -9; + pixel_y = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"tfh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/wood, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"tfj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/machinery/door/airlock/command{ + name = "Research Division Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/server) +"tfy" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"tfE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/machinery/light/small/directional/east, +/obj/item/clipboard, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"tfH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"tfL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"tgj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"tgl" = ( +/turf/closed/wall, +/area/station/service/greenroom) +"tgp" = ( +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -6 + }, +/obj/machinery/door/window/left/directional/west{ + dir = 4; + name = "Robotics Desk"; + req_access = list("robotics") + }, +/obj/structure/desk_bell{ + pixel_x = 6 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "roboticshut"; + name = "Robotics Shutters" + }, +/turf/open/floor/iron/textured_large, +/area/station/science/robotics/lab) +"tgw" = ( +/obj/machinery/computer/cargo/request, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/hop) +"tgJ" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/medical/cryo) +"tgR" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"tgS" = ( +/obj/structure/table, +/obj/item/trash/cheesie{ + pixel_x = 7; + pixel_y = 8 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"thf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal, +/obj/item/storage/backpack, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/winterboots, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/start/hangover/closet, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/commons) +"thq" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"thv" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/right/directional/south{ + name = "Seed Extractor"; + req_access = list("hydroponics") + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_large, +/area/station/service/hydroponics) +"tii" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Starboard Quarter Solar Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/medical/central) +"tiC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"tiD" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tiM" = ( +/obj/structure/chair/stool/directional/west, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"tiN" = ( +/obj/effect/spawner/random/structure/crate_empty, +/obj/item/stack/ore/glass{ + amount = 20 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"tiQ" = ( +/obj/machinery/rnd/production/protolathe/department/science, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"tiR" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tiW" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"tjb" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tjj" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai_upload) +"tjQ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/item/storage/secure/safe/hos{ + pixel_x = 15; + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"tko" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"tkp" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Services Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/primary/central/aft) +"tkq" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"tlh" = ( +/obj/effect/spawner/structure/window, +/obj/structure/sign/warning/cold_temp/directional/north, +/turf/open/floor/plating, +/area/station/medical/coldroom) +"tll" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/landmark/start/quartermaster, +/turf/open/floor/iron, +/area/station/cargo/storage) +"tlt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"tlI" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"tlX" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"tlZ" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tmc" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tms" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"tmT" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Two"; + space_dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/maintenance/port/lesser) +"tmV" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tnb" = ( +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"tns" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/station/science/explab) +"tnt" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"tnu" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = 10; + pixel_y = 14 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"tnx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"tnO" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"tob" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Auxillary Base Construction" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/aux_base, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/construction/mining/aux_base) +"tod" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"tof" = ( +/turf/closed/wall/rust, +/area/station/ai_monitored/turret_protected/ai) +"ton" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"toA" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"toE" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"toH" = ( +/obj/machinery/door/poddoor{ + id = "pubminingdoor"; + name = "Mining Shuttle Hangar" + }, +/turf/open/floor/plating/airless, +/area/station/hallway/secondary/dock) +"toI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"toJ" = ( +/obj/structure/hoop{ + dir = 4; + pixel_x = -10; + pixel_y = 11 + }, +/obj/effect/turf_decal/trimline/white/end{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"toT" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"toU" = ( +/obj/structure/disposalpipe/junction/flip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"toY" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"tpk" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"tpl" = ( +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"tpm" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/noslip, +/area/station/security/tram) +"tpE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"tpH" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/maintenance, +/obj/item/pickaxe, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"tpK" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/obj/item/toy/basketball, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"tpO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"tqh" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"tqo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"tqq" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tqr" = ( +/obj/structure/hoop{ + dir = 8; + pixel_x = 10; + pixel_y = 11 + }, +/obj/effect/turf_decal/trimline/white/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"tqs" = ( +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"tqt" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/camera/autoname/directional/north, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tqz" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tqB" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/light_switch/directional/south, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"tqD" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/ai_upload) +"tqF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"tqK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tqT" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"tqV" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"tqX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"tqZ" = ( +/obj/effect/turf_decal/tile/dark_red, +/obj/machinery/light_switch/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"tro" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"trp" = ( +/turf/closed/wall, +/area/station/maintenance/port/aft) +"trI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"trK" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"trP" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/button/door/directional/south{ + id = "secbreach"; + name = "Emergency Breach Shutters"; + req_access = list("security") + }, +/turf/open/floor/iron, +/area/station/security) +"trS" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille, +/obj/item/shard, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"tsf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/tram) +"tst" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"tsA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/hidden, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"tsF" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/central/fore) +"tsL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tts" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"ttA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"ttD" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"ttI" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ttX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"tue" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"tug" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/security/execution/education) +"tux" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"tuE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/server) +"tuO" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"tuP" = ( +/obj/machinery/light/small/directional/east, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"tuR" = ( +/obj/machinery/door/window/right/directional/east{ + name = "Isolation Room 1"; + req_access = list("medical") + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/virology) +"tuT" = ( +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"tuU" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics/garden) +"tuW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"tuZ" = ( +/turf/closed/wall, +/area/station/security/brig/entrance) +"tvM" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"tvP" = ( +/obj/machinery/suit_storage_unit/captain, +/obj/machinery/light/small/directional/south, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/captain/private) +"tvS" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"tvZ" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"twf" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"twg" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"twh" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/stack/sheet/mineral/sandstone, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"twi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"twj" = ( +/obj/machinery/vending/coffee, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"twk" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/aft) +"twl" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/starboard) +"two" = ( +/obj/structure/table/reinforced, +/obj/structure/desk_bell{ + pixel_x = -8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/left/directional/north{ + req_access = list("security") + }, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/customs/auxiliary) +"tww" = ( +/obj/machinery/suit_storage_unit/security, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/small, +/area/station/security/tram) +"twz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"twC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"twE" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Recreation" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"twF" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"twJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"twN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"twR" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/sign/directions/supply/directional/west, +/obj/structure/sign/directions/engineering/directional/west{ + pixel_y = 8 + }, +/obj/structure/sign/directions/command/directional/west{ + pixel_y = -8 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"twZ" = ( +/obj/structure/chair/sofa/bench/right, +/obj/machinery/newscaster/directional/north, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"txh" = ( +/turf/closed/wall/r_wall, +/area/station/command/corporate_suite) +"txl" = ( +/obj/structure/chair/sofa/bench/left, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"txp" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"txt" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"txN" = ( +/turf/closed/wall, +/area/station/security/prison/workout) +"txV" = ( +/obj/machinery/button/door/directional/east{ + id = "AuxToilet3"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/toilet, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"tyh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"tyn" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/obj/effect/spawner/random/structure/grille, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"tyq" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"tyr" = ( +/obj/machinery/door/airlock/maintenance/external{ + name = "Captain's Escape" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"tyv" = ( +/obj/machinery/lapvend, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"tyx" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"tyA" = ( +/obj/machinery/vending/modularpc, +/obj/structure/sign/departments/science/alt/directional/east, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"tyD" = ( +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"tzq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"tzs" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"tzz" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/window/spawner, +/obj/structure/disposaloutlet{ + dir = 4; + name = "Cargo Deliveries" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/science/lobby) +"tzB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"tzD" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/table, +/obj/item/restraints/legcuffs/beartrap{ + pixel_x = 8; + pixel_y = 13 + }, +/obj/item/flashlight{ + pixel_y = 4 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"tzF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/steam_vent, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"tzH" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/vending/wardrobe/gene_wardrobe, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"tzJ" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"tAq" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"tAs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security) +"tAt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"tAu" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"tAE" = ( +/obj/structure/table, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"tAH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"tAI" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"tAP" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/dark/small, +/area/station/medical/morgue) +"tAQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"tAS" = ( +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"tAT" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"tBe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"tBk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"tBm" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"tBo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/tile, +/area/station/command/corporate_showroom) +"tBq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"tBv" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/command/corporate_dock) +"tBA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"tBG" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"tBL" = ( +/obj/machinery/door/airlock{ + id_tag = "study_c"; + name = "Study C" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons) +"tCg" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"tCk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"tCm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"tCq" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "aftstarboard"; + name = "Aft-Starboard Solar Array" + }, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/starboard/aft) +"tCx" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 18 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 18 + }, +/obj/item/clothing/suit/hazardvest, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/command/teleporter) +"tCz" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"tCD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/auxlab/firing_range) +"tCG" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/science/robotics/mechbay) +"tCZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"tDb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"tDd" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/machinery/shower/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"tDn" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/prison) +"tDq" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/commons) +"tDB" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"tDE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Departure Lounge" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"tDJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tDM" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/ordnance) +"tDP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"tDT" = ( +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"tDZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"tEj" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tEI" = ( +/mob/living/simple_animal/hostile/retaliate/goose/vomit, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"tEL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"tET" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tEW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tFg" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tFn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"tFs" = ( +/obj/structure/table/glass, +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/storage/medkit/regular{ + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tFA" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"tFE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/science/xenobiology) +"tFG" = ( +/obj/effect/turf_decal/tile/brown/full, +/obj/machinery/door/window/right/directional/west{ + name = "Bar Access"; + req_access = list("bar") + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"tFH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"tFJ" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"tFQ" = ( +/turf/closed/wall, +/area/station/medical/medbay/central) +"tFS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/research{ + name = "Development Division Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/lobby) +"tFX" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"tFY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tGe" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"tGp" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tGq" = ( +/turf/closed/wall, +/area/station/service/kitchen/coldroom) +"tGB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"tGI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"tGU" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"tHh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Kitchen Cold Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/service/kitchen/coldroom) +"tHK" = ( +/turf/closed/wall, +/area/station/security/prison/shower) +"tHL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"tHS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/research/anomaly_refinery, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"tIc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tIu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tIz" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"tIA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tII" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"tIL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tJe" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security) +"tJi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison) +"tJw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Secure Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"tJz" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/security/brig/entrance) +"tJD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tJF" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/rack, +/obj/item/storage/toolbox/emergency{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/clothing/mask/cigarette/cigar, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"tJG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kihall" + }, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tJO" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/smart/simple/brown/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"tJX" = ( +/turf/open/floor/plating, +/area/station/maintenance/aft) +"tKa" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"tKf" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"tKk" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"tKl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/work) +"tKm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tKy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tKC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"tKD" = ( +/obj/structure/flora/bush/large/style_random{ + pixel_x = -18; + pixel_y = 1 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/obj/machinery/light/floor{ + pixel_x = 32 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"tKG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/tank{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"tKO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/button/door/directional/east{ + id = "engsm"; + name = "Radiation Shutters Control"; + req_access = list("engineering") + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/meter, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"tKR" = ( +/obj/structure/cable, +/obj/machinery/power/smes, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"tLc" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/techstorage/service_all, +/obj/machinery/light/cold/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"tLn" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"tLt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"tLH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"tMh" = ( +/obj/structure/fireaxecabinet/directional/south, +/obj/machinery/door/window/brigdoor/left/directional/north{ + name = "Command Desk"; + req_access = list("command") + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"tMi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Services Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/primary/central/aft) +"tMj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"tMs" = ( +/obj/structure/cable, +/obj/machinery/telecomms/server/presets/service, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"tMx" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"tMy" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"tMR" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"tNc" = ( +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"tNn" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"tNs" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"tNu" = ( +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"tNz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"tNA" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"tNE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood, +/obj/structure/bed/maint, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"tNS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/rack, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "vaco"; + name = "Comissary Shutters" + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"tOk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"tOs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"tOX" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"tOZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"tPf" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"tPg" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"tPm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"tPH" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"tPP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"tPY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/mid_joiner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"tQx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"tQA" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"tQI" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"tQQ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"tRc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"tRw" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/research) +"tRE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"tRH" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"tRV" = ( +/obj/effect/turf_decal/trimline/white/line, +/obj/effect/turf_decal/trimline/white/mid_joiner, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation) +"tSe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"tSh" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"tSn" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"tSp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 1" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/safe) +"tSq" = ( +/obj/structure/cable, +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"tSs" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"tSu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"tSB" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"tTd" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"tTg" = ( +/obj/structure/table, +/obj/item/trash/cheesie{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/machinery/newscaster/directional/west, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"tTp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 8 + }, +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"tTs" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"tTx" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"tTA" = ( +/obj/structure/table/wood, +/obj/machinery/computer/pod/old, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/very_dim/directional/east, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"tTW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/machinery/camera/directional/east, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"tUb" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/structure/disposaloutlet{ + desc = "An outlet for the pneumatic disposal system. This one seems designed for rapid corpse disposal."; + name = "rapid corpse mover 9000" + }, +/turf/open/floor/plating, +/area/station/medical/morgue) +"tUc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Research Wing" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"tUo" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"tUz" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"tUD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"tUH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"tUI" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"tUK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/item/trash/flare{ + pixel_x = 11; + pixel_y = 21 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/primary/central/fore) +"tVc" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod One"; + space_dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"tVe" = ( +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"tVt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "roboticshut"; + name = "Robotics Shutters" + }, +/turf/open/floor/plating, +/area/station/science/robotics/lab) +"tVR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"tWj" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"tWo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"tWr" = ( +/obj/machinery/light/dim/directional/east, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/science/lab) +"tWx" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"tWB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"tWG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"tWK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"tWL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"tWQ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Departure Lounge" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"tWS" = ( +/obj/structure/bookcase/random/reference, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"tXp" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/white/corner, +/area/station/science/xenobiology) +"tXw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"tXP" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"tXT" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tYb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tYd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=2.0-Vault-SNexus"; + location = "1.5-PNexus-Vault" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tYj" = ( +/obj/item/exodrone, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"tYq" = ( +/turf/closed/wall, +/area/station/security/execution/transfer) +"tYx" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"tYH" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tYL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"tYN" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"tYQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"tYT" = ( +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"tYV" = ( +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"tYX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/central/aft) +"tZi" = ( +/obj/structure/sign/poster/contraband/got_wood{ + pixel_y = 31 + }, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"tZl" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/chem_master, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"tZt" = ( +/obj/machinery/light/small/broken{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/dresser, +/obj/item/toy/figure/curator{ + pixel_x = 2; + pixel_y = 13 + }, +/obj/item/toy/figure/detective{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"tZG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=3.0-StarboardHall-TechStorage"; + location = "2.5-SNexus-StarboardHall" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"tZJ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"tZR" = ( +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"tZV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uaa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"uab" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"uao" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/flora/tree/stump, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"uax" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"uaE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"uaP" = ( +/obj/structure/mirror/directional/east, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"uaV" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"ubf" = ( +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ubq" = ( +/obj/machinery/flasher/portable, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/security/tram) +"uby" = ( +/turf/closed/wall, +/area/station/security/prison/garden) +"ubB" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"ubK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/primary/central/fore) +"ubU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"uch" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"ucr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uct" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons) +"ucH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ucJ" = ( +/obj/machinery/door/window/left/directional/south{ + req_access = list("chapel_office") + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/service/chapel/funeral) +"ucR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ + name = "Prison Showers" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/shower) +"ucY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"ude" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"udt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"udv" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"udw" = ( +/obj/item/stack/cable_coil{ + pixel_x = -4; + pixel_y = -8 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/conveyor_switch/oneway{ + id = "fab2"; + pixel_x = 10; + pixel_y = 11 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"udA" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Security Desk"; + req_access = list("security") + }, +/obj/machinery/door/window/left/directional/north{ + name = "Security Desk" + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 11 + }, +/turf/open/floor/iron/textured_large, +/area/station/security/brig/entrance) +"udE" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"udI" = ( +/obj/structure/closet{ + name = "Evidence Closet 3" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"udK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=4.0-TechStorage-AftHall"; + location = "3.0-StarboardHall-TechStorage" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"udU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"udW" = ( +/obj/machinery/firealarm/directional/north, +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"udZ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"uej" = ( +/turf/closed/wall, +/area/station/hallway/secondary/service) +"ueo" = ( +/obj/machinery/light/small/broken{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/dresser, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"ueC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"ueG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"ueK" = ( +/obj/structure/cable, +/obj/machinery/oven, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ueR" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ueX" = ( +/turf/closed/wall/rust, +/area/station/maintenance/port/fore) +"ufb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth_half, +/area/station/hallway/primary/central/fore) +"uff" = ( +/obj/machinery/holopad, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"ufg" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"ufn" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ufu" = ( +/obj/machinery/light/cold/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ufE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"ufF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ufU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"uge" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ugh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ugj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ugC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ugH" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"ugJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"ugO" = ( +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"ugX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Augment Corridor" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"ugY" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"uhe" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/conveyor{ + dir = 9; + id = "fab2" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"uhj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uhu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/washing_machine, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"uhz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/clown, +/turf/open/floor/stone, +/area/station/service/theater) +"uhI" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"uhN" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"uhO" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"uhS" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"uia" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"uid" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"uii" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/trash/popcorn/caramel{ + pixel_y = 5 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"uij" = ( +/obj/docking_port/stationary{ + dheight = 4; + dir = 4; + dwidth = 4; + height = 9; + name = "Aux Base Zone"; + roundstart_template = /datum/map_template/shuttle/aux_base/default; + shuttle_id = "aux_base_zone"; + width = 9 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"uio" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"uiz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"uiB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"uiI" = ( +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"uiS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"uiW" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"uiY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ujl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"ujq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"ujr" = ( +/obj/structure/fluff/broken_flooring, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ujA" = ( +/turf/closed/wall/r_wall, +/area/station/security/warden) +"ujH" = ( +/obj/structure/sink/directional/south, +/obj/item/mop, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"ujO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction) +"ujT" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Sec Post Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ujZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"ukz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"ukB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"ukG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"ukI" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ukQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"ukV" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"ukW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"ulb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/airlock/medical/glass{ + name = "Cryogenics Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"uld" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/camera/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ull" = ( +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ulr" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clipboard{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/tram) +"ulI" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"ulK" = ( +/obj/structure/cable, +/obj/machinery/ntnet_relay, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"ulL" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"ulM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/mineral/stacking_machine{ + input_dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"ulO" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"ume" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"umi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"umr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"umz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"umI" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"umM" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"umO" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"unc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"unf" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"unt" = ( +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"unK" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"unM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Departure Lounge" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"unO" = ( +/obj/structure/frame, +/turf/open/floor/wood, +/area/station/maintenance/fore/greater) +"unS" = ( +/turf/closed/wall, +/area/station/maintenance/hallway/abandoned_recreation) +"uoh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"uoi" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/security/tram) +"uot" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"uoB" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/captain/private) +"uoE" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"uoM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"uoS" = ( +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/processing) +"uoW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"upe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"upg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/port) +"upj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/ammo_casing/spent{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/ammo_casing/spent, +/obj/item/ammo_casing/spent{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"upk" = ( +/obj/machinery/light/cold/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"upr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"upv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"upy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"upz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/starboard) +"upG" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/mechpad, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"upP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/science/research) +"upR" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-1" + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"uqc" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"uql" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/light_switch/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uqw" = ( +/turf/closed/wall/r_wall, +/area/station/commons/fitness/recreation) +"uqH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"uqL" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"uqO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"uqQ" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"urd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"urh" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"urk" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"urm" = ( +/obj/structure/table/glass, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"urn" = ( +/obj/structure/chair/pew/right, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/maintenance/starboard/greater) +"uro" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/sofa/left/maroon{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"uru" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"urv" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/starboard) +"urw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"urB" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/dock) +"urM" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"urO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/lower) +"urQ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/office) +"usg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"usl" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"usB" = ( +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/central) +"usF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/easel, +/obj/effect/turf_decal/siding/wood, +/obj/item/canvas/twentythree_twentythree, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"usI" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/security/tram) +"usJ" = ( +/turf/open/floor/iron/kitchen/small, +/area/station/maintenance/aft) +"uth" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L2" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"utm" = ( +/turf/closed/wall/r_wall, +/area/station/science/auxlab/firing_range) +"uto" = ( +/obj/structure/closet/emcloset, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"utD" = ( +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"utH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command/glass{ + name = "Quartermaster's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/heads_quarters/qm) +"utP" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/paper_bin/carbon{ + pixel_y = 6 + }, +/obj/item/pen/fountain{ + pixel_y = 7 + }, +/turf/open/floor/iron/small, +/area/station/security/office) +"utW" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"utY" = ( +/obj/structure/cable, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uub" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"uuh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/lawoffice) +"uuv" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L4" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"uuN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"uuS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"uvu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"uvA" = ( +/turf/closed/wall/r_wall, +/area/station/command/gateway) +"uvJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/medical/medbay/lobby) +"uwl" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L6" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=2.5-SNexus-StarboardHall"; + location = "2.0-Vault-SNexus" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uwx" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L10" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uwB" = ( +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"uwF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/command/corporate_dock) +"uwH" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/reinforced/spawner, +/obj/machinery/door/window/survival_pod{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"uwS" = ( +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/security/courtroom) +"uwU" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/bot, +/obj/structure/window/spawner/directional/east, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"uxd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"uxi" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L12" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"uxD" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 6 + }, +/obj/machinery/pdapainter/security, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/cold/directional/south, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"uxG" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/orange, +/obj/item/restraints/handcuffs, +/obj/item/reagent_containers/spray/pepper, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"uxL" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"uya" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"uye" = ( +/obj/machinery/door/window/right/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"uyg" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L14" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"uyp" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uyA" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"uyE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"uyH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"uyL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"uyO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/cold/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uyZ" = ( +/obj/structure/closet{ + name = "Evidence Closet 4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"uzd" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"uzj" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/prison/garden) +"uzo" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"uzJ" = ( +/turf/open/floor/iron, +/area/station/cargo/storage) +"uzK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"uzZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"uAb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/directions/vault/directional/south{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/starboard) +"uAi" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"uAo" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"uAw" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"uAF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"uAH" = ( +/obj/structure/bed/pod{ + desc = "An old medical bed, just waiting for replacement with something up to date."; + name = "medical bed" + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/bedsheet/medical, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"uAK" = ( +/obj/machinery/computer/security, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"uAV" = ( +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"uAX" = ( +/obj/structure/chair/stool/bar/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"uAY" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"uBc" = ( +/turf/closed/wall/r_wall, +/area/station/security/brig/entrance) +"uBg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"uBl" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/vending/medical, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/aft) +"uBn" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/brown/full, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/plate, +/obj/item/food/cheesynachos{ + pixel_y = 2 + }, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"uBu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"uBy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs, +/area/station/engineering/storage/tech) +"uBY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"uCe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/rack, +/obj/machinery/duct, +/obj/item/mop, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"uCh" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/full, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"uCp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"uCv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/effect/spawner/xmastree, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"uCJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/service/theater) +"uCO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uDg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"uDm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "chem_lockdown"; + name = "Chemistry Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/chemistry) +"uDv" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"uDE" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/aft) +"uDF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uDQ" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/airalarm/directional/north, +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"uEb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"uEg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"uEs" = ( +/obj/effect/turf_decal/trimline/blue/corner, +/obj/structure/table/glass, +/obj/machinery/light/cold/directional/east, +/obj/machinery/firealarm/directional/east, +/obj/item/storage/pill_bottle/mannitol{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/medicine{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"uEw" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"uEy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"uEC" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"uEG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uEI" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wideplating{ + dir = 4 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"uEP" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"uEQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uEV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"uFk" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/turf/open/misc/sandy_dirt, +/area/station/security/tram) +"uFm" = ( +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"uFo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uFs" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/glass, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"uFw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured_half, +/area/station/security/lockers) +"uFA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Research Wing" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"uFG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"uFJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"uFQ" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/spawner, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"uFV" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"uFZ" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"uGk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"uGA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Research Wing" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"uGK" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"uGN" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"uGO" = ( +/obj/structure/bed, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/brig) +"uGT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"uGU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/science/research, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/science/research) +"uGW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"uGX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"uHc" = ( +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/five, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"uHd" = ( +/turf/closed/wall, +/area/station/science/robotics/lab) +"uHe" = ( +/obj/structure/table_frame, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"uHf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/sign/departments/rndserver/directional/south, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"uHo" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"uHF" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"uHI" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/chapel/office) +"uHR" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"uIe" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"uIn" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"uIo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"uIt" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"uIv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"uIT" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"uIW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"uJD" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"uKl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"uKv" = ( +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"uKA" = ( +/obj/machinery/computer/warrant{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"uKH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/north, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"uKM" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"uKN" = ( +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"uKP" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"uKV" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uLb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8 + }, +/obj/structure/sign/warning/cold_temp/directional/north, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"uLf" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"uLh" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"uLj" = ( +/turf/closed/wall, +/area/station/commons/toilet/auxiliary) +"uLn" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uLq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"uLu" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uLE" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 8 + }, +/obj/item/grenade/barrier{ + pixel_x = 11; + pixel_y = 17 + }, +/obj/item/grenade/barrier{ + pixel_x = 2; + pixel_y = 11 + }, +/obj/item/grenade/barrier{ + pixel_x = 15; + pixel_y = 7 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"uLO" = ( +/obj/item/stack/sheet/cardboard{ + amount = 14 + }, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/security/prison/work) +"uMa" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"uMg" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"uMk" = ( +/obj/machinery/light/cold/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"uMl" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/medical/cryo) +"uMu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"uMC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/hallway/secondary/spacebridge) +"uMD" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"uME" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/greyscale, +/obj/item/bodypart/leg/left/monkey{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/scalpel, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white/diagonal, +/area/station/maintenance/department/science/xenobiology) +"uMH" = ( +/turf/open/floor/iron/white/side, +/area/station/science/research) +"uMI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"uMN" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/hedge, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"uMT" = ( +/obj/machinery/door/poddoor/shutters/window{ + dir = 4; + id = "armory"; + name = "Armory Shutters" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/ai_monitored/security/armory) +"uMU" = ( +/turf/closed/wall, +/area/station/science/robotics/mechbay) +"uMW" = ( +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"uMX" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"uNa" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"uNd" = ( +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"uNe" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs) +"uNk" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/sign/departments/vault/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uNn" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uNQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"uNR" = ( +/obj/structure/cable, +/obj/structure/chair{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"uNW" = ( +/obj/machinery/barsign, +/turf/closed/wall, +/area/station/service/bar) +"uNX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/aft) +"uOd" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/sign/departments/vault/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uOh" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"uOw" = ( +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"uOF" = ( +/obj/machinery/smartfridge/extract/preloaded, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"uOH" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"uOP" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/meeting_room) +"uPd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"uPp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"uPr" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"uPs" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uPt" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"uPJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uPO" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"uPX" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"uQb" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"uQi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"uQo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"uQu" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/status_display/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = 32 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"uQC" = ( +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"uQK" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/camera/directional/south, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"uRe" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"uRj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"uRm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"uRp" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"uRx" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"uRF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/fore) +"uRJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"uRW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"uRX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/flora/tree/jungle/small/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"uSb" = ( +/obj/machinery/skill_station, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"uSi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"uSj" = ( +/turf/closed/wall/r_wall, +/area/station/medical/medbay/central) +"uSt" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"uSC" = ( +/turf/closed/wall/mineral/wood/nonmetal, +/area/station/service/hydroponics/garden/monastery) +"uSG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/qm) +"uSH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"uSI" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"uSM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"uSN" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"uSO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/turf/open/floor/iron/textured_half, +/area/station/commons/storage/art) +"uSY" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"uTh" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"uTk" = ( +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"uTA" = ( +/turf/closed/wall, +/area/station/ai_monitored/turret_protected/ai) +"uTK" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/right/directional/south{ + name = "Security Desk"; + req_access = list("security") + }, +/obj/machinery/door/window/right/directional/north{ + name = "Security Desk" + }, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/escape) +"uTO" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/science) +"uTR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"uTT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"uUb" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/table, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/sorting) +"uUe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/command/corporate_dock) +"uUf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"uUj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uUq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/newscaster/directional/south, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/commons/dorms) +"uUE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"uUI" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/reagent_containers/cup/watering_can{ + pixel_x = 7; + pixel_y = 13 + }, +/obj/item/reagent_containers/cup/bottle/mutagen{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"uUV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/security) +"uVb" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/wood, +/area/station/cargo/boutique) +"uVg" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"uVn" = ( +/obj/item/kirbyplants/random, +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"uVo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"uVD" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"uVE" = ( +/obj/structure/table, +/obj/item/storage/bag/tray{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/food/cake/apple, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"uVK" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 11 + }, +/obj/item/storage/box/syringes{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"uVT" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/hop) +"uWe" = ( +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 8 + }, +/turf/closed/wall, +/area/station/hallway/primary/starboard) +"uWl" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"uWo" = ( +/turf/closed/wall, +/area/station/medical/paramedic) +"uWu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"uWv" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/flowers_pp/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/science/genetics) +"uWy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 5" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/prison/safe) +"uWB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"uWG" = ( +/obj/structure/closet/firecloset, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"uWQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"uWZ" = ( +/obj/machinery/door/airlock/public, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"uXb" = ( +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"uXo" = ( +/obj/item/kirbyplants/random, +/obj/machinery/button/door/directional/north{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 24; + pixel_y = 23; + req_access = list("atmospherics") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uXs" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"uXw" = ( +/obj/structure/table, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"uXB" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"uXC" = ( +/turf/closed/wall, +/area/station/science/lower) +"uXN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"uXU" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"uXV" = ( +/obj/structure/cable, +/obj/machinery/door/window/brigdoor{ + name = "Creature Pen"; + req_access = list("research") + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Creature Pen"; + req_access = list("research") + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"uXY" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/nuke_storage) +"uYb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"uYo" = ( +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"uYp" = ( +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"uYD" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/item/folder/blue, +/turf/open/floor/iron, +/area/station/security/courtroom) +"uYE" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/structure/table/glass, +/obj/item/pai_card, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"uYH" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating, +/area/station/security/brig/entrance) +"uYO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"uYY" = ( +/obj/structure/cable, +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"uZb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"uZc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/courtroom) +"uZt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/machinery/light/directional/east, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"uZA" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"uZG" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"uZY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"vaf" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"vaj" = ( +/obj/machinery/destructive_scanner, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"vav" = ( +/obj/structure/lattice, +/obj/structure/railing, +/turf/open/space/basic, +/area/space/nearstation) +"vba" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"vbj" = ( +/obj/structure/table/glass, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"vbm" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"vbp" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"vbq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"vbA" = ( +/obj/structure/sign/departments/science/alt/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"vbK" = ( +/turf/closed/wall, +/area/station/science/research) +"vbO" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/reagent_containers/chem_pack{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/storage/box/rxglasses{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vbQ" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"vbR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vcB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/blue/filled/mid_joiner{ + dir = 8 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"vcC" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"vcE" = ( +/turf/closed/wall, +/area/station/service/library/abandoned) +"vcN" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"vcP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vcW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Law Office" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/lawyer, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/lawoffice) +"vdf" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"vdg" = ( +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"vdm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"vdH" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vdI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_white, +/area/station/engineering/atmos) +"vdX" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/stack/medical/mesh{ + pixel_x = 3 + }, +/obj/item/stack/medical/suture{ + pixel_x = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vdY" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"veg" = ( +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/assembly/igniter, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"vej" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"veq" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"vev" = ( +/obj/structure/bookcase/random, +/turf/open/floor/plating/rust, +/area/station/service/library/abandoned) +"vey" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Augment Corridor" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/augments) +"vez" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/structure/industrial_lift/tram/subfloor, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-6" + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/port/aft) +"veA" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "aigas" + }, +/obj/effect/spawner/structure/window/survival_pod, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/engine, +/area/station/ai_monitored/turret_protected/ai) +"veG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"veK" = ( +/turf/closed/wall, +/area/station/science/lab) +"veP" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"vfc" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"vfg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"vfi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/external{ + name = "Tram Maintenance" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"vfk" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/lab) +"vfA" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"vfK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"vfN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/machinery/button/flasher{ + id = "IsolationFlash"; + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"vfT" = ( +/obj/structure/table/glass, +/obj/machinery/light/cold/directional/west, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/toy/crayon/purple, +/turf/open/floor/iron/white, +/area/station/science/research) +"vgc" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 1 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"vgf" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"vgy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"vgz" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"vgC" = ( +/obj/structure/closet/secure_closet/chief_medical, +/obj/item/storage/secure/briefcase{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/storage/secure/safe/directional/south{ + pixel_y = -23 + }, +/obj/item/gun/syringe, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"vgD" = ( +/obj/machinery/light/cold/directional/north, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/office) +"vgN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"vhe" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/iron/smooth, +/area/station/cargo/office) +"vhC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"vhH" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 + }, +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/carpet/orange, +/area/station/service/abandoned_gambling_den) +"vhI" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/machinery/computer/security/labor{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"vhJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) +"vid" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"vie" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/window/reinforced/tram/left/directional/west, +/obj/structure/chair/comfy/shuttle, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"vij" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vir" = ( +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"viy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"viA" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/science/server) +"viC" = ( +/obj/machinery/computer/department_orders/science{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"viD" = ( +/obj/machinery/modular_computer/console/preset/cargochat/science{ + dir = 1 + }, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/white, +/area/station/science/research) +"viK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"viP" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/iron/small, +/area/station/maintenance/starboard/central) +"viT" = ( +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"viV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"viW" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"viX" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"vjb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"vjf" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"vjm" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/vending/wardrobe/bar_wardrobe, +/obj/machinery/light/small/directional/west, +/turf/open/floor/stone, +/area/station/service/bar/backroom) +"vjp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/power/floodlight, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"vjZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Cubicle" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"vkh" = ( +/turf/closed/wall, +/area/station/service/bar) +"vkk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"vkn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/lab) +"vkr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Starboard Bow Solar Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/starboard/fore) +"vkt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/research) +"vkz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"vkG" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vkJ" = ( +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/security/science, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"vkN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) +"vkP" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"vkS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"vkU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"vkV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"vkW" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"vkZ" = ( +/turf/open/floor/iron/dark/small, +/area/station/maintenance/aft) +"vlb" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"vln" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Cleaning Closet" + }, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"vlq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/north, +/obj/item/stack/spacecash/c1{ + pixel_x = 4; + pixel_y = 11 + }, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"vlw" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/west, +/obj/machinery/light_switch/directional/south, +/obj/machinery/requests_console/directional/west{ + department = "Robotics"; + name = "Robotics Requests Console"; + pixel_y = -30; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/obj/machinery/button/door/directional/west{ + id = "roboticshut"; + name = "Robotics Shutters"; + pixel_y = 8 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"vly" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vlB" = ( +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"vlV" = ( +/turf/closed/wall, +/area/station/maintenance/aft) +"vlY" = ( +/obj/structure/chair/stool/bamboo{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/item/radio/intercom/chapel/directional/west, +/turf/open/floor/iron/terracotta/diagonal, +/area/station/service/chapel/office) +"vmc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"vmg" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/healthanalyzer{ + pixel_x = 5 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"vmh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vmt" = ( +/obj/structure/chair/stool/bamboo{ + dir = 4 + }, +/turf/open/floor/iron/terracotta/diagonal, +/area/station/service/chapel/office) +"vmz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"vmH" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access = list("chapel_office") + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/service/chapel/office) +"vmL" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"vmR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"vmX" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vnb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/hallway/secondary/spacebridge) +"vne" = ( +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vnf" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/lower) +"vnj" = ( +/obj/structure/table, +/obj/item/clothing/under/rank/prisoner/skirt{ + pixel_x = -13; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/prisoner{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/prisoner/skirt{ + pixel_x = 9; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/prisoner{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/item/clothing/under/rank/prisoner{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"vnn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vnr" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vnu" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"vnv" = ( +/obj/machinery/door/airlock/glass, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"vnF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"vnI" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/department/engine) +"vnN" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/medical_kiosk, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"voa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/morgue{ + name = "Secret Corridor"; + req_access = list("library") + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"voh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"von" = ( +/obj/structure/hedge, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"voz" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/smooth, +/area/station/commons/storage/tools) +"voO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"voX" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/clothing/suit/armor/riot{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/shield/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/shield/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"vpb" = ( +/obj/machinery/door/airlock/hatch{ + name = "Tool Supply Corridor" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/office) +"vpk" = ( +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"vpl" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"vpm" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"vpq" = ( +/obj/machinery/door/poddoor/massdriver_ordnance, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"vpI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"vpN" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/iron, +/area/station/service/bar) +"vpQ" = ( +/obj/structure/sink/kitchen/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"vpT" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/central/fore) +"vpU" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/brown/full, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/food/lizard_fries, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"vpY" = ( +/obj/effect/turf_decal/tile/neutral/full, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"vqb" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"vql" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"vqp" = ( +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"vqH" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"vqU" = ( +/obj/machinery/rnd/server/master, +/turf/open/floor/circuit, +/area/station/science/server) +"vqX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"vra" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/clothing/under/rank/cargo/miner/lavaland{ + pixel_y = 3 + }, +/obj/item/clothing/suit/hooded/wintercoat/miner{ + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"vrd" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"vrf" = ( +/obj/structure/hedge, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vrn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"vrt" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching Prison Wing holding areas."; + name = "Prison Monitor"; + network = list("prison"); + pixel_y = 30 + }, +/obj/machinery/computer/records/security, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"vrv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"vrw" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/station/engineering/atmospherics_engine) +"vrz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Detective's Office"; + name = "Detective's Fax Machine"; + pixel_y = 1 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"vrH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"vrI" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/paper/fluff/ids_for_dummies{ + pixel_x = 5 + }, +/obj/item/paper_bin/carbon{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/stamp/hop{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/iron/large, +/area/station/command/heads_quarters/hop) +"vrO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/grunge{ + name = "Courtroom" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/courtroom) +"vrT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"vrY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"vrZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"vsq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/service/theater) +"vss" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vsx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vsC" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/item/storage/secure/safe/directional/north{ + name = "armory safe A" + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"vsQ" = ( +/obj/machinery/light_switch/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"vsU" = ( +/obj/machinery/door/airlock{ + id_tag = "study_a"; + name = "Study A" + }, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/commons) +"vsW" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"vtc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"vtm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"vtv" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/port) +"vtA" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/toy/crayon/purple, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"vtB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"vtC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"vtL" = ( +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"vug" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"vum" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/aft) +"vuo" = ( +/turf/closed/wall/r_wall, +/area/station/commons/vacant_room/commissary) +"vuu" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"vux" = ( +/obj/structure/cable, +/obj/machinery/deepfryer, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"vuA" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"vuB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, +/obj/machinery/door/airlock/research/glass{ + name = "Xenobiology Kill Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"vuK" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stock_parts/cell/high, +/obj/item/electronics/airlock{ + pixel_y = 13 + }, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"vuL" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vuO" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"vuR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"vuT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Paramedic Dispatch Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white/small, +/area/station/medical/paramedic) +"vva" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Aft Corridor" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/aft) +"vvc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/clothing/shoes/cowboy/lizard/masterwork, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"vve" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Aft Corridor" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/aft) +"vvl" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/wood, +/area/station/service/abandoned_gambling_den) +"vvz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"vvK" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green/fourcorners, +/turf/open/floor/iron, +/area/station/security/courtroom) +"vvN" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"vvP" = ( +/turf/open/floor/iron/white/small, +/area/station/maintenance/port/aft) +"vwc" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"vwd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"vwh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Aft Corridor" + }, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/aft) +"vws" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/iron/small, +/area/station/maintenance/department/medical/central) +"vwx" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"vwD" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/soft/grey{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/floor/carpet/green, +/area/station/maintenance/central/lesser) +"vwI" = ( +/obj/structure/closet/secure_closet/hos, +/obj/item/clothing/shoes/cowboy/black, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/checker, +/area/station/command/heads_quarters/hos) +"vwJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"vwQ" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/folder/red{ + pixel_x = -5 + }, +/obj/item/poster/random_official, +/obj/item/poster/random_official{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"vwS" = ( +/obj/structure/table, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random{ + pixel_y = 4 + }, +/obj/item/stack/pipe_cleaner_coil/random{ + pixel_y = 3 + }, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random{ + pixel_y = 6 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"vxa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"vxf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vxm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"vxp" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"vxs" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"vxt" = ( +/turf/closed/wall, +/area/station/maintenance/department/engine) +"vxM" = ( +/turf/open/floor/iron, +/area/station/commons/storage/art) +"vyi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"vyt" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/hedge, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"vyF" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"vyL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"vyR" = ( +/turf/open/floor/glass, +/area/station/command/corporate_dock) +"vyU" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vze" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"vzg" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"vzh" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"vzv" = ( +/obj/item/cultivator/rake, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"vzy" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"vzA" = ( +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"vzM" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/full, +/obj/structure/sink/kitchen/directional/south, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"vzP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vzV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/tram) +"vzW" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vzX" = ( +/obj/machinery/door/airlock/command{ + name = "Centcom Dock" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/iron/textured_half, +/area/station/command/corporate_dock) +"vAc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"vAo" = ( +/obj/item/radio/intercom/directional/north{ + broadcasting = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -26 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai_upload."; + dir = 4; + name = "AI Upload Monitor"; + network = list("aiupload"); + pixel_x = -29 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"vAq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"vAw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"vAA" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vAK" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"vAR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vAT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Applied Sciences" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half, +/area/station/science/lobby) +"vAU" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"vAX" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Applied Sciences" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half, +/area/station/science/lobby) +"vBe" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"vBm" = ( +/obj/machinery/holopad, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"vBu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"vBG" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"vCd" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/stack/sheet/mineral/plasma/thirty, +/turf/open/floor/iron/small, +/area/station/engineering/engine_smes) +"vCe" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/research) +"vCl" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"vCm" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"vCx" = ( +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"vCO" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"vCQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"vDB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/end, +/obj/machinery/shower/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vDC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"vDK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"vDQ" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/lockers) +"vDV" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/cmo) +"vDX" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"vEa" = ( +/obj/machinery/griddle, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"vEb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"vEe" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/north, +/obj/machinery/suit_storage_unit/cmo, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"vEq" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"vEz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"vEA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"vEI" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"vEP" = ( +/turf/closed/wall/r_wall, +/area/station/security/brig) +"vEQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/lower) +"vEW" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/shower) +"vFh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/blobstart, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/maintenance/starboard/central) +"vFm" = ( +/obj/effect/turf_decal/siding/blue, +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"vFn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/no_erp{ + pixel_x = 32; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/maintenance/starboard/central) +"vFv" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"vFy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"vFB" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"vFD" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"vFE" = ( +/obj/structure/table, +/obj/item/trash/energybar, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"vFG" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"vFR" = ( +/obj/structure/bed, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/small, +/area/station/security/brig) +"vFU" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/rack, +/obj/item/storage/box/trackimp, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/storage/lockbox/loyalty, +/turf/open/floor/iron, +/area/station/security/tram) +"vFW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 1 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"vGe" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/landmark/start/clown, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"vGp" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/red/dim/directional/south, +/obj/item/flashlight/flare/candle, +/turf/open/floor/iron/terracotta/diagonal, +/area/station/service/chapel/office) +"vGv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"vGz" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"vGU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"vHj" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"vHk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/window/left/directional/south{ + dir = 4; + name = "Mass Driver Door"; + req_access = list("ordnance") + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/ordnance/testlab) +"vHu" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/security/lockers) +"vHx" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"vHH" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"vHL" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/plaque{ + icon_state = "L7" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"vHV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vId" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner, +/area/station/science/lower) +"vIg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vIh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vIt" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"vIJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"vIX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=23.3-Evac"; + location = "23.2-Evac" + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"vIZ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"vJi" = ( +/obj/structure/table/glass, +/obj/machinery/fax{ + fax_name = "Chief Medical Officer's Office"; + name = "Chief Medical Officer's Fax Machine"; + pixel_y = 13 + }, +/obj/machinery/light/cold/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/button/door/directional/south{ + id = "cmoprivacy"; + name = "CMO Privacy Shutters"; + pixel_x = -6; + req_access = list("cmo") + }, +/obj/machinery/camera/autoname/directional/south, +/obj/machinery/button/door/directional/south{ + id = "medlock"; + name = "Medbay Lockdown Control"; + pixel_x = 6; + req_access = list("medical") + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"vJn" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/weather, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"vJx" = ( +/obj/structure/chair/stool/directional/north, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"vJA" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/weather, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"vJH" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"vJL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Cafeteria" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/prison/rec) +"vJN" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"vJR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/medical{ + name = "Medbay" + }, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/dark/small, +/area/station/medical/medbay/central) +"vJV" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Desk" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"vKa" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/weather, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"vKb" = ( +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"vKy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"vKB" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"vKG" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"vKU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/execution/education) +"vKV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"vKX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/camera/directional/west, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"vKY" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"vLb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"vLf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/flasher/directional/west{ + id = "brigentry" + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"vLi" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/obj/structure/table, +/obj/item/controller, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"vLs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"vLv" = ( +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"vLC" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"vLD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"vLF" = ( +/obj/structure/closet/secure_closet/courtroom, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"vLO" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = 8; + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/east, +/obj/effect/spawner/random/food_or_drink/condiment{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"vLP" = ( +/turf/closed/wall/rust, +/area/station/command/heads_quarters/qm) +"vLT" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/pharmacy) +"vLW" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/light_switch/directional/south, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"vMr" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"vMs" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/public/glass{ + name = "Arrivals" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"vMt" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"vMC" = ( +/turf/closed/wall/r_wall, +/area/station/science/lab) +"vMJ" = ( +/obj/structure/disposalpipe/sorting/mail, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"vML" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"vMS" = ( +/obj/item/pickaxe, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"vMT" = ( +/obj/machinery/hydroponics/soil, +/obj/item/food/grown/mushroom/libertycap, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"vMV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"vNj" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/structure/window/reinforced/tram/front, +/obj/machinery/computer/tram_controls/directional/north{ + specific_lift_id = "prison_tram" + }, +/obj/structure/industrial_lift/tram/subfloor, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"vNo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/ordnance/storage) +"vNt" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = -32; + spawn_loot_chance = 50 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = -7 + }, +/obj/item/toy/crayon/spraycan{ + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"vNv" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/warehouse) +"vNw" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"vNC" = ( +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/structure/table, +/obj/item/stack/sheet/glass, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -4; + pixel_y = 15 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/clothing/glasses/welding{ + pixel_y = -3 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -3; + pixel_y = -16 + }, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Research Lab"; + name = "Research Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"vNK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"vNV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"vOh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/spacebridge) +"vOq" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"vOr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"vOP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"vPa" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"vPe" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"vPf" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/science/genetics) +"vPs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/departments/medbay/alt/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"vPC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/spacebridge) +"vPK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"vPN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"vPP" = ( +/turf/closed/wall, +/area/station/command/corporate_suite) +"vPS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"vPV" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"vQi" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/light_switch/directional/west, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"vQj" = ( +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"vQk" = ( +/obj/effect/spawner/random/structure/crate, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"vQm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"vQn" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/vending/wardrobe/viro_wardrobe, +/obj/machinery/light/cold/directional/north, +/obj/machinery/camera/directional/west, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"vQp" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"vQq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/machinery/light/small/directional/west, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/port/lesser) +"vQv" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/large/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"vRd" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/dark_red, +/obj/item/flashlight/lamp, +/turf/open/floor/iron, +/area/station/security/tram) +"vRe" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"vRh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"vRt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"vRx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/commons) +"vRz" = ( +/obj/machinery/computer/records/medical{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"vRC" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"vRE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/full, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"vRG" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"vSg" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/aft) +"vSj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"vSk" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 2 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/command/heads_quarters/hop) +"vSq" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/holosign/barrier/atmos/tram, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/port/aft) +"vSu" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"vSw" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"vSx" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic{ + pixel_x = -8 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"vSE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vSL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/directions/vault/directional/east{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"vST" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/blue/half, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"vSW" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"vSX" = ( +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"vSY" = ( +/obj/structure/table, +/obj/item/chisel{ + pixel_y = 7 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"vTf" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"vTj" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/cup/watering_can, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"vTo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vTs" = ( +/obj/structure/chair/wood/wings, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain/private) +"vTv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"vTx" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/crayons, +/obj/item/storage/crayons{ + pixel_y = -3 + }, +/obj/item/storage/crayons{ + pixel_y = -6 + }, +/obj/item/camera_film{ + pixel_y = 16 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"vTG" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical/central) +"vTJ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"vTN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/service/hydroponics) +"vTO" = ( +/mob/living/simple_animal/hostile/asteroid/gutlunch, +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"vTV" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/hos) +"vTY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/left/directional/east{ + name = "Monkey Pen"; + req_access = list("medical") + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"vUe" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"vUf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"vUg" = ( +/obj/effect/turf_decal/tile/dark_red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison) +"vUp" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/closet/crate/freezer, +/obj/machinery/light/cold/directional/south, +/obj/machinery/firealarm/directional/west, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/ethereal, +/obj/item/reagent_containers/blood{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"vUq" = ( +/obj/machinery/restaurant_portal/bar, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/wood/tile, +/area/station/service/bar) +"vUt" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/tram) +"vUz" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/glass, +/obj/item/ammo_box/magazine/toy/smgm45, +/obj/item/ammo_box/magazine/toy/smgm45{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"vUG" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"vUI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"vUM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "justice gas pump" + }, +/obj/item/wrench, +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Gas Ports" + }, +/turf/open/floor/plating, +/area/station/security/execution/education) +"vUP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vUR" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/flasher/directional/north{ + id = "IsolationFlash2" + }, +/obj/machinery/camera/directional/south{ + c_tag = "Prison Isolation Cell"; + network = list("ss13", "prison", "isolation") + }, +/turf/open/floor/iron/white/small, +/area/station/security/prison/safe) +"vUS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"vUZ" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"vVo" = ( +/obj/machinery/light/cold/directional/south, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"vVu" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/machinery/computer/records/medical/laptop{ + dir = 8; + pixel_y = 1 + }, +/obj/item/radio/intercom/command/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"vVw" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"vVx" = ( +/obj/machinery/hydroponics/soil, +/obj/item/food/grown/mushroom/plumphelmet, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"vVz" = ( +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/flasher/directional/east{ + id = "Cell 2" + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"vVD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"vVF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"vVP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/virology) +"vVQ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/command) +"vVS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/east, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"vVT" = ( +/obj/structure/transit_tube/crossing/horizontal, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"vVU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"vVX" = ( +/obj/structure/cable, +/obj/machinery/telecomms/processor/preset_one, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"vWe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white/corner, +/area/station/science/lobby) +"vWr" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 1 + }, +/area/station/security/execution/transfer) +"vWt" = ( +/obj/machinery/power/smes, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"vWF" = ( +/obj/docking_port/stationary/laborcamp_home/kilo{ + dir = 4 + }, +/turf/open/space/basic, +/area/space) +"vWI" = ( +/obj/machinery/door/window/brigdoor{ + dir = 4; + name = "Creature Pen"; + req_access = list("research") + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + name = "Creature Pen"; + req_access = list("research") + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/xenobiology) +"vWM" = ( +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/starboard/fore) +"vWQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"vWU" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"vWY" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table, +/obj/item/clothing/gloves/boxing/blue, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"vXd" = ( +/obj/structure/chair/sofa/left/maroon{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/showroomfloor, +/area/station/service/cafeteria) +"vXi" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/bowl, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"vXn" = ( +/obj/item/wirecutters, +/turf/open/floor/iron/white/diagonal, +/area/station/maintenance/department/science/xenobiology) +"vXo" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/librarian, +/turf/open/floor/iron/grimy, +/area/station/service/library) +"vXr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"vXs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"vXy" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/lobby) +"vXz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"vXH" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/lower) +"vXL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"vXW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"vYj" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"vYt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/end, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"vYx" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/recharge_station, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"vYy" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/security/courtroom) +"vYF" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"vYH" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"vYL" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/science/research) +"vYO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"vYP" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"vYS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/maintenance/starboard/central) +"vYT" = ( +/obj/structure/table, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 15 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/misc/asteroid, +/area/station/maintenance/hallway/abandoned_command) +"vZb" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/item/reagent_containers/cup/watering_can{ + pixel_y = 17 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"vZm" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/processing) +"vZD" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron, +/area/station/security/courtroom) +"vZW" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"vZX" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/item/folder/red, +/turf/open/floor/iron, +/area/station/security/courtroom) +"wat" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"waG" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/item/aicard, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"waL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"waN" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"waO" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"waS" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/toy/foamblade, +/obj/item/toy/dummy, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/plating, +/area/station/service/theater) +"waT" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"wbb" = ( +/obj/item/kirbyplants/random, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"wbf" = ( +/turf/closed/wall, +/area/station/security/prison/safe) +"wbi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"wbj" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"wbk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"wbp" = ( +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"wbq" = ( +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/disk/tech_disk{ + pixel_x = -6 + }, +/obj/item/disk/tech_disk{ + pixel_x = 6 + }, +/obj/item/disk/tech_disk{ + pixel_y = 6 + }, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"wbu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"wbH" = ( +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"wbO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lab) +"wco" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/research) +"wcp" = ( +/turf/closed/wall/r_wall, +/area/station/science/genetics) +"wcq" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"wcs" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wct" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai) +"wcu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"wcG" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/exit/departure_lounge) +"wcV" = ( +/obj/structure/closet/crate, +/obj/item/food/breadslice/plain, +/obj/item/food/breadslice/plain, +/obj/item/food/breadslice/plain, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/onion, +/obj/item/food/grown/onion, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/kitchen/small, +/area/station/security/prison/mess) +"wdb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"wdd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wdk" = ( +/turf/closed/mineral/random/stationside, +/area/station/maintenance/starboard/greater) +"wdp" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wdB" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"wdV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/bamboo, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"wec" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"weg" = ( +/turf/closed/mineral/random/stationside, +/area/station/service/library/abandoned) +"wen" = ( +/turf/closed/wall, +/area/station/ai_monitored/turret_protected/aisat/maint) +"weT" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"weV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"wfa" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"wfb" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/bamboo, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"wfi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"wfj" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"wfk" = ( +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"wfn" = ( +/turf/closed/wall, +/area/station/engineering/break_room) +"wfr" = ( +/turf/closed/wall/r_wall, +/area/station/medical/pharmacy) +"wfD" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Cubicle" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"wfH" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"wfP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/brig/entrance) +"wfS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"wfV" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"wgj" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"wgn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"wgp" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"wgs" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"wgu" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"wgv" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"wgA" = ( +/obj/structure/closet/crate/coffin, +/obj/machinery/door/window/right/directional/west{ + name = "Coffin Storage"; + req_access = list("chapel_office") + }, +/obj/effect/turf_decal/weather, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"wgF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/secure_closet/freezer/empty, +/obj/item/food/breadslice/moldy/bacteria, +/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty, +/obj/item/reagent_containers/cup/glass/bottle/beer, +/obj/item/reagent_containers/cup/glass/bottle/beer, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"wgL" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/medical/central) +"wgM" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/weather, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"wgU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/full, +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/bot_red/left, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/smooth_large, +/area/station/service/bar) +"whc" = ( +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"whf" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"whp" = ( +/obj/machinery/vending/wardrobe/det_wardrobe, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"wht" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"whu" = ( +/obj/structure/cable, +/obj/machinery/blackbox_recorder, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"whA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Construction Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"whC" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"whL" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"whX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"wil" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/firealarm/directional/west, +/obj/structure/closet/secure_closet/psychology, +/turf/open/floor/iron/white/small, +/area/station/medical/psychology) +"win" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"wiy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"wiC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"wiF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wiT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"wiU" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/librarian, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"wja" = ( +/turf/closed/wall/r_wall, +/area/station/commons/toilet/auxiliary) +"wjn" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"wjr" = ( +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wjG" = ( +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"wjK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"wjM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/service/janitor) +"wjZ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/execution/transfer) +"wke" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"wkf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"wkg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/computer/operating{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"wkh" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/bridge) +"wkk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"wkl" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/computer/department_orders/service, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"wkm" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"wkF" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/hallway/secondary/recreation) +"wkJ" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"wlf" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"wlk" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"wlm" = ( +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/large/style_random{ + pixel_x = -17; + pixel_y = 2 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/machinery/status_display/evac/directional/east, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"wly" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/flora/tree/stump, +/obj/machinery/light/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"wlF" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"wlL" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"wlQ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"wmc" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"wme" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"wms" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen/small, +/area/station/hallway/secondary/service) +"wmt" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/bed/maint, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"wmx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"wmB" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"wmD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"wmE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"wmS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"wmV" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"wmY" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"wnd" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/office) +"wno" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet1"; + name = "Unit 1" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"wnv" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"wnB" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/turf/open/floor/glass, +/area/station/hallway/secondary/spacebridge) +"wnE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"wnK" = ( +/obj/structure/table, +/obj/effect/spawner/random/entertainment/toy, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood, +/area/station/service/theater) +"wnN" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"wnO" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"wob" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "Toilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_x = 0; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"woe" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/sign/warning/engine_safety/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"woi" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/starboard/fore) +"wos" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"wow" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"woB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"woD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/tcommsat/server) +"woE" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"woI" = ( +/obj/structure/rack, +/obj/item/crowbar/large/old, +/obj/item/wrench, +/turf/open/floor/catwalk_floor, +/area/station/science/xenobiology) +"woT" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"wpa" = ( +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"wpd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"wpk" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/large/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"wpu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wpy" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"wpO" = ( +/turf/closed/wall/r_wall, +/area/station/security/processing) +"wpV" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"wpZ" = ( +/obj/structure/closet{ + name = "Paramedic Supplies" + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"wqj" = ( +/turf/closed/wall, +/area/station/commons/toilet/restrooms) +"wqm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"wqs" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "barki"; + name = "Shutters" + }, +/turf/open/floor/plating, +/area/station/service/kitchen) +"wqM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"wro" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"wrv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"wrw" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 10 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"wrD" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"wrF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"wrO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron, +/area/station/security/lockers) +"wrQ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"wrR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"wrW" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/machinery/camera/directional/east, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/corporate_dock) +"wrZ" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs/auxiliary) +"wsa" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"wsb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"wsB" = ( +/obj/structure/rack, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"wsE" = ( +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/central/fore) +"wsG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison) +"wsR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"wtc" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/science/xenobiology) +"wte" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"wtl" = ( +/obj/machinery/computer/department_orders/engineering{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"wtm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/storage) +"wtq" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"wtr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"wts" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/maintenance/external{ + name = "Maintenance Access" + }, +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"wtt" = ( +/turf/closed/wall, +/area/station/ai_monitored/turret_protected/ai_upload) +"wtu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/turf/open/floor/iron/dark/textured_half, +/area/station/ai_monitored/turret_protected/ai_upload) +"wtx" = ( +/obj/structure/cannon{ + dir = 4 + }, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"wty" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/medical, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"wtT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"wtX" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/customs/auxiliary) +"wua" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/central/lesser) +"wuc" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/port/aft) +"wuf" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"wuj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wum" = ( +/turf/closed/wall/r_wall, +/area/station/security/medical) +"wuo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/lobby) +"wur" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/flashlight, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/command/gateway) +"wuw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"wuH" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"wuI" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"wuM" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/qm) +"wuN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"wuV" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/security/tram) +"wvn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/west, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/service/library) +"wvv" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/item/clothing/mask/gas/cyborg, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"wvE" = ( +/obj/structure/hedge, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"wvM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"wvX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"wwb" = ( +/obj/structure/table, +/obj/item/pai_card, +/turf/open/floor/iron, +/area/station/commons) +"wwk" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/photocopier, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"wwz" = ( +/obj/structure/cable, +/obj/machinery/computer/mech_bay_power_console{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"wwI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"wwQ" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"wwU" = ( +/obj/structure/hedge, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"wwX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Research Director's Office" + }, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/research) +"wwY" = ( +/obj/effect/spawner/random/trash/mess, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"wwZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/research) +"wxd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/starboard/fore) +"wxt" = ( +/obj/machinery/power/emitter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"wxu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/central) +"wxR" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"wxW" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wxZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"wyb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red, +/turf/open/floor/iron, +/area/station/security/prison) +"wyc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/maintenance/department/engine) +"wyj" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"wyl" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/decoration/flower, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"wyt" = ( +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"wyu" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/syringe/contraband/methamphetamine, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 + }, +/obj/item/book/manual/wiki/grenades, +/obj/machinery/requests_console/directional/east{ + department = "Pharmacy"; + name = "Pharmacy Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"wyA" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"wyK" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"wyL" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern{ + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"wyO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"wyP" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"wyY" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"wzj" = ( +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"wzk" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/port) +"wzo" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron/smooth, +/area/station/cargo/office) +"wzx" = ( +/obj/structure/altar_of_gods, +/obj/item/storage/book/bible, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"wzK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/diagonal, +/area/station/command/heads_quarters/hop) +"wzL" = ( +/obj/machinery/smartfridge/organ, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"wzS" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"wAb" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/obj/item/coffee_cartridge{ + pixel_y = 12 + }, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"wAj" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop{ + dir = 4; + pixel_x = -5; + pixel_y = 3 + }, +/obj/machinery/button/door/directional/west{ + id = "detpriv"; + name = "Curtains" + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"wAn" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"wAt" = ( +/obj/structure/cable, +/obj/structure/table/bronze, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/item/plate{ + pixel_y = 2 + }, +/obj/item/plate{ + pixel_y = 4 + }, +/obj/item/plate{ + pixel_y = 6 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"wAw" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"wAx" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/security/processing) +"wAS" = ( +/obj/structure/table/wood, +/obj/item/hand_labeler, +/obj/item/camera/detective, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"wAW" = ( +/turf/closed/wall, +/area/station/hallway/primary/port) +"wAZ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Public Shrine" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/hallway/primary/port) +"wBa" = ( +/turf/open/floor/iron/dark/smooth_corner, +/area/station/maintenance/starboard/greater) +"wBf" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating/rust, +/area/station/ai_monitored/turret_protected/aisat/maint) +"wBh" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"wBi" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/engineering{ + name = "Supplies Depot" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/construction) +"wBm" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/port) +"wBo" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"wBr" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/detectives_office) +"wBs" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"wBI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/cytology) +"wBN" = ( +/obj/structure/bed/maint, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"wBO" = ( +/obj/structure/cable, +/obj/machinery/light/small/broken/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"wCa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"wCc" = ( +/obj/structure/lattice, +/obj/effect/spawner/random/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"wCt" = ( +/obj/machinery/flasher/directional/east, +/turf/open/floor/iron/half, +/area/station/hallway/primary/central/fore) +"wCu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half{ + dir = 1 + }, +/area/station/science/research) +"wCx" = ( +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"wCH" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/iron/smooth_large, +/area/station/science/ordnance/storage) +"wCK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"wCQ" = ( +/obj/machinery/power/turbine/turbine_outlet{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"wCR" = ( +/turf/closed/wall, +/area/station/cargo/boutique) +"wCX" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/prison/garden) +"wCY" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/cmo) +"wDo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wDu" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_platform, +/area/station/maintenance/department/medical/central) +"wDA" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"wDC" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/machinery/light/small/built/directional/north, +/obj/item/stack/sheet/iron/ten, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"wDG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"wDV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"wDZ" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"wEf" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"wEi" = ( +/obj/machinery/smartfridge, +/turf/closed/wall, +/area/station/service/hydroponics) +"wEp" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"wEw" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"wEC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"wEG" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"wEI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"wER" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"wEV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/office) +"wEW" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"wFj" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/science/lower) +"wFl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"wFy" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4; + name = "Cargo Deliveries" + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"wFz" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/table, +/obj/item/storage/belt/mining, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"wFM" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"wFQ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"wGh" = ( +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"wGq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"wGu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/grunge{ + name = "Courtroom" + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/courtroom) +"wGz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/central/fore) +"wGK" = ( +/obj/structure/table/greyscale, +/obj/item/radio/intercom/directional/south{ + broadcasting = 1; + frequency = 1423; + listening = 0; + name = "Interrogation Intercom"; + pixel_x = 3; + pixel_y = 0 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"wGW" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"wHg" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"wHE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"wHN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wHO" = ( +/obj/structure/dresser, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/greenroom) +"wHX" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/spacebridge) +"wHY" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"wIc" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"wId" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"wIm" = ( +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/airlock/hatch{ + name = "Centcom Dock" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"wIp" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/space/basic, +/area/space/nearstation) +"wIv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_white, +/area/station/engineering/atmos) +"wIY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"wJc" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/science/xenobiology) +"wJd" = ( +/turf/closed/wall, +/area/station/hallway/secondary/construction) +"wJk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"wJo" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/maintenance/department/science/xenobiology) +"wJx" = ( +/turf/closed/wall/r_wall, +/area/station/security/courtroom) +"wJD" = ( +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/kitchen/small, +/area/station/security/breakroom) +"wJF" = ( +/obj/machinery/airalarm/directional/east, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner, +/turf/open/misc/sandy_dirt, +/area/station/hallway/secondary/entry) +"wJH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/electropack, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"wJL" = ( +/turf/closed/wall, +/area/station/science/cytology) +"wJM" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"wJU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/rnd/production/protolathe/department/engineering, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"wJV" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/painting/large/library{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"wJY" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"wJZ" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_recreation) +"wKa" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/grunge{ + name = "Medical Maintenance" + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"wKc" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/west, +/obj/item/ai_module/reset{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/ai_module/supplied/freeform, +/obj/machinery/flasher/directional/north, +/obj/item/radio/intercom/directional/north{ + broadcasting = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -26 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"wKl" = ( +/obj/item/kirbyplants/photosynthetic, +/obj/machinery/flasher/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"wKq" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"wKr" = ( +/obj/structure/bookcase/random, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"wKz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"wKG" = ( +/turf/open/floor/wood, +/area/station/maintenance/starboard/greater) +"wKP" = ( +/obj/structure/cable, +/obj/item/kirbyplants/photosynthetic, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"wKY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/science/ordnance/testlab) +"wLa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner, +/area/station/science/xenobiology) +"wLd" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/port/aft) +"wLl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"wLm" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/airlock/security{ + name = "Courtroom" + }, +/turf/open/floor/plating, +/area/station/security/courtroom) +"wLA" = ( +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/station/service/theater) +"wLJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"wLM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"wLW" = ( +/obj/structure/sign/directions/dorms{ + dir = 1 + }, +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"wLZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/east, +/obj/machinery/computer/atmos_control/ordnancemix{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"wMg" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/library) +"wMi" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/server) +"wMm" = ( +/turf/closed/wall/rust, +/area/station/engineering/break_room) +"wMA" = ( +/obj/machinery/camera/directional/west, +/obj/structure/bookcase/random/religion, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"wMC" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/engine/atmos) +"wME" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/spawner/round_default_module, +/obj/machinery/flasher/directional/east, +/obj/item/radio/intercom/directional/north{ + pixel_x = 27 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"wMH" = ( +/turf/closed/wall, +/area/station/science/xenobiology) +"wML" = ( +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/lower) +"wMO" = ( +/turf/closed/wall/r_wall, +/area/station/science/server) +"wMP" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/cold/directional/north, +/obj/effect/landmark/start/hangover, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/science/lobby) +"wMT" = ( +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"wMV" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/paper_bin, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"wMZ" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medlock"; + name = "Lockdown Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) +"wNb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"wNg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"wNk" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"wNw" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"wNE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Vacant Office Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"wNK" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"wNL" = ( +/obj/docking_port/stationary/random{ + name = "lavaland"; + shuttle_id = "pod_3_lavaland" + }, +/turf/open/space/basic, +/area/space) +"wNR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"wNT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/glass, +/area/station/command/heads_quarters/rd) +"wNW" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wOd" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "plating" + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"wOh" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table/glass, +/obj/item/computer_disk/ordnance{ + pixel_x = -15; + pixel_y = 7 + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/taperecorder{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/button/door/directional/north{ + id = "rdoffice"; + name = "Privacy Control"; + pixel_y = 34; + req_access = list("rd") + }, +/obj/machinery/button/door/directional/north{ + id = "rdordnance"; + name = "Ordnance Containment Control"; + pixel_x = 6; + req_access = list("rd") + }, +/obj/machinery/button/door/directional/north{ + id = "rdrnd"; + name = "Research and Development Containment Control"; + pixel_x = -6; + req_access = list("rd") + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"wOl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/prison) +"wOn" = ( +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"wOp" = ( +/turf/closed/wall, +/area/station/service/abandoned_gambling_den) +"wOs" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/genetics) +"wOC" = ( +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"wOG" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/landmark/start/depsec/medical, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/customs/auxiliary) +"wOM" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wOW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"wPd" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/lesser) +"wPe" = ( +/obj/structure/table/greyscale, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/taperecorder{ + pixel_x = 16; + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"wPf" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"wPz" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/scan_consolenew{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"wPK" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"wPP" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/table, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/beaker/large, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 8; + pixel_y = -3 + }, +/turf/open/floor/iron, +/area/station/medical/chemistry) +"wPR" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/pdapainter/research, +/obj/machinery/computer/security/telescreen/rd{ + pixel_y = 30 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"wQj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"wQx" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wQB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wQG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/sofa/right/maroon{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"wQP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Network Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/turf/open/floor/iron/dark/textured_half, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"wQT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"wQW" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"wRa" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"wRd" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"wRg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wRo" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_freezer_chamber_input, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"wRq" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"wRD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"wRF" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/science/ordnance/testlab) +"wRL" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/hydroponics/garden) +"wRN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=23.2-Evac"; + location = "23.1-Evac" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"wRV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"wSf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/qm) +"wSg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/aft) +"wSG" = ( +/obj/structure/rack, +/obj/item/storage/medkit/regular, +/obj/item/healthanalyzer, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"wSH" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage" + }, +/turf/open/floor/iron/textured_half, +/area/station/engineering/storage/tech) +"wSL" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/engineering_all, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"wSV" = ( +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/xenobiology) +"wSZ" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/hallway/abandoned_command) +"wTd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain/private) +"wTg" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/machinery/chem_dispenser{ + layer = 2.7 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"wTm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Workshop" + }, +/turf/open/floor/iron/textured_half, +/area/station/security/prison/work) +"wTu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/commons/dorms) +"wTv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"wTw" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/item/storage/backpack/duffelbag/med/surgery, +/turf/open/floor/iron/small, +/area/station/medical/morgue) +"wTH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/aft) +"wTJ" = ( +/obj/structure/table, +/obj/item/computer_disk{ + pixel_x = 16; + pixel_y = 8 + }, +/obj/item/computer_disk{ + pixel_x = 15; + pixel_y = 6 + }, +/obj/item/computer_disk{ + pixel_x = 14; + pixel_y = 4 + }, +/obj/item/raw_anomaly_core/random{ + pixel_x = 15; + pixel_y = 11 + }, +/obj/item/raw_anomaly_core/random{ + pixel_x = 13; + pixel_y = 9 + }, +/obj/item/raw_anomaly_core/random{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 8 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/ordnance/testlab) +"wTO" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/curtain/cloth/fancy, +/turf/open/floor/iron/grimy, +/area/station/cargo/boutique) +"wTX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"wUt" = ( +/obj/structure/table, +/obj/machinery/light/cold/directional/north, +/obj/machinery/computer/security/telescreen/ordnance{ + pixel_y = 2 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/ordnance/testlab) +"wUB" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"wUJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"wUZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"wVg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"wVs" = ( +/obj/machinery/computer/security/telescreen/interrogation{ + name = "reflection room monitor"; + network = list("isolation"); + pixel_y = 31 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/east, +/obj/machinery/button/flasher{ + id = "IsolationFlash"; + pixel_x = 28; + pixel_y = 28 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/education) +"wVS" = ( +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"wVZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"wWa" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/effect/landmark/event_spawn, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"wWb" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"wWc" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/dorms) +"wWr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"wWs" = ( +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/coldroom) +"wWz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/secondary/construction) +"wWO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "SM Bleed to Turbine" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"wWS" = ( +/turf/open/floor/iron, +/area/station/security/prison) +"wWT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"wXg" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/science/ordnance/testlab) +"wXk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"wXt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"wXC" = ( +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/turf/open/floor/iron/small, +/area/station/security/brig) +"wXM" = ( +/obj/machinery/atmospherics/components/tank/nitrous{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"wXO" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"wYa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"wYd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"wYo" = ( +/obj/structure/table, +/obj/effect/spawner/random/entertainment/dice, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/commons) +"wYq" = ( +/obj/structure/table, +/obj/item/food/meat/rawbacon{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons) +"wYr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"wYv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"wYy" = ( +/obj/machinery/computer/order_console/cook, +/obj/effect/turf_decal/bot_red, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"wYA" = ( +/turf/closed/wall/r_wall, +/area/station/medical/chemistry) +"wYC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons) +"wYF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/grown/bananapeel, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"wYL" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"wYM" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"wYU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste to Filter" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"wYV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"wYW" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/small, +/area/station/security/warden) +"wZa" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 9; + height = 25; + name = "MetaStation emergency evac bay"; + shuttle_id = "emergency_home"; + width = 29 + }, +/turf/open/space/basic, +/area/space) +"wZb" = ( +/obj/machinery/door/airlock/external{ + name = "Departure Lounge Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/exit/departure_lounge) +"wZl" = ( +/turf/closed/wall, +/area/station/commons) +"wZn" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/obj/machinery/computer/mechpad, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/airalarm/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"wZo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/primary/central/aft) +"wZp" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"wZA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wZE" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"wZF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wZI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"wZO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"wZP" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/bed/maint, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"wZX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/security/office) +"xae" = ( +/obj/structure/grille, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/atmos) +"xam" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"xap" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"xat" = ( +/turf/closed/wall, +/area/station/cargo/office) +"xau" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xaA" = ( +/obj/effect/landmark/navigate_destination, +/obj/machinery/door/airlock/external{ + name = "Departure Lounge Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/exit/departure_lounge) +"xaC" = ( +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"xaH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xaN" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"xaP" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/customs) +"xaR" = ( +/obj/structure/table/optable, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"xaW" = ( +/obj/structure/cable, +/obj/structure/hedge, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"xaZ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"xba" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor{ + id = "miningdoor"; + name = "Mining Shuttle Hangar" + }, +/turf/open/floor/plating/airless, +/area/station/cargo/miningoffice) +"xbe" = ( +/obj/structure/cable, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"xbg" = ( +/turf/closed/wall, +/area/station/commons/fitness/recreation) +"xbl" = ( +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/command/gateway) +"xbs" = ( +/obj/machinery/light_switch/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"xbw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"xbx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/departments/court/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xbC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xbO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public{ + name = "Locker Room" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons/fitness/locker_room) +"xbP" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass{ + name = "Vault Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/vault, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/spacebridge) +"xbT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"xbW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xcv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/command/nuke_storage) +"xcF" = ( +/turf/open/floor/iron, +/area/station/commons/dorms) +"xcH" = ( +/obj/effect/decal/cleanable/garbage, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"xda" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/storage/box/petridish{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/floor/iron, +/area/station/science/cytology) +"xdc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"xdo" = ( +/obj/machinery/firealarm/directional/north, +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"xds" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"xdu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xdv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"xdE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/research) +"xdR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"xen" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"xeo" = ( +/obj/structure/window/spawner, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"xep" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/space/basic, +/area/space/nearstation) +"xer" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/plating, +/area/station/science/research) +"xeC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"xeD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/east, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"xeM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"xeO" = ( +/turf/closed/wall, +/area/station/service/library) +"xeP" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"xeT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology - Cell 1"; + name = "xenobiology camera"; + network = list("ss13","xeno","rd") + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"xeX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/west{ + dir = 1; + name = "Genetics Desk"; + req_access = list("genetics") + }, +/obj/item/folder, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_large, +/area/station/science/research) +"xfa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xfc" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/research) +"xff" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/command{ + name = "Research Division Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/server) +"xfu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"xfH" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) +"xfN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"xfP" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"xfU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"xgg" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs/auxiliary) +"xgw" = ( +/obj/structure/rack, +/obj/item/storage/medkit/regular, +/obj/item/healthanalyzer{ + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"xgz" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_x = 32; + spawn_loot_chance = 50 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"xgA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xgB" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/brown/visible, +/turf/open/floor/iron/smooth, +/area/station/engineering/supermatter/room) +"xgK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"xgN" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xgW" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2"; + name = "Incinerator Conveyor"; + pixel_x = -13; + pixel_y = -4 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"xhe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xhj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/chapel/office) +"xhA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/service/chapel/storage) +"xhH" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/service/chapel, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xhN" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/science/robotics/augments) +"xhQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"xia" = ( +/turf/closed/wall, +/area/station/science/cubicle) +"xik" = ( +/turf/closed/wall, +/area/station/security/prison/rec) +"xil" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/meeting_room) +"xin" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/optable, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"xiu" = ( +/obj/structure/chair/stool/directional/east, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"xiA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"xiB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/ecto_sniffer{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/bodypart/arm/left/robot{ + pixel_x = -3 + }, +/obj/item/bodypart/arm/right/robot{ + pixel_x = 3 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/borg/upgrade/rename{ + pixel_x = 3; + pixel_y = 25 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/bodypart/arm/right/robot{ + pixel_x = 3 + }, +/obj/item/bodypart/arm/left/robot{ + pixel_x = -3 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"xiE" = ( +/turf/closed/wall/r_wall, +/area/station/medical/virology) +"xiF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xiJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"xiL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"xiT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"xjb" = ( +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/science/lower) +"xjg" = ( +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"xjh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xjm" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sink/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"xjq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"xjz" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/garden) +"xjG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/prison/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/work) +"xjT" = ( +/obj/machinery/door/airlock/external{ + name = "Construction Zone" + }, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"xjU" = ( +/obj/machinery/vending/wardrobe/chap_wardrobe, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/carpet/lone, +/area/station/service/chapel/office) +"xjX" = ( +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/button/flasher{ + id = "brigisolation"; + pixel_x = -6; + pixel_y = 24 + }, +/obj/machinery/button/flasher{ + id = "brigentry"; + pixel_x = 6; + pixel_y = 24 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xjZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/construction) +"xkb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"xkg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xkn" = ( +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"xkt" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/security/armory) +"xkA" = ( +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xkD" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"xkK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/science/xenobiology) +"xkO" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"xkS" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"xkU" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 9 + }, +/obj/machinery/power/shieldwallgen, +/turf/open/floor/iron/smooth_large, +/area/station/command/teleporter) +"xkW" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"xkX" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/medical/gauze{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/stack/medical/gauze{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/machinery/light/cold/directional/west, +/obj/item/radio/intercom/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xla" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "Toilet2"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_x = 0; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/restrooms) +"xle" = ( +/turf/closed/wall, +/area/station/security/detectives_office) +"xlg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"xlh" = ( +/turf/closed/wall, +/area/station/medical/psychology) +"xli" = ( +/turf/closed/wall, +/area/station/hallway/primary/central/aft) +"xlx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"xlE" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/vacant_room/office) +"xlF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"xlL" = ( +/turf/open/floor/iron/white, +/area/station/science/cytology) +"xlP" = ( +/turf/open/floor/engine, +/area/station/science/xenobiology) +"xlQ" = ( +/obj/structure/closet{ + name = "Evidence Closet 2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"xlZ" = ( +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"xma" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/flora/bush/large/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"xmb" = ( +/obj/structure/window/reinforced/survival_pod/spawner/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Gas to Filter" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"xmd" = ( +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/sandy_dirt, +/area/station/medical/medbay/lobby) +"xmg" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"xml" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xms" = ( +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"xmt" = ( +/turf/closed/wall, +/area/station/service/kitchen) +"xmu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"xmy" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xmD" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"xmI" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"xmO" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/fore/greater) +"xmT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"xmX" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/auxlab/firing_range) +"xnd" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/maintenance/central/greater) +"xng" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/delivery_chute{ + name = "Medical Deliveries" + }, +/obj/structure/sign/departments/exam_room/directional/north, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/plasticflaps{ + name = "Medical Deliveries" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"xnC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/glass, +/area/station/command/heads_quarters/rd) +"xnE" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/entry) +"xnQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"xnU" = ( +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"xoa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xog" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"xok" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/central) +"xol" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"xoo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/evidence) +"xoy" = ( +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"xoS" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 9 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/small, +/area/station/ai_monitored/command/storage/eva) +"xoW" = ( +/obj/structure/window/reinforced/spawner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"xpb" = ( +/obj/structure/transit_tube/station/dispenser{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/greater) +"xpf" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/maintenance/disposal/incinerator) +"xpl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xpo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"xpw" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/turf/open/floor/iron, +/area/station/security/courtroom) +"xpE" = ( +/obj/effect/turf_decal/siding/green{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"xpJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"xpM" = ( +/obj/machinery/light/cold/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"xpR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"xpT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"xpU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xpY" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/t_scanner, +/obj/item/multitool, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"xqe" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xqg" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/cable, +/obj/machinery/light/cold/directional/west, +/obj/machinery/firealarm/directional/west, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/turf/open/floor/iron/white/small, +/area/station/command/heads_quarters/cmo) +"xql" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/maintenance{ + name = "Incinerator Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"xqn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"xqq" = ( +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = 8 + }, +/obj/item/flashlight{ + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"xqs" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"xqv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"xqx" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/window/reinforced/tram/mid/directional/east, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"xqC" = ( +/turf/closed/wall, +/area/station/maintenance/hallway/abandoned_command) +"xqL" = ( +/obj/structure/window/spawner, +/obj/structure/flora/bush/jungle/a/style_random, +/obj/machinery/light/small/directional/north, +/turf/open/misc/sandy_dirt, +/area/station/commons) +"xqN" = ( +/turf/closed/wall, +/area/station/medical/chemistry) +"xqS" = ( +/turf/open/floor/eighties, +/area/station/service/abandoned_gambling_den/gaming) +"xqW" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/starboard) +"xqZ" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/north, +/obj/machinery/light/dim/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"xrh" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/button/tram{ + lift_id = "prison_tram"; + pixel_y = 32 + }, +/obj/machinery/destination_sign/indicator{ + pixel_y = 32; + tram_id = "prison_tram" + }, +/turf/open/floor/noslip, +/area/station/security/tram) +"xrk" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/processing) +"xru" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/machinery/airalarm/directional/east, +/obj/item/radio/intercom/prison/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"xrz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/service/theater) +"xrC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"xrP" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"xrX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 2; + icon_state = "right"; + layer = 3.1; + name = "Upload Console Window"; + req_access = list("ai_upload") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"xsa" = ( +/obj/structure/window/reinforced/spawner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"xsb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xsf" = ( +/turf/closed/wall/r_wall, +/area/station/security/breakroom) +"xsh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/command/bridge) +"xsj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical/central) +"xsm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/spawner/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"xsz" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"xsF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/processing) +"xsJ" = ( +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"xsK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"xsM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"xsT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xsV" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/starboard/aft) +"xsW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/dock) +"xte" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"xtg" = ( +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/security/office) +"xtk" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"xtI" = ( +/turf/closed/wall/r_wall, +/area/station/science/breakroom) +"xtK" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/table/glass, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"xtL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"xtW" = ( +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"xtX" = ( +/obj/machinery/power/emitter{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"xtZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xua" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/power/port_gen/pacman, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/engineering/engine_smes) +"xuh" = ( +/obj/structure/chair/pew/left, +/obj/item/bouquet/sunflower, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/maintenance/starboard/greater) +"xul" = ( +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"xur" = ( +/turf/closed/wall, +/area/station/security/processing) +"xuu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=10.0-ScienceFoyer-StarboardHall"; + location = "9.0-StarboardHall-ScienceFoyer" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xuD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Chemistry Lab" + }, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, +/turf/open/floor/iron/dark/small, +/area/station/medical/chemistry) +"xuF" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/space/basic, +/area/space/nearstation) +"xuN" = ( +/obj/structure/table/wood, +/obj/item/stamp{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/stamp/denied{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/stamp/qm{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) +"xuO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xuW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"xva" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"xvd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"xvf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"xvh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xvl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"xvm" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/toy/figure/rd{ + pixel_y = 10 + }, +/obj/item/stamp/rd, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"xvv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/science/research) +"xvx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"xvF" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"xvT" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/maint) +"xvW" = ( +/turf/closed/wall, +/area/station/service/theater) +"xwd" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"xwf" = ( +/obj/machinery/shower/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/shower) +"xwk" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/airalarm/directional/north, +/obj/structure/bed/maint, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"xwr" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/recharge_station, +/turf/open/floor/iron/smooth_large, +/area/station/science/robotics/mechbay) +"xwu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"xww" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"xwy" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"xwH" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xwS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/bed/maint, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xwT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/work) +"xwY" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/dark_red, +/obj/machinery/newscaster/directional/south, +/obj/item/folder/red, +/obj/item/pen{ + pixel_x = 11 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"xxa" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"xxn" = ( +/obj/machinery/atmospherics/components/binary/tank_compressor, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"xxo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/yellow, +/turf/open/space/basic, +/area/space/nearstation) +"xxs" = ( +/turf/closed/wall, +/area/station/security/checkpoint/escape) +"xxA" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"xxE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/security/brig/entrance) +"xxL" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/security/execution/transfer) +"xxO" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hos) +"xxR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xxV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xya" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"xyc" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/central/fore) +"xye" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xyh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Clinic" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medlock"; + name = "Lockdown Shutters" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"xyk" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/full, +/obj/structure/desk_bell{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medlock"; + name = "Lockdown Shutters" + }, +/obj/item/stack/medical/mesh{ + pixel_x = -6 + }, +/obj/item/stack/medical/suture{ + pixel_x = 11; + pixel_y = -3 + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/medbay/lobby) +"xym" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/security/tram) +"xyp" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/full, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/light/cold/directional/east, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medlock"; + name = "Lockdown Shutters" + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/medbay/lobby) +"xyx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"xyJ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"xyQ" = ( +/obj/structure/cable, +/obj/machinery/light_switch/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/medical/paramedic) +"xyR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"xyS" = ( +/obj/structure/table, +/obj/machinery/light/cold/directional/south, +/obj/item/roller{ + pixel_y = 14 + }, +/obj/item/roller{ + pixel_y = 18 + }, +/obj/item/roller{ + pixel_y = 25 + }, +/obj/item/wheelchair{ + pixel_y = -3 + }, +/obj/item/wheelchair, +/obj/item/wheelchair{ + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/medical/paramedic) +"xyX" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/displaycase/trophy, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"xyY" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/displaycase/trophy, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"xza" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/space/basic, +/area/space) +"xzd" = ( +/obj/structure/lattice, +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"xzf" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/sepia, +/area/station/maintenance/aft) +"xzg" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"xzo" = ( +/obj/machinery/door/airlock/external{ + name = "Departure Lounge Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/hallway/secondary/exit/departure_lounge) +"xzp" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"xzB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/reinforced/titaniumglass, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/turf/open/floor/iron/textured_large, +/area/station/engineering/break_room) +"xzJ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"xzQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"xzU" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"xzZ" = ( +/obj/machinery/door/airlock/external{ + name = "Dock Airlock" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"xAk" = ( +/obj/structure/cable, +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"xAl" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"xAm" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"xAq" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"xAv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"xAA" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"xAG" = ( +/turf/closed/wall, +/area/station/maintenance/department/prison) +"xAK" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"xAM" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"xAP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xAR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"xBe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"xBj" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"xBp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/obj/machinery/status_display/ai/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"xBr" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"xBx" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"xBK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"xBY" = ( +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/aft) +"xBZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/iron/small, +/area/station/hallway/secondary/exit/departure_lounge) +"xCl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs, +/area/station/hallway/primary/central/fore) +"xCu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"xCw" = ( +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) +"xCz" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"xCH" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"xCS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"xCT" = ( +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"xCV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xDg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/lobby) +"xDj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"xDs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/iron/small, +/area/station/hallway/primary/starboard) +"xDM" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/noslip/tram_platform, +/area/station/security/tram) +"xDW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/robotics/mechbay) +"xEc" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/aft) +"xEd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"xEe" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xEm" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/photocopier, +/turf/open/floor/iron, +/area/station/cargo/office) +"xEn" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/obj/machinery/airlock_sensor/incinerator_ordmix{ + pixel_x = 24 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"xEo" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"xEq" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xEv" = ( +/obj/structure/sign/departments/holy/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"xEC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xEQ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ + dir = 1 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/freezerchamber) +"xFd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/machinery/door/airlock/command/glass{ + name = "Telecommunications Server Room" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/tcommsat/server) +"xFe" = ( +/turf/closed/wall, +/area/station/security/lockers) +"xFw" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"xFA" = ( +/turf/closed/wall/r_wall, +/area/station/science/research) +"xFI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/door/airlock/research/glass{ + name = "Freezer" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/freezerchamber) +"xFL" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/science/ordnance/testlab) +"xFO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xFT" = ( +/obj/structure/table/wood, +/obj/machinery/computer/pod/old, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"xFZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"xGc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xGd" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"xGe" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/dorms{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/carpet/orange, +/area/station/commons/dorms) +"xGl" = ( +/obj/machinery/door/airlock/external{ + name = "External Docking Port" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/security/checkpoint/escape) +"xGw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"xGJ" = ( +/turf/closed/wall, +/area/station/command/corporate_showroom) +"xGL" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"xGQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/lone, +/area/station/service/theater) +"xGS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"xGT" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/lockers) +"xGX" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=8.0-Pharmacy-StarboardHall"; + location = "7.0-Arrivals-Pharmacy" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"xGY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"xHd" = ( +/obj/effect/turf_decal/siding/thinplating/terracotta{ + dir = 8 + }, +/turf/open/floor/iron/terracotta/small, +/area/station/security/checkpoint/escape) +"xHl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xHm" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "com_guest"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/command/corporate_suite) +"xHv" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light_switch/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/directional/south, +/turf/open/floor/iron/smooth, +/area/station/service/greenroom) +"xHw" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/modular_computer/console/preset/cargochat/medical{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) +"xHD" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/greenroom) +"xHK" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/machinery/door/airlock/security{ + name = "Security Transfer Center" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/breakroom) +"xHO" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/rack, +/obj/item/storage/box/firingpins{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/security/tram) +"xHU" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/open/floor/iron/terracotta/small, +/area/station/security/checkpoint/escape) +"xIj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"xIk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron, +/area/station/science/lobby) +"xIl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"xIu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xIw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"xIy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xIA" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/terracotta{ + dir = 4 + }, +/turf/open/floor/iron/terracotta/small, +/area/station/security/checkpoint/escape) +"xIK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"xIM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"xIP" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/construction) +"xIW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xJi" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"xJm" = ( +/obj/structure/cable, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"xJv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/toilet/auxiliary) +"xJw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"xJx" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xJz" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison) +"xJB" = ( +/turf/closed/wall, +/area/station/security/courtroom) +"xJG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"xJQ" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/machinery/recharger{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = -11 + }, +/obj/item/folder{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Bridge"; + name = "Bridge Requests Console" + }, +/turf/open/floor/iron/smooth, +/area/station/command/bridge) +"xJR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"xJX" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xJZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/central) +"xKa" = ( +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/service/cafeteria) +"xKg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xKi" = ( +/obj/machinery/door/airlock/external{ + name = "External Docking Port" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/security/checkpoint/escape) +"xKl" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/science/circuits) +"xKq" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/effect/turf_decal/bot, +/obj/structure/fireaxecabinet/mechremoval/directional/west, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"xKv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/processing) +"xKx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"xKG" = ( +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xKL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig Cells" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/brig) +"xKQ" = ( +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/machinery/firealarm/directional/north, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"xLc" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "medlock"; + name = "Lockdown Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) +"xLj" = ( +/obj/structure/closet/athletic_mixed, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"xLk" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology - Killroom Chamber"; + name = "xenobiology camera"; + network = list("ss13","xeno","rd") + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/science/xenobiology) +"xLl" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + shuttledocked = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/security/processing) +"xLm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"xLu" = ( +/obj/structure/mirror/directional/east, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/small, +/area/station/commons/fitness/locker_room) +"xLE" = ( +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"xLO" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"xLY" = ( +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_y = 11 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"xLZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/wood/tile, +/area/station/science/lower) +"xMa" = ( +/obj/effect/turf_decal/siding/white, +/obj/machinery/light/floor, +/turf/open/floor/noslip, +/area/station/medical/treatment_center) +"xMd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/bed/maint, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_recreation) +"xMg" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Office Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"xMk" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) +"xMo" = ( +/obj/structure/frame, +/obj/item/stack/cable_coil/five, +/obj/item/circuitboard/computer/arcade, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"xMr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xMv" = ( +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"xMA" = ( +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light/cold/directional/west, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/white/small, +/area/station/medical/cryo) +"xMK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"xMO" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 1 + }, +/turf/open/floor/eighties/red, +/area/station/service/abandoned_gambling_den/gaming) +"xMT" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den/gaming) +"xMY" = ( +/turf/closed/wall/r_wall, +/area/station/command/teleporter) +"xNh" = ( +/obj/effect/turf_decal/tile/dark_red/opposingcorners, +/obj/structure/closet/secure_closet/security/sec, +/turf/open/floor/iron, +/area/station/security/lockers) +"xNw" = ( +/turf/closed/wall, +/area/station/science/breakroom) +"xNI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xNS" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"xNU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/small, +/area/station/engineering/atmos) +"xNV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Gun Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/auxlab/firing_range) +"xNW" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"xNZ" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xOm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse_aft"; + name = "Warehouse Shutters" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xOw" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/obj/item/bedsheet/rd{ + dir = 4 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"xOB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"xOE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/security{ + name = "Security Transfer Center" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured_half, +/area/station/security/breakroom) +"xOJ" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light/cold/directional/south, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/dark, +/area/station/medical/paramedic) +"xOL" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/machinery/computer/prisoner/management{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/small/directional/west, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Head of Security's Desk"; + name = "Head of Security Requests Console" + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/stone, +/area/station/command/heads_quarters/hos) +"xOM" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/capacitor{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/stock_parts/capacitor{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tcomms) +"xOP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xOS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xOT" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/storage/dice, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"xPd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"xPf" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"xPj" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine, +/area/station/science/cytology) +"xPk" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"xPv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"xPx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/recreation) +"xPN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xPR" = ( +/obj/structure/flora/tree/jungle/small/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"xPW" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"xPX" = ( +/turf/closed/wall/rust, +/area/station/cargo/office) +"xPY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/departments/aiupload/directional/south, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"xQa" = ( +/turf/closed/wall, +/area/station/medical/treatment_center) +"xQh" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"xQi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"xQj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"xQl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/cold/directional/west, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"xQn" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xQr" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/station/engineering/supermatter) +"xQw" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"xQy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"xQC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"xQI" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"xQJ" = ( +/turf/closed/wall, +/area/station/service/abandoned_gambling_den/gaming) +"xQK" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/obj/machinery/computer/department_orders/security{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig/entrance) +"xQN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/tcommsat/server) +"xQW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"xQX" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/diagonal, +/area/station/science/auxlab/firing_range) +"xRg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"xRh" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/courtroom) +"xRl" = ( +/obj/structure/cable, +/obj/machinery/iv_drip, +/obj/structure/bed/roller, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/red, +/turf/open/floor/iron/white, +/area/station/security/medical) +"xRq" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xRv" = ( +/obj/machinery/smartfridge/petri/preloaded, +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/r_wall, +/area/station/science/cytology) +"xRA" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/central/fore) +"xRB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"xRH" = ( +/turf/closed/wall, +/area/station/maintenance/fore/lesser) +"xRI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xRV" = ( +/turf/closed/wall, +/area/station/hallway/primary/central/fore) +"xRW" = ( +/obj/machinery/door/airlock/centcom{ + name = "Frozeno!" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den/gaming) +"xRZ" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"xSe" = ( +/obj/structure/table/glass, +/obj/structure/microscope, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"xSg" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"xSp" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xSt" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/engine, +/area/station/science/cytology) +"xSx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/hallway/secondary/command) +"xSF" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"xSO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/medbay/central) +"xSV" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/full, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/storage/box/gloves{ + pixel_x = -3; + pixel_y = -1 + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/medbay/lobby) +"xSZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"xTb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xTd" = ( +/obj/machinery/light_switch/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xTf" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/spawner/random/trash, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"xTo" = ( +/obj/structure/cable, +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"xTr" = ( +/obj/item/kirbyplants/random, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/north, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"xTB" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) +"xTD" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xTI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"xTO" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"xTT" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Cubicle" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/firedoor, +/turf/open/floor/catwalk_floor/flat_white, +/area/station/science/cubicle) +"xUg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"xUn" = ( +/obj/machinery/computer/records/medical{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/radio/intercom/directional/east, +/obj/machinery/button/door/directional/north{ + id = "medlock"; + name = "Medbay Lockdown Control"; + req_access = list("medical") + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xUr" = ( +/obj/structure/rack, +/obj/machinery/flasher/directional/west, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"xUt" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"xUB" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/sign/plaques/kiddie{ + pixel_y = -4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"xUL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"xUO" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/science/genetics, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"xUR" = ( +/obj/structure/rack, +/obj/machinery/flasher/directional/east, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"xUV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"xUZ" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"xVj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"xVl" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/light/floor, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"xVn" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/landmark/start/roboticist, +/obj/machinery/conveyor_switch/oneway{ + id = "fab1"; + pixel_x = 10; + pixel_y = 11 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"xVo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"xVv" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"xVx" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"xVz" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Commons" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/commons) +"xVG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"xVV" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/service/janitor) +"xVX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/science/xenobiology) +"xVY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/restraints/handcuffs, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/machinery/recharger{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"xWd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xWk" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "fab1" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"xWl" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"xWn" = ( +/obj/structure/closet/secure_closet/detective, +/obj/machinery/requests_console/directional/north{ + department = "Detective's Office"; + name = "Detective Requests Console" + }, +/obj/machinery/computer/security/telescreen{ + dir = 4; + name = "Station Monitor"; + network = list("ss13"); + pixel_x = -26 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) +"xWq" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/cytology) +"xWs" = ( +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/science/robotics/mechbay) +"xWw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"xWz" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 8; + id = "centersol"; + name = "Center Quarter Solar Control" + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/solars/port/aft) +"xWD" = ( +/obj/structure/table/glass, +/obj/item/experi_scanner{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/experi_scanner{ + pixel_x = -10; + pixel_y = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"xWK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"xWL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/floor/light/colour_cycle/dancefloor_b, +/area/station/maintenance/starboard/central) +"xWT" = ( +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"xWW" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"xXi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"xXy" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"xXG" = ( +/obj/structure/bed, +/obj/item/bedsheet/cmo, +/obj/item/radio/intercom/directional/south, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/cmo) +"xXJ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart/laundry, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner, +/obj/effect/spawner/random/contraband/prison, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"xXL" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xXM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security) +"xXN" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/conveyor{ + dir = 8; + id = "fab1" + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"xXP" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"xXT" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/fore) +"xXV" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"xYd" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/mecha_part_fabricator{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"xYj" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xYu" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/processing) +"xYD" = ( +/turf/open/floor/grass, +/area/station/service/hydroponics/garden/monastery) +"xYE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"xYG" = ( +/turf/closed/wall, +/area/station/engineering/supermatter/room) +"xYH" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"xYJ" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"xYK" = ( +/turf/open/floor/iron/grimy, +/area/station/science/cubicle) +"xYO" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/bridge) +"xZd" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"xZh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/maintenance/port/fore) +"xZm" = ( +/obj/machinery/suit_storage_unit/medical, +/obj/effect/turf_decal/bot, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"xZs" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction) +"xZx" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/jade, +/turf/open/space/basic, +/area/space/nearstation) +"xZy" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"xZE" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"xZJ" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"xZN" = ( +/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/vehicle/ridden/secway, +/turf/open/floor/iron/smooth, +/area/station/security/checkpoint/escape) +"xZS" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/central/fore) +"xZV" = ( +/turf/closed/mineral/random/stationside, +/area/station/engineering/supermatter/room) +"xZX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"xZY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"yag" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"yal" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"yat" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/half, +/area/station/hallway/primary/central/fore) +"yaB" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/turf/open/space/basic, +/area/station/solars/port) +"yaF" = ( +/obj/structure/hedge, +/obj/machinery/status_display/supply{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"yaG" = ( +/turf/open/floor/wood/large, +/area/station/service/hydroponics/garden/monastery) +"yaI" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"yaL" = ( +/turf/closed/wall, +/area/station/commons/vacant_room/commissary) +"yaO" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"yaS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/crematorium{ + id = "cremateme"; + pixel_y = -30 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"yaU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"yaW" = ( +/obj/structure/bodycontainer/crematorium{ + dir = 8; + id = "cremateme" + }, +/turf/open/floor/iron/dark/small, +/area/station/service/chapel/storage) +"ybh" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/command/heads_quarters/captain) +"ybj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/interrogation) +"ybD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Arrivals" + }, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"ybJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig Cells" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/textured_half, +/area/station/security/brig) +"ybL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"ybM" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/bush/flowers_br/style_random, +/mob/living/simple_animal/hostile/lizard/eats_the_roaches, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/port/lesser) +"ybO" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"yca" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/prison) +"ycd" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ych" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"ycj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/dock) +"ycm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ycv" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_plate, +/area/station/maintenance/department/medical/central) +"ycy" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ycz" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/stack/sheet/mineral/coal{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/stack/sheet/mineral/coal{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/stack/sheet/mineral/coal{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"ycC" = ( +/turf/closed/wall/r_wall, +/area/station/command/bridge) +"ycE" = ( +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"ycF" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"ycL" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/chem_dispenser{ + layer = 2.7 + }, +/obj/machinery/light/cold/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"ycS" = ( +/turf/open/floor/wood/tile, +/area/station/service/bar) +"ycZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"ydf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"ydj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"ydt" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/fore/greater) +"ydu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/mail_sorting/service/bar, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ydA" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/west, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"ydK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"ydW" = ( +/obj/structure/bed/roller, +/obj/machinery/light/cold/directional/north, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"yea" = ( +/turf/closed/wall, +/area/station/service/chapel/office) +"yee" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/west, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"yeh" = ( +/turf/closed/wall, +/area/station/hallway/primary/starboard) +"yel" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"yen" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/dock) +"yep" = ( +/obj/structure/rack, +/obj/item/storage/box/bodybags{ + pixel_y = 4 + }, +/obj/item/storage/medkit{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/healthanalyzer{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/healthanalyzer{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/structure/sign/warning/test_chamber/directional/east, +/turf/open/floor/iron/white, +/area/station/science/robotics/augments) +"yeu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/service/hydroponics) +"yex" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"yez" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/tcommsat/server) +"yeC" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"yeD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"yeE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"yeF" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"yeO" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"yeP" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/storage/tech) +"yeQ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"yeS" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth/fancy/mechanical{ + id = "detpriv"; + name = "Curtains" + }, +/turf/open/floor/plating, +/area/station/security/detectives_office) +"yeZ" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/testlab) +"yfa" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"yfd" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"yfe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal/incinerator) +"yfg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/maintenance/starboard/greater) +"yfj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"yfm" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/engineering/storage/tech) +"yfA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/science/research) +"yfC" = ( +/turf/closed/wall, +/area/station/service/hydroponics) +"yfD" = ( +/turf/closed/wall, +/area/station/medical/surgery/theatre) +"yfH" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/displaycase/trophy, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/smooth, +/area/station/service/library) +"yfJ" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"yfQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"yfX" = ( +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/greater) +"yfY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"yfZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/closet/firecloset, +/turf/open/floor/iron, +/area/station/hallway/secondary/dock) +"yga" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"ygb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ygd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"ygu" = ( +/turf/open/floor/iron/white, +/area/station/hallway/primary/starboard) +"ygB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/bronze{ + name = "Backstage" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"ygF" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"ygG" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"ygK" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner{ + dir = 1 + }, +/obj/effect/spawner/random/aimodule/neutral, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"yha" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/machinery/door/window{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Core Modules"; + req_access = list("captain") + }, +/obj/effect/spawner/random/aimodule/harmless, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"yhk" = ( +/obj/structure/table, +/obj/machinery/light_switch/directional/north, +/obj/item/storage/secure/briefcase{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/storage/secure/briefcase{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/item/crowbar/large{ + pixel_y = -10 + }, +/obj/item/weldingtool/mini{ + pixel_y = -10 + }, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"yhq" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/hallway/primary/starboard) +"yhv" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"yhB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"yhF" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"yhH" = ( +/obj/structure/closet/emcloset, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"yig" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner{ + dir = 1 + }, +/obj/item/ai_module/reset/purge{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/effect/spawner/random/aimodule/harmful, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/smooth_large, +/area/station/ai_monitored/turret_protected/ai_upload) +"yij" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"yim" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/secondary/entry) +"yiq" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"yit" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"yiv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Greenroom Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"yiy" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"yiF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/engine) +"yiL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"yiQ" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/starboard) +"yiU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"yiV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/science/xenobiology) +"yjc" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/sorting) +"yjd" = ( +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"yjr" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/siding/red, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron/small, +/area/station/security/office) +"yjt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/small, +/area/station/science/cubicle) +"yju" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"yjE" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/engine) +"yjK" = ( +/obj/effect/turf_decal/siding/green{ + dir = 9 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/abandoned_gambling_den/gaming) +"yjV" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/aisat/exterior) +"yjZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"ykd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"ykk" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/science/xenobiology) +"ykn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"yku" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/dinner, +/obj/machinery/light/small/directional/east, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/department/medical/central) +"ykv" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"ykx" = ( +/obj/structure/table/glass, +/obj/item/folder/red{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/stamp/hos, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"ykz" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ykE" = ( +/obj/structure/table/glass, +/obj/machinery/light/small/directional/south, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_y = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"ykI" = ( +/obj/structure/cable, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/courtroom) +"ykL" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"ykQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/station/maintenance/department/engine) +"ykT" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ykU" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"ykY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/obj/item/kirbyplants/dead, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/rd) +"yla" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/checker, +/area/station/security/breakroom) +"ylo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"ylq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/turf_decal/siding, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"yly" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"ylD" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"ylJ" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/commons/dorms) +"ylR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/dark_red/half/contrasted, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security) +"ylX" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/fitness/locker_room) +"ymd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) + +(1,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(2,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(3,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(4,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(5,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(6,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(7,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(8,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(9,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(10,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(11,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(12,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(13,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(14,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(15,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(16,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(17,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(18,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(19,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +rpi +rpi +rpi +rpi +rpi +rpi +rpi +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(20,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +wCc +blb +blb +wCc +wCc +wCc +wCc +wCc +wCc +blb +blb +blb +blb +wCc +wCc +wCc +wCc +blb +blb +rpi +rpi +blb +blb +rpi +blb +blb +rpi +rpi +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(21,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +rpi +rpi +blb +blb +beL +dBV +bxH +blb +blb +rpi +rpi +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(22,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +dDB +blb +dDB +dDB +dDB +dDB +wCc +wCc +blb +blb +wCc +wCc +wCc +wCc +wCc +wCc +blb +blb +wCc +wCc +blb +rpi +blb +blb +bfG +bkz +dBV +bkz +bBf +blb +blb +rpi +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(23,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +hwJ +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +rpi +blb +beL +dBV +bkH +bsQ +bkH +dBV +bxH +blb +rpi +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(24,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +tYT +blb +dDB +dDB +alD +anv +rMn +rMn +rMn +rMn +rMn +rMn +rpi +rMn +rMn +rMn +rMn +rMn +rMn +rpi +rpi +rpi +rpi +dBV +bfN +blG +btL +bxN +dBV +bTa +rpi +rpi +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(25,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +tYT +blb +dDB +dDB +alR +voO +rpi +rpi +voO +voO +voO +voO +voO +voO +rpi +voO +voO +voO +voO +voO +rpi +rpi +blb +vrw +dBV +bkH +bsQ +bkH +bkz +byk +blb +rpi +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(26,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +tYT +tYT +tYT +dDB +dDB +amp +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +rpi +blb +blb +bfX +dBV +bkz +dBV +bBl +blb +blb +rpi +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(27,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +tYT +tYT +tYT +tYT +dDB +amp +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +lgg +sRm +dDB +lgg +sRm +rpi +rpi +blb +blb +vrw +dBV +byk +blb +blb +rpi +rpi +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +knv +ctV +cmf +ctV +knv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(28,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +dDB +amp +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +vrT +vrT +aGa +vrT +vrT +blb +rpi +rpi +blb +blb +rpi +blb +blb +rpi +rpi +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +knv +cmf +dJN +eiM +eFN +knv +cmf +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(29,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +ayi +ayi +acF +ayi +ayi +arP +acF +ayi +ayi +amq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +anV +anV +dDB +anV +anV +blb +dDB +rpi +rpi +rpi +rpi +rpi +rpi +rpi +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +knv +dpN +dKj +eiU +cvJ +eYV +knv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(30,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +arP +abs +adO +ayi +aeF +aeF +aeF +ajI +ajM +amp +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +lgg +oer +atN +cDk +dDB +qyo +atN +oer +sRm +dDB +blb +dDB +rpi +dDB +blb +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +knv +dqG +dKk +cvJ +eFP +eZO +knv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(31,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +arP +asf +asq +aeA +afi +agE +aiA +ajI +ayi +amG +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +anV +blb +vrT +blb +blb +blb +vrT +blb +anV +dDB +blb +jZl +btP +jZl +blb +dDB +dDB +jZl +dDB +dDB +dDB +dDB +dDB +dDB +dDB +cmf +dqK +dPz +cvJ +cmf +faj +knv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(32,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +ayi +agn +aun +aEA +afP +agT +aiJ +aun +ajQ +amV +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyo +oer +yiy +sRm +dDB +lgg +yiy +oer +cDk +dDB +blb +jZl +buy +jZl +bBy +bBy +bBy +jZl +aJq +dDB +dDB +dDB +dDB +dDB +dDB +knv +dra +dQS +cvJ +knv +fbo +cmf +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +xZx +dDB +dDB +dDB +dDB +dDB +xZx +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(33,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +ayi +agn +aun +aKH +afX +agT +aiJ +aun +ajQ +amV +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +dDB +dDB +blb +qyo +atN +aGF +atN +cDk +ayK +mKG +beO +ayK +jZl +buI +jZl +bCi +bTg +cbM +jZl +jZl +aJq +aJq +dDB +dDB +dDB +dDB +knv +knv +cmf +eki +knv +knv +knv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(34,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +ayi +acu +adR +acl +aem +agY +ayi +ayi +acF +ann +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +ayK +ayK +ayK +ayK +jqF +blb +jqF +ayK +ayK +hdT +qHg +ayK +bmk +buN +byV +bCu +bCu +bCu +cgs +jZl +aJq +aJq +aJq +dDB +dDB +dDB +dDB +cmf +ctV +elm +ctV +cmf +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wZa +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(35,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +btC +acN +adB +aPb +aed +ahe +aiN +arP +blb +blb +blb +blb +blb +blb +gcs +aJq +aJq +aJq +ayK +aoe +atF +ayK +oNn +hdT +oNn +ayK +gnL +dLC +bfj +ayK +xMv +buW +bzf +bCM +bTv +cbN +cgO +jZl +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +cea +elO +crE +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +vdg +wdB +wdB +lvk +sxv +dDB +dDB +dDB +vdg +lvk +sxv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +vdg +wdB +sxv +vdg +wdB +wdB +sxv +vdg +wdB +sxv +rCv +xzo +rCv +xzo +rCv +vdg +wdB +sxv +rCv +wZb +gZt +xGl +gZt +dDB +vdg +wdB +wdB +wdB +sxv +bSo +bSo +bSo +bSo +vdg +wdB +wdB +wdB +sxv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(36,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +btC +acl +aed +aeC +agD +ahy +aiO +ayi +gcs +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +xZV +ayK +aou +xgB +biW +bsz +aHc +dtH +lVF +uyE +lJA +byW +ayK +pBy +bvT +bzn +bEi +bTN +ccK +cgU +jZl +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +cea +emf +crE +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyN +rpi +rpi +xZx +rpi +rpi +rpi +rpi +rpi +xZx +wgv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyN +xZx +rpi +rpi +rpi +rpi +rpi +rpi +xZx +wgv +rCv +jje +jje +jje +rCv +qyN +xZx +wgv +rCv +xzg +xxs +xHd +gZt +dDB +qyN +xZx +rpi +rpi +blb +xZx +blb +blb +xZx +blb +rpi +rpi +xZx +wgv +dDB +dDB +cLg +dDB +kvI +dDB +cLg +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(37,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +btC +adB +adB +btC +btC +agT +ajg +ayi +aJq +dDB +dDB +dDB +dDB +aJq +aJq +xZV +xZV +xYG +xYG +nig +jef +hlw +diK +aII +dID +tKO +kYK +dyH +mum +ayK +jZl +jZl +jZl +bFb +bUy +jZl +jZl +jZl +rQi +aJq +aJq +aJq +dDB +dDB +dDB +dDB +cea +elm +crE +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +bjQ +gAn +gDC +rpi +tdu +pSs +dDB +dDB +dDB +rMm +opL +pSs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +rMm +uPX +pWt +rMm +uPX +uPX +pSs +sck +uPX +pSs +qyT +tCg +tWx +tCg +qyT +rMm +blb +pSs +qyT +tWx +xxs +xHU +xxs +dDB +rMm +uPX +uPX +uPX +pWt +bSo +bSo +bSo +bSo +sck +uPX +uPX +uPX +pSs +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(38,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +btC +btC +acl +aPb +btC +agT +ayi +ayi +aJq +dDB +dDB +dDB +dDB +aJq +aJq +xZV +xZV +xZV +xYG +tfH +sFg +xQr +cFC +aJc +aME +xQr +aTA +poI +kvh +bfZ +bmn +bwg +rQi +bFM +bUX +rQi +cAg +aNH +rQi +rQi +aJq +aJq +aJq +dDB +dDB +dDB +cea +elm +crE +dDB +dDB +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +slY +wxW +ueX +xba +xba +xba +xba +xba +lOj +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyT +qyT +rCv +rCv +rCv +qyT +qyT +qyT +rCv +rCv +viW +viW +viW +rCv +rCv +qyT +rCv +rCv +wZp +reM +xIA +reM +gZt +gZt +qVP +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(39,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +btC +btC +aem +btC +aed +ahz +ajo +ayi +aJq +dDB +dDB +dDB +aJq +aJq +aJq +xZV +xZV +xZV +npy +aqr +swI +xQr +qiX +jxu +buS +xQr +aTP +boP +dla +npy +bmP +bzs +rQi +bHW +bUX +cuB +cNy +qLf +wUB +rQi +aJq +aJq +aJq +aJq +aJq +knv +ctV +elO +ctV +knv +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ueX +kPW +slY +gNH +gZi +gZi +gZi +hrV +hzm +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ljn +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyT +qyT +pWv +qjk +rCv +uRe +rwQ +scl +syg +tfy +rCv +xzo +rCv +xzo +rCv +fyv +vFD +vZW +rCv +xaA +reM +xKi +reM +mAL +qpO +qVP +hop +fmR +fmR +hop +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +tYT +liQ +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(40,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +ayi +btC +acl +aPb +aed +adB +ajo +ayi +ayi +dDB +dDB +dDB +aJq +aJq +aJq +xZV +xZV +xZV +wxt +aqU +efa +oZg +geQ +aRR +pbt +aPG +aTW +bAq +aTW +bhc +bng +bzv +rQi +cdi +ctZ +ccN +cld +aFA +fmm +rQi +aJq +aJq +aJq +aJq +gBh +gBh +knv +emB +knv +knv +cmf +gBh +cmf +knv +knv +dDB +dDB +dDB +dDB +slY +slY +slY +wxW +slY +ikr +ixX +iVK +iVK +jhC +lOj +hLT +hzm +hLT +lOj +dDB +dDB +dDB +dDB +kdH +kmg +kEs +kdH +kEs +lEJ +kdH +dDB +dDB +slw +slw +rfD +slw +slw +slw +qyT +sYo +wcG +lct +qAs +avB +snZ +snZ +snZ +mni +rQS +rQS +rQS +rQS +rQS +dBH +snZ +mni +rQS +jGN +reM +aFq +xZN +mAL +dus +qVP +hpQ +tIz +gHA +hop +rig +fEC +fEC +fEC +fEC +fEC +dDB +dDB +dDB +aJq +fEC +tYT +cCE +tYT +fEC +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +hkM +wCc +hkM +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(41,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +aJq +acF +adF +aem +acl +aem +ahe +ayi +ayi +blb +blb +blb +blb +gcs +aJq +aJq +cwg +xZV +xZV +xYG +oAu +tod +vFW +aAt +oES +fzl +aQn +gPr +bcu +jOb +xtX +jAw +cdf +rQi +woe +bWQ +rQi +clH +fIr +wUB +bNq +knv +knv +knv +gBh +gBh +gBh +dRi +enq +gCS +cuZ +hRz +cuZ +geI +knv +ggw +kCT +kCT +kCT +kCT +haO +slY +kwY +kPW +ueX +ikr +iVK +iVK +ixX +jhC +lOj +hMw +hYA +imS +lOj +lOj +hzm +lOj +kdH +kdH +kmn +kEu +ocx +lju +oPU +kdH +kdH +kdH +slw +qON +nZh +rDS +rWM +peb +whL +pLl +leU +vIX +qBG +opv +rxo +yal +yal +yal +yal +yal +tWB +yal +yal +yal +tms +smh +tms +lxZ +poE +jvN +rSi +eUH +rvD +qVP +uFQ +afu +fFt +kyr +lpC +fEC +ybM +vQq +eYY +fEC +aJq +aJq +aJq +aJq +fEC +qkK +cFS +qkK +fEC +aJq +aJq +vmL +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +vdg +wdB +sxv +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(42,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +arP +adF +adB +aun +acl +ait +ajG +ayi +ayi +dDB +dDB +dDB +aJq +aJq +aJq +xZV +xZV +xZV +xYG +tfH +acn +iuu +iey +mwI +qrP +aQB +ajw +bcK +frj +ayK +ayK +ayK +rQi +bIW +bVs +rQi +gTf +cgB +bNq +bNq +wMC +cLH +cmf +knv +gBh +dsH +fze +cmf +knv +fRB +knv +knv +gfc +geG +sjq +sNz +wZF +wZF +gzD +sjq +gBi +sjq +sxA +slY +ikr +iVK +iVK +iVK +hsJ +hzX +hMH +hNA +inT +lOj +lev +lwI +lOj +mnv +kdH +kmo +ouN +rST +ouN +oQr +kdH +pZu +yaF +slw +qPr +sob +rEL +rXm +pee +qyT +pLZ +pWF +fMQ +qCb +qZf +yaI +qRN +erg +sNg +yaI +wRN +yaI +oUx +yaI +xQy +qRN +erg +yaI +xdv +uTK +slL +nQX +eVI +dDS +qVP +jcv +kgN +kLo +ucJ +wtq +fEC +lTA +lBf +lxI +fEC +fEC +fEC +fEC +fEC +fEC +kCo +peR +dyW +fEC +aJq +tYT +tYT +vmL +tYT +vmL +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +qyN +yaB +wgv +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(43,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +tYT +tYT +arP +adF +adB +adB +acl +adB +ajG +acF +akZ +dDB +dDB +dDB +aJq +aJq +aJq +xZV +xZV +xYG +xYG +rVV +vkk +xQr +xmb +aJn +aNe +xQr +aUQ +lOh +xYG +rQi +bnu +bwH +rQi +cZM +bGP +bNq +bNq +bNq +bNq +lUG +gQs +gCS +cLe +hRz +gCS +gCS +fAe +knv +pCs +lUG +knK +knv +gcm +knv +ggw +kCT +kCT +kCT +kCT +haO +slY +gDF +xpl +mEB +ikr +iVK +iVK +iVK +jhC +lPi +hNb +kdN +ioJ +kOq +leI +hNA +lPi +mnZ +kdH +nJU +kEA +kQe +ouR +oRr +kdH +pHo +pZz +slw +qPC +rho +tyD +rXr +sor +whL +sYs +pXo +tYx +qyT +uRj +snZ +snZ +syh +jch +thq +tCm +onw +jeV +yaO +mKD +snZ +hxQ +snZ +xdR +kYQ +gPa +lvc +eVI +vVo +qVP +jfT +kgZ +kUf +fCp +gSD +fEC +kQk +aJE +fEC +fEC +rpV +acJ +vej +wxR +fEC +qXB +tmT +qXB +fEC +aJq +tYT +vmL +tYT +vmL +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +vdg +hrL +wdB +wdB +wdB +qis +obq +twg +sxv +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(44,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +ayi +acF +btC +btC +btC +ayi +ayi +ayi +akZ +dDB +dDB +dDB +aJq +aJq +aJq +xZV +xZV +xYG +lDE +arA +aRY +sYf +aRh +bEG +leh +dsr +aVj +bJL +iQv +bhR +boL +bwJ +cPM +hSx +dhw +bNq +dvQ +dFn +cuZ +gCS +gSV +cLa +bNq +bNq +ecq +bNq +bNq +knv +knv +knv +knv +knv +knv +cmf +knv +dDB +dDB +dDB +dDB +slY +slY +slY +ohl +mEB +ikr +ixX +iVK +iVK +jhU +lPi +hNA +kdP +ipb +kOv +lfU +lxd +lPi +pJm +kde +nJU +ppk +uzJ +ovQ +oRr +poc +pJm +pZK +npA +tYj +wiy +rGt +mhk +mhk +mhk +mhk +tzq +mhk +mhk +uRx +onw +onw +onw +wgu +qyT +tDb +ttX +xBZ +qyT +nvK +xBe +xBe +xBe +xWK +lLb +iIR +qUS +jaP +qpU +qVP +fEC +fEC +oev +fEC +fEC +fEC +fEC +uru +fEC +xpo +vFy +vGU +vFy +vGU +rOG +hbm +nth +vSW +fEC +vmL +tYT +vmL +vmL +gcs +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyN +obq +obq +obq +obq +obq +obq +dPc +sOk +blb +blb +blb +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(45,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +akZ +dDB +dDB +dDB +dDB +aJq +aJq +xZV +xZV +xYG +bze +aOP +aSd +qoh +fUw +tBk +bvO +bzV +bDM +bJN +vGv +bhU +suU +suU +hRv +bJd +diO +doQ +clJ +gSV +cvJ +bNq +ecq +bNq +knv +cSv +dcm +duF +ybO +vmL +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ueX +ohl +slY +ikU +iVL +iVL +iVL +jig +lOj +hNZ +kdS +kuy +lOj +lgT +jir +lPi +uzJ +mQh +nJU +ppk +odN +ovQ +oRr +poM +uzJ +mKB +npA +nFh +riV +oyU +mhk +spW +ozn +ozn +pXC +tYL +mhk +whL +rym +whL +rym +whL +qyT +tDE +tWQ +unM +qyT +pSA +bUJ +rkY +xoy +xUg +reM +xKQ +oVi +reM +reM +qVP +efr +tqo +umi +ghc +vFy +rOG +uYb +rOG +vGU +mDh +qVP +qVP +qVP +qVP +wmV +cpH +tqo +tqo +fEC +vmL +vmL +vmL +vmL +gcs +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyN +obq +xCH +uPX +uPX +uPX +obq +uPX +pSs +blb +dDB +dDB +dDB +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(46,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +aJq +aJq +xZV +xZV +xYG +jju +aOZ +ayK +ayK +hdT +gRc +ayK +ayK +bDP +bKk +naw +rQi +cTd +cEQ +rQi +bJe +bWZ +bNq +cmf +dHC +knv +ecq +cGy +cGy +cLB +cSz +dcG +duH +dRm +enB +xae +xae +xae +xae +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +slY +ohl +slY +slY +slY +ueX +slY +ueX +slY +ueX +slY +slY +slY +slY +lxy +hzm +jTA +ovQ +knk +ppk +kQM +owl +oSb +ppk +mjQ +pZP +npF +mhk +riZ +npF +mhk +pev +mhk +mhk +mhk +mhk +mhk +uRX +vzP +vzP +vzP +wjK +wBm +wXk +xKG +qHH +yea +yea +yea +fEC +fEC +xeC +qVP +qVP +qVP +qVP +jmV +fEC +tqo +fEC +fEC +xDj +fEC +qVP +qVP +qVP +qVP +qVP +vTV +vwI +qtE +qVP +fEC +cpH +fEC +tqo +fEC +qVP +fNu +fNu +cGj +cGj +cGj +cGj +cGj +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyN +obq +wgv +qwV +blb +qwV +qwV +qwV +blb +qwV +vdg +wdB +sxv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(47,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +xZV +ayK +anz +arJ +ayK +kBq +aQy +aJu +vpm +yjE +aVq +yjE +yjE +yjE +yjE +yjE +yjE +bwX +dja +bNq +hln +dIm +dQY +ecq +epA +hju +dEt +cSY +ddj +dvb +cwf +eop +eGt +fcD +fta +xae +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +slY +gIs +slY +gOK +slY +hfc +slY +hsX +jBb +kPW +kwY +lQq +kOA +slY +lzn +lRc +moz +kee +nua +nPt +odX +lkI +oSg +lWF +mjV +qbw +npS +nFX +nZM +ozn +ozn +sqe +mhk +pMg +pYE +vzP +vxf +vkG +xYD +xPR +tzJ +xRZ +wBm +wXk +oOy +xOS +uHI +vlY +vGp +fEC +nth +xeM +tKa +xLm +tKa +rGB +iZy +cMW +tKa +tKa +iZy +nbL +cRm +qVP +qCU +biq +qwq +bCz +vTV +rJW +suw +qVP +nHu +dpt +tvZ +tqo +efr +qVP +vQj +qmv +hXU +rNY +vUM +jAS +cGj +rtQ +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyN +obq +obq +qwV +dDB +dDB +blb +dDB +dDB +qwV +obq +obq +sOk +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(48,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +tYT +tYT +tYT +aJq +aJq +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +xZV +ayK +ayK +ayK +ayK +xua +aAE +aKm +aNB +aQI +aVz +yjE +bKu +vxt +kLq +smo +yjE +bJi +djC +bNq +dvR +dIe +dRE +ecF +cIe +hjT +ioQ +eQe +faw +dwJ +dSM +eoK +eGJ +fdF +ftO +xae +blb +blb +blb +blb +blb +blb +blb +blb +blb +slY +mFA +slY +gPN +gZk +iNE +ueX +htt +kwY +slY +slY +kwY +slY +slY +kzF +lTv +oem +oem +nxo +oem +oem +owM +oSx +qby +qby +qby +mhk +mhk +tYL +udt +rXw +sqz +mhk +pMi +xYD +rLT +qCg +qZB +cPd +wWa +xYD +wly +wAW +wXk +glM +xOS +wEG +wEG +wEG +fEC +nth +fEC +fEC +fEC +yag +qVP +qVP +qVP +qVP +qVP +qVP +qVP +qVP +qVP +ftv +dWK +btv +kAk +vTV +gWb +pcv +qVP +qVP +uBu +vxm +fEC +tqo +qVP +iIU +grn +lSI +lce +vKU +pTr +vfc +rtQ +rtQ +rtQ +rtQ +rtQ +rtQ +rtQ +rtQ +rtQ +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +vmL +tYT +tYT +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyN +ovf +wgv +qwV +blb +qwV +qwV +qwV +blb +qwV +qyN +obq +wgv +dDB +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(49,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +ayK +avp +aBs +aKG +omJ +yjE +aWE +yjE +bUk +yfa +gJA +yfa +yjE +daD +djE +ecq +dwz +dIm +dSd +bNq +pJh +hhR +ieu +eQi +fbq +dxP +dTu +eoY +xae +xae +xae +xae +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +ueX +slY +xpl +slY +gPN +slY +hff +jCo +hff +jCo +slY +kfA +lQq +kPW +iUG +jkS +lTN +mRD +mRD +knL +kEH +mRD +llg +oSx +qby +mjX +mLh +nry +qRq +mhk +xLO +mhk +mhk +mhk +csp +xYD +uaa +yaG +ram +ryp +xYD +xYD +xRZ +wBm +wXk +jte +uoh +yea +vmt +dzi +fEC +wxR +fEC +wxR +fEC +wmV +qVP +peN +blb +blb +blb +blb +blb +blb +xkt +rGm +btv +mxg +nPu +vTV +xOL +tVe +eEN +qVP +qVP +cWo +rOG +sLB +qVP +pBN +tko +hXU +pOw +dkI +dLn +rxu +lzM +jfX +cJu +kKy +cJu +uRp +kef +ieZ +rtQ +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +vmL +tYT +tYT +tYT +tYT +tYT +aJq +aJq +dDB +dDB +dDB +qyN +ovf +twg +wdB +wdB +wdB +obq +wdB +wdB +wdB +qis +obq +wgv +dDB +blb +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(50,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +avp +coJ +aKZ +yjE +aRv +aXL +bMq +bUF +vxt +cxr +bwY +yjE +bJE +dkd +dpO +dwL +dJh +dTm +bNq +wXM +evH +kUl +cTr +ddk +dyi +hYC +vmL +cMq +vmL +cMq +flQ +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +mEB +gDH +mFA +ueX +slY +slY +jCo +slY +slY +jCi +slY +slY +slY +slY +slY +kzF +lUz +ohj +ohj +nxX +ohj +ohj +oxw +lFG +lWY +mkF +mLk +nsL +qSG +srn +uSM +rYv +srn +sMi +pMu +qaA +qkv +qCi +raC +dty +vzW +syv +wlF +wzk +tDJ +blq +uot +yea +vmH +yea +fEC +fEC +fEC +acJ +xLE +rui +qVP +blb +xkt +xkt +xkt +xkt +xkt +xkt +xkt +syk +bvK +skS +mIT +vTV +fBR +tVe +cDb +gSa +qVP +rpV +fEC +cpH +qVP +hXU +hXU +hXU +pjO +qBT +uRJ +kJN +lzM +ndA +qWd +qWd +dhX +iyk +ays +ieZ +rtQ +aJq +aJq +aJq +aJq +aJq +vmL +tYT +vmL +tYT +vmL +vmL +tYT +tYT +vmL +aJq +aJq +aJq +tYT +aJq +aJq +aJq +aJq +aJq +dDB +qyN +ovf +ovf +ovf +ovf +ovf +obq +obq +obq +obq +obq +obq +wgv +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(51,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +ouj +vCd +aLe +mQB +dSD +dSD +vxt +bWJ +vxt +vxt +vxt +yjE +bJU +dkm +dqj +dxG +dJn +dTr +bNq +ybO +ybO +kUl +cTD +ddN +dzQ +hYC +cLB +hYC +fdK +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +mEB +gEc +gIx +sjq +sNz +hyO +roi +slY +huc +hAN +jMb +kzI +kzI +rST +iUN +jlv +sRR +odX +odX +nyE +uzJ +oih +uzJ +lFU +qby +mkO +mMt +dVW +qSS +mhk +tKf +rYD +mhk +jrZ +xYD +xYD +uXN +uSC +uSC +vkz +xYD +syG +pHN +wAW +wXk +xiF +uoM +yea +vRe +wMA +waO +von +fEC +xxA +fEC +gLR +qVP +blb +xkt +env +trK +iAt +pon +voX +fQo +syk +bKE +uyH +bsl +vTV +wyO +ykx +nte +lNx +qVP +fEC +fEC +pjo +qVP +bpl +bVI +oJE +kgh +uRW +anH +lHj +lzM +xDM +acO +kLG +bQz +rlV +wHY +ieZ +rtQ +aJq +aJq +aJq +tYT +tYT +tYT +vmL +vmL +tYT +tYT +vmL +vmL +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +rMm +vqH +uPX +uPX +uPX +vqH +obq +uPX +uPX +uPX +uPX +uPX +pSs +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(52,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +vxt +vxt +vxt +vxt +wyt +aXR +wyc +cIy +cIy +fch +cIy +kFP +bKy +dkd +cdt +cmA +dJp +dVu +efe +cIs +cLc +cMB +eQz +deB +dAh +dUn +eoZ +dRm +fel +xae +xae +xae +xae +xae +blb +dDB +dDB +dDB +dDB +slY +slY +slY +hTr +slY +slY +iBo +slY +jiu +jCP +kia +kia +kia +oGl +iVx +lzp +jFB +tll +wuM +nyS +pBD +wuM +pBD +wuM +vLP +wuM +vLP +mhk +mhk +mhk +xmI +pbu +mhk +qDr +xYD +xPR +uXN +uSC +uSC +vkz +vAA +szy +xRZ +wAW +iLK +glM +khE +yea +vmX +vij +wbb +wyl +fEC +fEC +fEC +wmV +qVP +blb +xkt +gmh +rty +kRU +mYR +rty +fpl +oKz +wYW +pds +nOO +vTV +tjQ +ddE +tiM +qGu +qVP +xpo +vVU +mDh +qVP +kvO +tug +hXU +wVs +pxj +hAC +cVC +lzM +ieZ +ieZ +ieZ +ieZ +ieZ +ieZ +ieZ +rtQ +aJq +aJq +aJq +vmL +tYT +vmL +tYT +tYT +vmL +vmL +vmL +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +blb +dDB +dDB +dDB +jZJ +iTP +jZJ +blb +tDn +tDn +tDn +uzj +uzj +uzj +xjz +xjz +xjz +xjz +dDB +dDB +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(53,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +tYT +aJq +aJq +vnI +vnI +vxt +vxt +bHd +vxt +vxt +wyt +cyp +yfa +yjE +daK +dlR +bNq +bNq +bNq +bNq +bNq +ybO +qYx +cMI +eSB +dfB +dAl +dUT +epq +dTu +ffs +eGt +fHQ +gfE +gqw +xae +blb +blb +blb +blb +blb +blb +slY +hLD +hTD +oOK +slY +hfC +slY +jjq +jCR +jNc +qSH +vNv +rST +iVI +jmK +jHB +jVQ +wuM +kpw +kFg +kRJ +llD +lGk +uKP +xuN +mMz +mhk +nFY +mhk +mhk +xLO +mhk +ptZ +sYF +tzJ +qkw +qCR +raX +rzu +xYD +xYD +wlQ +wBm +wXk +glM +xFO +rQC +vne +vHV +wbH +wyL +xeP +cTw +fEC +wmV +qVP +blb +xkt +vsC +rty +gKC +eJh +noT +ycF +syk +lCt +sKE +bWh +vTV +goE +rAy +loL +vKB +qVP +dpt +fEC +fEC +qVP +cGj +cGj +cGj +cGj +mZc +hXU +hXU +lzM +hsZ +hsZ +hsZ +hsZ +hsZ +hsZ +lzM +rtQ +lzM +aJq +vmL +vmL +vmL +vmL +vmL +vmL +vmL +vmL +vmL +vmL +aJq +aJq +aJq +aJq +lzM +lzM +lzM +lzM +lzM +lzM +lzM +lzM +lzM +lzM +xAG +xAG +tDn +jZJ +npp +jZJ +tDn +tDn +enE +xAG +nFv +vZb +hJC +aHJ +cZP +ioy +xjz +xjz +blb +blb +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(54,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +tYT +tYT +tYT +aJq +aJq +vnI +vxt +vxt +jmI +xya +yfa +yjE +yjE +yjE +yjE +yjE +bLK +bXb +bNq +dye +dKC +dVM +gDL +lPf +utY +cMV +hSM +dfC +fmj +aIr +iGh +dSM +ffO +eGJ +fLX +gfL +grW +xae +blb +dDB +dDB +dDB +dDB +dDB +slY +mEk +mXo +nEA +slY +oPi +xOm +pAU +qbg +rif +rie +ipd +rTA +nTi +lzA +lUI +tVR +pBD +nnc +jZc +kSb +tca +lGT +lWR +mlr +mMF +mhk +xYJ +xYJ +tYL +pbu +mhk +mhk +pNh +qbr +hNT +yaG +rba +rAb +vAR +vSE +woB +ntw +vuR +xgA +wNR +qnu +vnn +vIg +wdV +wyY +xfP +uAi +fEC +rui +qVP +blb +xkt +uLE +mVt +gJa +huN +jBr +skO +syk +nDx +iLc +twz +vTV +jcS +fSE +ftm +uxD +qVP +nGA +ubU +iSK +aVX +tTg +qbq +xsf +vRd +ccD +rSS +lzM +ezE +aFR +aFR +aFR +aFR +aFR +aFR +aFR +rtQ +kaI +dRk +aza +toT +kaI +tlI +fuk +uEI +gxx +gxx +jqs +jYv +nlV +sGp +tKD +qQo +uEI +lzM +alT +qBi +qBi +qBi +qBi +qBi +qBi +wuV +xAG +pGR +tDn +jZJ +cHR +jZJ +tDn +dfs +pGR +nNB +wbk +iWe +rer +sis +sis +sis +tBm +xjz +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(55,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +tYT +aJq +aJq +vnI +vnI +vxt +aOK +kqa +dgv +yfa +yjE +bhV +dER +cKm +ybO +dbh +cuO +ybO +lPf +fKo +dWx +egk +lPf +ewR +eHS +eSF +dgr +fnp +ivx +fGE +hYC +vmL +xae +xae +xae +xae +xae +dDB +dDB +dDB +dDB +dDB +dDB +slY +hMq +cis +slY +slY +oPo +xOm +sTN +jCW +jPm +rif +tro +rTA +sgC +eDy +uzJ +uzJ +pBD +usg +uSt +kSf +lme +lHe +lWU +tca +mNh +mhk +xZd +mhk +sNW +rYD +xLO +mhk +sYK +sYF +uao +vzP +vzP +vkG +bOl +xYD +xRZ +wAZ +wXk +xgN +oSY +kar +vnr +vIh +wfb +wzx +xfU +xjU +fEC +kJJ +qVP +blb +xkt +kJp +iNK +xkt +ntf +uMT +xkt +ujA +cDH +fFH +fYX +vTV +vTV +xxO +mQF +vTV +qVP +qVP +qVP +apB +sUG +olI +yla +xsf +skm +qXj +rBE +lzM +aFR +hYz +vie +obW +obW +lLu +jUN +aFR +kGC +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +ltp +aFR +gTC +weV +weV +weV +weV +jYd +qBi +iJt +pGR +tDn +xbs +qdv +bSH +tDn +eua +fQI +xAG +jWd +lGO +ufU +hyX +tBm +ioy +uby +gzF +gzF +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(56,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +aJq +vnI +vnI +vnI +vnI +iyO +lmG +dhK +dgv +yjE +bjf +bpg +mcx +ybO +vfA +wIv +eUX +lPf +fLz +gJe +gJe +eqM +ewU +cMV +eSF +dgr +dBb +dVF +ept +eHR +fhS +vmL +cMq +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +ueX +mEB +slY +slY +lbW +dRD +slY +slY +slY +ueX +ibe +ipP +rST +ihy +lzU +dfN +msi +wuM +kpS +uSG +kSO +gNC +lHk +lXf +mlE +mOv +mhk +qTJ +mhk +rGN +xYJ +pbu +mhk +mhk +xpT +xYD +xYD +xYD +xPR +xYD +vSX +tdg +wBm +wXk +bVv +xOS +rQC +von +vRe +wgj +wzS +xgK +tAu +fEC +rui +qVP +pca +qVP +llW +llW +xkt +nNb +ejc +urw +urw +urw +rzG +rIH +cFg +hWJ +htV +ild +oeG +sDo +apk +sUZ +pYY +nhU +mco +xte +xHK +dwa +dBr +pJK +lzM +aFR +vNj +rZk +pwG +kvb +kSo +kyS +kNA +uWu +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kNA +kjn +quQ +aYO +fay +fay +mOP +fay +ipn +qBi +xAG +pSd +tdF +pSd +xlg +gUV +tDn +xAG +xAG +xAG +uby +wCX +lvM +uby +wCX +uby +uby +qRB +gzF +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(57,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +aJq +vnI +vnI +vnI +tTd +tTd +nAS +yfa +dhK +yjE +eBO +eeg +eeg +fUL +bMN +wIv +dso +lPf +cqo +glB +iTG +eqS +exJ +eHS +eSU +djf +dBb +dWw +eqL +hYC +fiF +xae +xae +xae +xae +xae +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +slY +ohb +gFI +ueX +pBV +mDC +slY +slY +slY +rST +sgL +swO +kYZ +msy +vLP +utH +pBD +wuM +vkN +lHT +vkN +mhk +mhk +mhk +mhk +mhk +mhk +sqz +xLO +xLO +mhk +tCk +uaE +qDu +rbh +uZt +sdg +qZB +hpP +wAW +mdU +xhe +qXQ +yea +vrf +von +wgn +pRe +xhj +aHq +xMg +gLR +wmV +rui +qVP +hiq +lUV +gEH +uUV +iWE +tAs +tAs +qGH +vkS +uTT +tAs +poU +xXM +gZU +qGH +vkS +gLy +njX +ncl +tBq +vYO +vYO +xOE +psS +tRE +ckH +lzM +aFR +ryj +qLl +cID +cID +xqx +gXd +aFR +kGC +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +qBi +ltp +aFR +rVz +kLG +kLG +kLG +kLG +bUo +qBi +xAG +pSd +tDn +qdv +rwP +yca +tDn +daT +xwT +wTm +eJw +bwE +eJw +aVZ +tyh +hXJ +vXs +iob +gzF +gzF +dDB +dDB +dDB +dDB +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(58,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +vnI +vnI +aCf +tTd +aOM +aRF +bIf +xya +yjE +cmY +eeg +eeg +fUL +bNg +wIv +dsq +lPf +fMi +iTG +cAC +eqS +hoo +cNe +eTu +djj +dBi +dWI +eqX +dTu +fjK +eGt +fMN +gic +gsf +xae +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +ueX +xpl +slY +hlA +qbu +qbu +jQM +slY +rFa +rTD +iWb +jnn +jHE +bDN +kex +kpT +kFD +kTp +lmv +lIf +lXn +srn +mOT +jCA +nGu +ina +mhk +mhk +mhk +sMG +mhk +mhk +mhk +mhk +mhk +mhk +sdQ +mhk +mhk +wAW +wWr +xhH +rje +yea +yea +vJn +wgA +guY +xhA +guY +fEC +fEC +fEC +rui +qVP +xlQ +jnN +gEH +nDe +jGd +xFe +xFe +dsN +ikl +xFe +xFe +urQ +mnc +oFu +oFu +dCU +urQ +xsf +wJD +upv +wfV +jyi +xsf +qzs +tRE +dUD +lzM +lzM +mId +tpm +jeh +jeh +tpm +ntl +lzM +rtQ +dwr +tvM +hxW +uFk +fca +qcX +lqS +iTj +uFk +dsm +fyW +rMt +hRX +uFk +pbe +mTQ +qDO +lzM +lzM +xrh +tpm +jeh +jeh +tpm +ntl +lzM +xAG +nyx +tDn +tDn +tDn +tDn +tDn +xjG +oBB +hqS +fzS +qQv +tOX +pDu +jqZ +pDu +pDu +eJw +mCV +gzF +eGL +eGL +eGL +gBu +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(59,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +vnI +vnI +aCf +bUk +aPh +aSa +aYd +xya +yjE +dzT +bpm +dWp +ybO +dcp +wIv +eVb +lPf +fNk +glB +ybO +ybO +hoL +cNq +hXt +dkq +fnZ +fAM +fHa +dSM +fjR +eGJ +fNr +gig +gtG +xae +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +slY +mFA +slY +iKV +jkw +qcN +qQt +slY +rFP +rTU +sgR +lAa +sSx +tnu +tPg +uuN +btG +pBD +vLD +lIn +lXY +mhk +ina +tYL +nGJ +ntJ +srn +oSh +ntJ +pug +mhk +lJY +bmM +uSM +uSM +vmz +rYv +pug +mhk +fju +wWT +glM +iwZ +uIt +yea +vJA +vKa +guY +xiA +iQU +pIw +pIw +fEC +wmV +qVP +qyO +hCE +oUN +tux +jGd +xFe +ihm +vDQ +wrO +ogE +xFe +vgD +bCG +slx +xtg +keb +xpM +xsf +dEu +nCY +fyo +wAb +xsf +hZd +vzV +jrT +hZT +uMu +uMu +uMu +uMu +uMu +vKG +vKG +ulr +rtQ +lzM +vmL +vmL +vmL +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +rtQ +rtQ +gDV +vKG +nne +oKy +nne +nne +bVB +skf +xAG +pSd +xAG +sEU +sEU +tDn +fmw +tKl +iOG +mTs +qBc +vWr +oQF +lPC +xPk +xPk +epu +tyh +oVb +xik +bwz +vzA +hXX +gBu +gBu +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(60,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +vnI +avD +cqp +tTd +bxx +bCl +aZi +dhK +yjE +cnL +bpG +eiK +ybO +bNJ +bXg +eXx +lPf +sKX +gNh +ybO +nxt +hpc +cNw +hVO +dkC +fpb +fAX +fHh +cLB +fjS +xae +xae +xae +xae +xae +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +slY +xpl +iNL +kPW +jlb +qcU +bia +rjP +rFW +bCZ +lkG +jns +sSA +qMX +qDP +uuN +yjc +vLP +oyZ +lIq +lYt +mhk +xYJ +qAE +tYL +mhk +mhk +tYL +mhk +xen +lJY +oSS +mhk +mhk +oDK +mhk +mhk +qSv +sNv +wDV +tET +glM +xFO +yeC +yea +vKa +wgM +guY +xjm +pYG +kEO +pwN +pTq +gLR +qVP +udI +xoo +gEH +dyO +tJe +xFe +hMr +ifh +wrO +vHu +xFe +jZI +wZX +vwQ +his +yjr +aTq +wuc +trp +bGs +trp +trp +wuc +wuc +bKN +tww +lzM +udW +uMu +imC +lJk +dkz +vKG +vKG +hcY +rtQ +vmL +tYT +vmL +vmL +aJq +aJq +aJq +aJq +aJq +gcs +blb +blb +blb +blb +blb +blb +blb +rtQ +usI +pzA +abJ +vKG +vKG +tsf +vKG +jEA +xAG +pSd +xAG +xAK +pOJ +tDn +uLO +ket +mTs +mTs +eUb +pcb +oQF +oQF +xOT +oHa +ume +tyh +ljz +egb +rNJ +oZI +iGE +xiu +eGL +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(61,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +vnI +vnI +aCf +cqp +cqp +wyt +yfa +xya +yjE +yjE +yjE +yjE +ybO +bOe +eId +ybO +ybO +ybO +ybO +ybO +wWO +hqB +cNW +hWY +dkF +fnp +dXH +erk +cwf +fkt +vmL +flQ +cMq +blb +blb +blb +blb +blb +blb +blb +blb +slY +mEB +ueX +slY +ohl +slY +iYs +kkl +ydA +rnJ +slY +rGq +rUt +sgR +jon +sSK +juJ +mTe +kqL +kFI +pBD +wSf +lIw +lYw +mhk +qjn +xYJ +ina +mhk +ozt +oSP +uIW +puj +pNy +mhk +mhk +uwU +dOv +rAn +mhk +mhk +mhk +wAW +wXk +jte +xFO +yeF +xle +xle +xle +xle +xle +xKx +uMk +yaS +fEC +wmV +qVP +uyZ +rpq +gEH +jlt +jGd +xFe +qbj +xGT +wrO +xNh +xFe +jHm +afl +dDQ +utP +bVO +kUt +wuc +kKV +dPV +trp +edK +wEW +wuc +pvh +lQG +lzM +mRj +uMu +ulI +lzM +kaW +fbt +vUt +rtQ +rtQ +lzM +vmL +tYT +vmL +tYT +gcs +aJq +aJq +aJq +wdB +wdB +wdB +wdB +wdB +wdB +wdB +rtQ +rtQ +lzM +lzM +gRp +lzM +raf +uMu +vKG +bcY +xAG +pSd +uHF +rJs +sLD +tDn +hVb +tKl +mTs +iAy +ora +nxu +hTZ +wjZ +jUp +lku +ume +tyh +pDu +egb +iGE +mlN +fiD +eoj +eGL +dDB +dDB +wCc +dDB +wCc +dDB +vdg +wdB +sxv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(62,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +vnI +vnI +vnI +aLT +vxt +vxt +vxt +bNG +vxt +jDw +bqs +yjE +bzT +bNg +tGB +eYM +nOI +xNU +gpS +cBc +gTL +hXt +eIk +eTL +eTL +fnp +dXK +eru +hYC +fjS +xae +xae +xae +xae +xae +blb +dDB +dDB +dDB +dDB +slY +ueX +hNo +wZF +wZF +had +slY +slY +xZh +slY +ueX +slY +xng +pjL +llN +jqu +sSU +tBe +rne +kqQ +uUb +wuM +lmR +lJV +cYT +mhk +mhk +sfL +mhk +mhk +sNW +wht +mhk +xIl +mhk +mhk +qlU +ozo +dOv +rAD +yfC +vTj +sOm +thv +tEW +blq +uoW +xle +xle +xWn +whp +wAj +xle +qvQ +guY +yaW +fEC +rui +qVP +qVP +qVP +nCH +jaL +jGd +xFe +oAr +vDQ +vDQ +fov +xFe +jEe +wZX +fho +erZ +yjr +lVl +wuc +gFD +sos +jXi +lhn +pqL +wuc +aWc +aNk +lzM +pVN +uMu +lJr +lzM +eqg +lcK +vKG +qYn +aWc +irp +tYT +tYT +vmL +vmL +cMq +rpi +rpi +rpi +rpi +rpi +rpi +rpi +rpi +rpi +rpi +qYn +aWc +irp +qGT +hIN +tYq +tYq +dJT +vWr +tYq +xAG +pSd +xAG +xAG +xAG +tDn +mTs +mTs +mTs +vnj +ora +wpy +kPk +wjZ +wjZ +wjZ +wjZ +tyh +pDu +egb +mYP +gea +rJi +roS +eGL +dDB +dDB +wCc +blb +wCc +blb +blb +xZx +wgv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(63,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +vnI +vnI +vxt +aYe +gJA +cSX +bda +dgD +dgD +dgD +xzJ +sot +ddd +eIn +vdI +vdI +gpV +cwf +cBN +gTL +hqB +eIk +cUd +dkW +fnp +dXT +esc +eJp +vpl +tJO +fNA +gij +gtT +xae +dDB +dDB +dDB +dDB +dDB +mEB +gDH +vPK +gKi +gPT +qQP +pJQ +wZF +pqv +wZF +sxA +slY +ueX +rVQ +oFi +jqA +lUT +ggn +mTl +kqW +kFJ +slY +slY +mhk +mhk +mhk +mPG +xYJ +xYJ +nZW +xYJ +wht +mhk +nlu +pOb +mhk +kqi +uye +uTh +rBb +puv +xVo +sPt +mKY +wWT +xiF +xOS +xle +vrt +vUI +whC +wAS +xle +xxE +tuZ +fEC +fEC +xpo +pdN +dAn +cjR +ekZ +fLK +aQF +xFe +xdo +gLs +nfg +icc +xFe +lOu +bku +oMo +lyc +xms +srF +wuc +xul +dbU +wuc +wuc +gXL +wuc +wuc +wuc +wuc +lzM +idu +lzM +wuc +jVs +wuc +wuc +wuc +wuc +wuc +vmL +vmL +tYT +vmL +gcs +opL +opL +blb +opL +opL +opL +blb +opL +opL +opL +rtQ +rtQ +rtQ +ndM +jDv +tYq +xUZ +kOR +iSr +kws +xAG +lQA +xAG +rHT +nPH +uxG +pzy +dSu +oQF +oQF +fAt +wpy +xXV +tYq +pZm +nxc +wjZ +eaT +pDu +egb +ezi +bhv +iGE +sFz +gBu +blb +blb +wCc +dDB +wCc +dDB +rMm +uPX +pSs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(64,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +vnI +vxt +vxt +vxt +vxt +azq +vxt +bKu +gJA +yfa +yjE +faX +qRQ +bXV +bNg +col +fNH +grM +cCw +gTL +htO +eIk +cUF +dll +fpk +fAZ +fHn +eKT +flg +ftZ +fOn +giy +gtW +xae +dDB +dDB +dDB +dDB +dDB +mEB +gEI +mFA +slY +slY +slY +slY +slY +xZh +slY +qQP +roi +slY +slY +slY +xZh +xZh +slY +slY +krc +kFU +kXR +slY +rXw +lYT +mhk +xYJ +mhk +mhk +mhk +mhk +rZK +mhk +sNW +xIl +mhk +ubB +ozo +rcr +rBx +yfC +szz +efL +mJW +wWT +glM +xOS +yeS +vrz +vKy +wiC +dOT +xle +xxR +xNI +uMI +rOG +twC +fEq +rpV +qVP +qhV +ylR +qwC +uFw +nQa +tdx +uDv +uDv +eyB +wEV +vHj +vHj +vHj +vHj +cAc +wuc +vJH +rfe +wuc +qyH +ufg +ufg +ufg +uDE +wuc +lzg +qDc +vFU +wuc +xAR +xAR +xAR +xAR +umI +trp +trp +trp +trp +trp +trp +trp +trp +trp +trp +trp +dDB +dDB +dDB +dDB +dDB +dDB +dDB +rtQ +lzM +lzM +tYq +oVK +jJP +mmH +uwB +uwB +oLX +uwB +uwB +uwB +uwB +uwB +mmH +reZ +imj +ora +urM +fgp +tYq +rCj +xxL +wjZ +tyh +eJw +vJL +lfe +bhv +vXi +xGL +eGL +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(65,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +vnI +bKu +wyt +gJA +aSP +cGG +vxt +yjE +sZu +yjE +wBo +wBo +xql +wBo +nMU +wBo +wBo +wBo +ybO +gUc +hXt +eJk +wYU +fdH +pZI +ivE +iGu +hYC +flQ +xae +xae +xae +xae +xae +blb +dDB +dDB +dDB +dDB +slY +slY +mFA +slY +rfs +voz +sRg +hmb +huh +slY +slY +qQP +iqj +sjq +sjq +syx +jIh +ton +jhs +kso +kHH +kYG +lnU +lJY +uSM +naE +rYv +rYv +nHt +rYv +rYv +oSS +mhk +mhk +pOj +mhk +yfC +yfC +rdo +rBG +yfC +cpc +jAe +yfC +wWT +jjS +xOS +lBN +vOP +ixl +qyx +vXr +jTh +qaO +xNZ +qVP +qVP +qVP +qVP +qVP +qVP +nCH +xfN +daq +xFe +yhk +dYc +lnc +yjd +xFe +nnK +nhu +jbV +dOd +nVs +btQ +wuc +iVJ +peu +wuc +ufg +qpu +jpm +oAn +ufg +wuc +xym +dOg +xHO +wuc +xAR +wgs +trp +trI +xAR +xAR +xAR +xAR +gqg +hQE +xAR +fos +xAR +xAR +hDP +trp +dDB +dDB +dDB +dDB +dDB +dDB +wum +wum +wSG +xgw +gMs +rrQ +esY +mFq +wpy +wpy +vAq +wpy +jBQ +mCX +wpy +mFq +wpy +aIW +goT +ora +lTt +slp +tbb +lwp +gjm +wjZ +lka +rYG +oPV +mbn +ayV +qRG +gEB +eGL +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(66,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +avL +yfa +sZu +yfa +ykQ +aZM +hui +hui +cok +yjE +bxc +bAi +bOs +qKZ +cdB +icS +fPt +wBo +gJN +oyx +vRG +cOJ +wAw +ybO +cwf +dZd +esw +ybO +vmL +vmL +cMq +flQ +cMq +blb +dDB +dDB +dDB +dDB +dDB +dDB +ueX +mGu +gKK +gPW +hau +oPF +hmg +huz +ivm +slY +kPW +slY +slY +skW +wOM +jpR +ueX +uld +uxd +xaZ +kZg +slY +lKt +tYL +mhk +mhk +mhk +mhk +oaa +mhk +oTH +mhk +gui +pOK +eWd +wFy +yfC +rdC +fMD +sdT +vTN +say +yfC +lzv +glM +qHH +xle +uVn +vKV +wjG +wBr +xle +xxV +xOP +hDN +dcc +vRC +bGC +aia +ygF +hDN +ylR +gIV +xur +xur +xYu +xur +pKi +xur +xYu +xur +xYu +xur +xYu +xur +wuc +vJH +sos +wuc +mqH +tiW +qjE +bRr +ufg +wuc +iai +uoi +lRG +wuc +gqg +trp +trp +tyn +trp +trp +trp +trp +trp +trp +eVe +pxs +upR +vJH +xAR +trp +dDB +dDB +dDB +dDB +dDB +dDB +oCq +uYY +wmS +fCu +amE +ioW +xCS +xIj +ohR +eoz +uLq +tTW +wRV +kSA +xIj +vfN +xCS +wcu +aWi +ora +wpy +fgp +tYq +oHG +hOF +wjZ +qeP +lrE +ask +vzA +bhv +vzA +oZI +eGL +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(67,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +tTd +aCZ +vxt +vxt +cBn +vxt +sZu +bKu +cpt +yjE +pXg +bAk +dOq +dOq +jcF +yfe +pgO +cwC +cDa +sId +qyq +cOP +cUG +dlA +dBM +eag +esC +eKU +ecQ +cMq +xae +xae +xae +xae +dDB +dDB +dDB +dDB +dDB +dDB +slY +atx +ueX +gQm +hbv +hfZ +hmh +pFE +qfV +slY +kPW +kAn +slY +xZh +slY +xZh +slY +slY +ksx +mEB +slY +ueX +wht +sNW +mhk +mSi +qBj +uVb +rkR +mhk +mhk +mhk +sNX +uAV +tDT +udU +yfC +hwe +rBN +aws +vTN +oMC +yfC +pTc +rgT +upg +xle +xle +xle +xle +xle +xle +keZ +reT +ybj +uab +kon +wPe +xjg +flp +hDN +vXL +jXC +xYu +qFh +veP +fui +mLp +mWY +xFw +vuO +myt +jaQ +jWs +tqZ +wuc +xul +txp +wuc +ufg +tiW +qjE +bRr +ufg +wuc +cAB +cfT +ubq +wuc +xAR +trp +kiG +iVJ +coH +trp +wyA +xul +pND +trp +mgk +qOv +gem +vJH +xAR +trp +dDB +dDB +dDB +dDB +dDB +dDB +oCq +gUG +fwJ +hmC +qPN +qPN +qPN +qPN +qPN +qPN +qPN +qPN +qPN +qPN +eQk +qPN +qPN +qPN +qPN +fAt +wpy +eaf +tYq +hvG +nQP +wjZ +qeP +kdJ +oPV +qHI +ect +svQ +ebU +gBu +blb +blb +wCc +dDB +wCc +dDB +vdg +wdB +sxv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(68,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +vxt +vxt +sZu +aPm +cDh +cXU +sZu +sZu +dAS +yjE +mfK +iHy +eyo +dmw +hDX +dyG +dLb +wBo +uXo +ddh +oep +pju +cVK +dlN +dDN +eaC +esE +eLJ +fnr +fuo +eGJ +giO +gux +xae +blb +dDB +dDB +dDB +dDB +ueX +slY +slY +slY +gQx +hbv +rkr +hmj +hvk +sRg +slY +slY +slY +slY +iWS +jrX +jIN +xEm +xPX +ksA +oJR +oiw +mhk +wht +sqz +mhk +mTd +qBz +qTR +rlz +rHD +qVR +wCR +wkl +tDP +qbC +lsJ +yfC +uTk +fMD +vBm +vTN +sQU +mKY +wWT +glM +xOS +kWJ +tJz +rgz +mvv +jsS +ocz +wId +uZb +hDN +xyx +jCD +wGK +cSR +dPl +pHe +rAC +hAo +rkO +vyL +syz +oFb +hks +hks +rdE +rdE +gRu +lhV +vPN +eZs +wuc +xul +etf +wuc +ufg +iVY +ptN +psf +ufg +wuc +wuc +wuc +wuc +wuc +xAR +trp +ujr +rKv +dYp +trp +fDz +xul +knJ +fAr +sBa +qOv +rLv +vJH +xAR +trp +dDB +dDB +dDB +dDB +dDB +dDB +oCq +rrA +rPT +xRl +qPN +oKr +mTP +wbf +mTP +oKr +wbf +mTP +oKr +wbf +nTC +wbf +prq +mTP +qPN +kXe +ccs +kPk +wjZ +wjZ +wjZ +wjZ +qeP +lrE +oPV +pId +ect +qRM +vSx +eGL +dDB +dDB +wCc +blb +wCc +blb +blb +xZx +wgv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(69,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +vnI +vnI +vxt +aPn +cFt +bIG +djU +vxt +tWj +cAh +cLn +blb +blb +fPb +fas +dzl +fQN +wBo +ehB +ttI +ttI +eJr +kfK +fdU +dDV +fBe +fIg +eLL +fod +ffs +eGt +gjT +guT +xae +blb +blb +blb +blb +blb +sRg +hAS +eEq +sRg +gQG +hbw +hgb +hmQ +pGE +jug +rqq +rqq +rqq +vpb +lmS +lAk +jIY +jWt +mTr +ktc +nSY +oiK +mhk +oUO +mhk +mhk +wCR +wCR +qUs +cxT +qmz +oTO +wCR +uej +wms +qbK +ifj +yfC +hwe +fMD +aws +vTN +vST +yfC +wWT +jte +xOS +par +tJz +eSW +eSW +rAR +ezM +wId +dtj +hDN +vSu +xjg +tPf +kXo +sdf +hDN +ckL +daq +xur +cDJ +rVT +gCq +xrk +uoS +vZm +wAx +qIp +jaQ +ici +mUj +wuc +jyS +sos +wuc +ufg +rWs +hwZ +lGr +ufg +wuc +ykz +xAR +xAR +fxF +xAR +trp +etx +fwS +ePg +trp +lib +knJ +xul +mxM +iaZ +cSD +chF +vJH +xAR +trp +dDB +dDB +dDB +dDB +dDB +dDB +wum +wum +fVM +iBj +qPN +noS +rVn +wbf +iui +lyY +wbf +rVn +lyY +wbf +vUR +wbf +noS +iui +qPN +khJ +whc +skc +wjZ +uPr +muS +uPr +qeP +lrE +oPV +cgb +vEb +eHf +apy +eGL +dDB +dDB +wCc +dDB +wCc +dDB +rMm +uPX +pSs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(70,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +vnI +vnI +vxt +cnS +cFI +bat +bdJ +dvq +wOW +sZu +eaA +blb +blb +fPb +cdW +fPb +fRd +nMU +wBo +hYC +rZh +eJW +ybO +dmV +dEK +iwM +iJx +eNb +eKU +flQ +xae +xae +xae +xae +blb +dDB +dDB +dDB +dDB +qiz +mpG +mGY +hXf +oQM +hbI +hgd +fBl +pHi +sRg +xat +xat +xat +xat +jMQ +jEK +jJc +pOg +kft +ktM +kIe +las +mhk +xen +ptk +mhk +mTN +wTO +qVR +rlz +rHH +oUJ +wCR +pup +tbq +qcl +uej +yfC +rdC +rBQ +aws +vTN +say +yfC +nGv +glM +xOS +uJD +tJz +tqT +kFs +jsS +iAM +wId +gJt +vEP +qVV +qVV +qVV +qVV +qVV +qVV +fWw +myX +xur +qKD +yaU +xsF +xLl +xur +bCf +xur +xLl +xsF +yaU +xwY +wuc +psX +mag +wuc +qLy +ufg +dWm +ufg +bLW +wuc +kmT +xAR +hYn +trp +kfC +trp +kIn +sgT +oRP +trp +aqV +knJ +nFu +mxM +gTk +jMv +chF +vJH +xAR +trp +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wum +wum +wum +qPN +wbf +uWy +wbf +pxA +wbf +wbf +dmW +wbf +wbf +eQk +wbf +wbf +tSp +qPN +hyi +aRI +oQF +oQF +hjq +muS +muS +lub +tBA +oPV +iNz +jDe +jDe +tSB +eGL +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(71,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +vxt +sZu +cIX +baW +vxt +vxt +yeE +vxt +eaA +blb +blb +wCQ +hIR +ftb +cqR +gtZ +gKs +gUl +sfb +eJY +ybO +dnj +dFs +eaE +euj +eNG +ecQ +cMq +cMq +blb +dDB +blb +dDB +dDB +dDB +dDB +dDB +qiz +mqv +mGZ +qOm +qIO +hbR +hgn +hmW +gRL +hcl +xat +vhe +vhe +wnd +enm +lBn +jJc +lvu +hPd +kua +hIe +oiL +mhk +lKu +cXm +mhk +wCR +wCR +qVZ +rlB +rJo +sas +wCR +rYd +tbq +qdm +aeq +qEp +bCX +bCX +sei +qDp +sQY +mKY +wWT +glM +xOS +uKA +uBc +tuZ +tuZ +uBc +xjX +wId +dtj +vEP +gxg +ign +qVV +mpQ +lqd +qVV +mPq +jGd +xur +htM +vhI +xsF +iYY +xur +xur +xur +qcY +xsF +dfj +lqg +wuc +aTn +sos +wuc +wuc +wuc +wuc +wuc +wuc +wuc +trp +uEb +trp +trp +trp +trp +trp +trp +trp +trp +mPv +bbU +knJ +fAr +dDW +qOv +qfQ +vJH +xAR +trp +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dbY +kgu +wOl +uhu +rEe +gGB +pNz +wyb +xJz +wWS +wyb +jLB +mZR +vUg +eFy +rBy +ngL +kND +qBc +vWr +oQF +rsH +muS +muS +lrE +ihZ +vCx +txN +wcV +vEa +vux +gBu +gBu +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(72,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +vxt +aTd +bbj +bem +sWm +rRp +cAh +dXE +eoU +rMn +xpf +xpf +xpf +crm +nSo +wBo +osE +pnM +eJZ +cWL +dnq +dFH +ebc +euQ +eOo +ecQ +ecQ +eKU +flQ +dDB +blb +dDB +dDB +dDB +dDB +dDB +sRg +hBq +mIA +sRg +gQU +raj +hgZ +hno +bDQ +qgK +xPX +wzo +hLm +bGU +nxR +lBE +jKj +gEJ +xat +wnd +kIO +wnd +mhk +mhk +wht +mhk +mUt +wTO +uSI +rlN +rJo +bHU +wCR +roV +tbq +tSh +aeq +qFB +rdK +rDf +sel +rDy +uWB +yeu +tFg +tXT +wHE +qnz +vtc +vLf +jRh +sWJ +xkg +sxL +pNS +vEP +wXC +rpo +qVV +wXC +crJ +qVV +pnS +trP +wpO +huE +wpO +wpO +iYY +xKv +blb +xKv +qcY +wpO +wpO +huE +wuc +xul +nVJ +oVo +ceZ +xPf +gVA +rhj +cYE +eOt +cYd +eOt +kEe +xvd +iZF +vRt +vUf +skg +vUf +muI +vUf +vAU +caE +trp +eYQ +qOv +nXL +vJH +xAR +trp +dDB +dDB +dDB +dDB +dDB +dDB +dDB +eeq +hhZ +fSf +wRa +xXJ +wtr +lkR +vVS +wtr +skn +wsG +wtr +skn +eoa +tJi +leC +lfC +rUd +ihZ +qeP +kWk +qeP +qeP +lub +ihZ +qeP +xru +sVN +eGL +eGL +eGL +gBu +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(73,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +vxt +sZu +vxt +sZu +cGG +sZu +vxt +cLz +cVV +bOL +fAN +blb +fuC +fSL +guI +wBo +ybO +cBz +eKd +ybO +dnt +dGt +ebx +euX +eOp +foi +fuR +foi +cMq +hem +hem +blb +blb +blb +blb +hem +sRg +dOz +dOz +sRg +trS +qiz +qiz +fgt +pHC +qiz +xat +rrq +iqq +xPX +wnd +wnd +jKu +jWZ +xRV +kuq +msq +laD +oAD +mhk +wht +mhk +wCR +wCR +wCR +rmG +ozO +nuX +wCR +uMg +tcB +uMg +uej +uzd +uUI +bUf +fVV +szG +wow +wEi +wXO +xjh +alh +oio +tJz +vLC +rJH +jsS +ezM +xye +oZi +vEP +uQu +dYD +jrb +cEJ +czV +qVV +yfY +bBe +nCH +blb +blb +wpO +qnc +xKv +blb +xKv +qnc +wpO +blb +blb +trp +osC +xJG +vJH +nFu +npH +xul +qRW +xul +iVz +iVJ +knJ +vJH +nFu +xul +tQx +wOd +knJ +knJ +hWU +xul +edP +xul +trp +vez +isf +oGS +trp +vfi +trp +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +kND +vEW +tHK +tHK +tHK +tHK +kPH +tHK +tHK +fUT +wbf +wbf +ced +wtr +skn +hXY +ihZ +qxn +lrE +jsv +qxn +pmN +lrE +lyQ +sVN +sVN +dDB +dDB +dDB +dDB +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(74,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +vnI +tpH +tTd +pJg +vxt +xgW +awi +fZq +yfa +yjE +yjE +yjE +yjE +yjE +vxt +hOy +eUi +eKY +eUi +feq +dIt +ecQ +evg +ecQ +eKU +ecQ +ecQ +hem +maf +qtG +qtG +qtG +qtG +qtG +qtG +hem +hBw +hCX +gKU +gRe +iCw +jDP +hnr +hvy +hBg +xRV +xRV +xRV +xRV +smV +lCg +pqI +jXk +xRV +kuv +kJb +laL +loj +mhk +scz +mhk +mVM +aSI +xRV +oaV +xZS +xZS +xRV +bUt +tcP +bUt +xRV +xRV +xRV +xRV +xRV +szH +sRv +xRV +saZ +sxw +upj +mTq +wfP +xJX +xJX +gvn +toY +eAX +lbO +ybJ +fbe +wTX +wTX +kIQ +kIQ +dob +rAC +mDG +hLY +blb +dDB +dDB +vWF +dDB +dDB +dDB +dDB +dDB +dDB +blb +trp +auI +xul +wuc +wuc +wuc +wuc +cZy +wuc +wuc +wuc +wuc +trp +fMv +trp +trp +trp +trp +trp +trp +nFu +knJ +xul +trp +vJH +iBV +vJH +trp +xAR +trp +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +vEW +xwf +cSs +tHK +qgs +mYq +pgq +tHK +iui +qLj +wbf +wbf +vln +wbf +wbf +rlb +lrE +eXy +mwt +vnu +azz +lrE +lgV +sVN +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(75,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +vnI +pSo +aSP +bfo +bjx +gJA +gJA +bAK +bQh +vxt +ctI +dBa +ykQ +dSD +elY +xlF +cpW +cOQ +cXe +dnW +wbi +iwe +iKf +fMk +for +fvC +xvl +gkN +guV +gwD +wbi +wbi +wbi +wbi +wbi +hrY +wbi +wbi +wbi +wbi +wbi +wbi +hnO +tgR +wbi +oDs +rrC +iqN +liJ +snc +snc +lVL +snc +nys +snc +nTj +snc +snc +mAo +lYU +mmp +mZg +frI +uQi +sfK +frI +frI +pfw +frI +pPT +xJR +ofo +mLi +xJR +sNL +xJR +xJR +frI +ldZ +wXk +sxw +xOS +nsO +uBc +tJz +tJz +uBc +xkA +qvG +xQn +xKL +tYV +rao +wNk +aLQ +tYV +xKL +ngp +rCB +nCH +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +trp +trp +eKW +wuc +tKR +hCz +chO +hOS +gkw +lba +tKR +wuc +pRL +gOH +qKI +trp +aJq +aJq +aJq +trp +trp +trp +trp +trp +eHy +vSq +eHy +trp +iMl +trp +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +vEW +mEU +qYD +ucR +cXJ +skU +qRs +tHK +oKP +nQj +wbf +ujH +lUO +bqd +wbf +bJZ +yeO +muS +muS +muS +jKJ +cMS +sVN +sVN +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(76,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +vnI +jDw +bft +vxt +vxt +vxt +vxt +vxt +vxt +srm +vxt +wOW +vxt +vxt +jMk +hvh +hHy +hNY +hTR +hNY +xmT +qiE +nyt +hNY +hNY +hNY +gli +gvp +ggW +gwV +gxR +hTR +gwV +hNY +gBk +hNY +hNY +gxR +inh +jvB +inh +iZK +pVq +hBt +jQW +uAo +uAo +iIv +uAo +jsG +jLr +aHS +fHN +jpu +pWM +foe +jpu +lKA +jpu +jpu +qdS +jpu +qWm +xmu +jpu +jpu +jpu +foe +xmu +lKA +jpu +jpu +fMj +fXJ +jpu +aRJ +wRg +gNU +tFY +tYb +xOS +ftX +udA +xJX +uSY +vJV +qBN +iKm +xQK +vEP +hji +pCF +xVl +syR +fgk +qVV +etZ +mDG +hLY +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +trp +oPJ +vvP +wuc +gTe +uRm +eQR +rvE +kDg +jJl +oUY +wuc +pRL +lQh +kyN +trp +aJq +aJq +aJq +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +vEW +vEW +vEW +vEW +aav +dZF +aBK +vEW +qPN +qPN +qPN +uDQ +mWk +oop +wbf +fAS +yeO +muS +muS +muS +fOQ +xqZ +sVN +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(77,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +vnI +vnI +bfF +vNK +vNK +tzF +bAL +bQU +vxt +vxt +vxt +ykQ +smo +vxt +gUS +sne +cPj +cXP +msg +fRG +msg +fIE +fNh +fRG +gBD +msg +glz +gvX +ghd +msg +msg +msg +msg +msg +hsc +msg +toU +hYW +inR +toU +hhi +jax +hvz +xnQ +nTa +tlt +eIM +yjZ +yjZ +yjZ +vmc +rnF +kfw +yeD +kJj +yjZ +yjZ +yjZ +lZD +yjZ +nau +yjZ +nHB +obm +oAk +oWb +pfO +siC +siC +siC +siC +siC +qio +siC +siC +siC +rCd +tiC +tIc +xGc +xOS +ftX +fnP +vNw +txt +uBc +qYK +lqy +uYH +vEP +qmr +jIl +qVV +qmr +mik +qVV +eux +gzu +nCH +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +trp +qDx +jRe +wLd +hPW +kOm +xWz +goJ +wMT +wLd +hPW +wLd +trp +trp +trp +trp +aJq +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +vEW +vEW +vEW +vEW +vEW +dDB +dDB +qPN +qPN +pRJ +rrZ +wbf +qen +pqK +brb +xCw +muS +vWY +sVN +sVN +blb +blb +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(78,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +vnI +vnI +vnI +sZu +bUk +vxt +yfa +bRo +scg +kUI +ykQ +wOW +fXi +vxt +wMm +wbj +eLO +wbj +wbj +wfn +fCg +fIK +fOj +foJ +fqf +fqf +fqf +fpO +qtG +qtG +qtG +qtG +qtG +qtG +lYj +mst +mKu +niw +inU +iCN +lYj +mmw +hwg +hCr +tsF +xRV +mCp +xZS +xZS +xZS +xRV +xRV +vIJ +kux +wGz +lbh +oAF +whf +xeO +wMg +qej +wMg +jVM +jVM +ceE +jVM +jVM +vkh +vkh +efC +efC +vpN +oTo +vpN +vpN +vkh +vkh +brw +bUz +sxw +xIy +isK +uBc +uBc +uBc +uBc +uBc +uBc +uBc +vEP +vVz +vFR +qVV +uGO +nsr +vEP +mwn +mwn +nCH +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +trp +ycd +ycd +wLd +ixz +wLd +pan +pan +pan +wLd +ixz +wLd +dDB +dDB +dDB +trp +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qPN +qPN +qPN +qPN +sVN +fpR +sVN +sVN +sVN +fpR +sVN +dDB +dDB +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(79,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +vnI +vnI +vnI +vnI +tTd +vxt +kLq +bRA +yiF +yjE +fAN +yjE +yjE +yjE +kzo +rSw +oFm +sIg +dog +wfn +ecY +evj +ecY +fpO +fvP +fOP +gmp +fpO +maf +blb +blb +blb +blb +maf +sUy +nJG +sUy +niT +sUy +niT +sUy +xoS +hwo +hDC +tsF +ibq +nZg +yat +wCt +lEa +lWk +xRV +vrn +nAx +wQB +xRV +xRV +xRV +xeO +mnn +naO +yfH +jVM +wzj +nvo +row +jVM +puD +pQe +qdp +qme +ycS +hWQ +ycS +ycS +vUq +uNW +tiD +tIc +sxw +upk +wAW +blb +blb +blb +blb +blb +blb +blb +vEP +vEP +vEP +vEP +vEP +vEP +vEP +blb +blb +nCH +xzd +wdB +wdB +sxv +vdg +wdB +sxv +vdg +wdB +wdB +ljl +trp +blb +blb +wLd +iGp +wLd +blb +blb +blb +wLd +iGp +wLd +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(80,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +vxt +vxt +sZu +vxt +bqZ +vxt +fBf +bSj +xVx +yfa +gKL +cbu +aMm +cEc +wTv +qLh +cQb +wqm +sTH +wMm +izq +evs +eOT +fqf +fvT +fRU +gnf +fpO +dDB +dDB +dDB +dDB +dDB +dDB +sUy +mtR +mNM +hYX +wAt +iDg +sUy +jaD +cmd +qly +uVT +uVT +hBv +xQw +uVT +jsN +jLI +jXl +vrn +nzK +wQB +xRV +lpa +blb +xeO +izB +nbn +xyX +jVM +paV +wLJ +oXe +jVM +puT +ycS +tEI +ycS +uAF +ree +rFQ +ycS +szK +vkh +tiR +tIc +bxA +uqQ +wAW +vtv +kev +qtl +qtl +qtl +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +vav +xZx +rpi +sOk +vav +xZx +sOk +vav +rpi +xZx +sOk +dDB +blb +dDB +qyN +sxT +wgv +blb +dDB +blb +qyN +sxT +wgv +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(81,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +cLg +blb +blb +blb +sZu +vxt +vxt +sZu +xFZ +eLE +wyt +gKL +fTC +vkP +vkP +wTv +xkD +xeD +hXQ +sTH +frw +iAn +evz +ePw +fqf +fwO +fSe +gnw +foJ +dDB +dDB +dDB +dDB +dDB +dDB +sUy +mur +mNS +iaH +gSi +iDk +sUy +rto +hwp +qlP +uVT +ocn +iri +sjJ +uVT +uVT +lWQ +xZS +vrn +ncL +kQp +xeO +wMg +wMg +xeO +wJV +nbu +xyY +jVM +uPd +jVM +sbm +jVM +vkh +pQl +ycS +uAX +uAX +reW +uAX +vEq +szM +efC +xYj +wYr +tYd +hgE +uKV +uNn +vOh +qTM +qTM +qtl +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +gAn +uPX +uPX +pSs +rMm +blb +pSs +rMm +uPX +vqH +pSs +dDB +blb +dDB +qyN +sxT +wgv +lhv +dDB +lhv +qyN +sxT +wgv +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +blb +lBy +jcE +vCm +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(82,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ddG +ntH +ddy +tnx +bYE +pMr +gKL +dLf +cwG +hJo +mSq +gCJ +hIq +cYm +fgL +fsf +fDs +evE +ePA +frs +fxt +fSh +gof +fpO +dDB +dDB +dDB +dDB +dDB +dDB +sUy +muW +mOk +iap +gSQ +iDk +sUy +jaK +hwx +hDZ +uVT +idg +irQ +iIA +vrI +xQw +jLI +jYU +vrn +ncL +wQB +wMg +wKr +wKr +xeO +eGl +nbZ +ntY +jVM +uPd +jVM +rJp +vjm +sON +vkh +tFG +qmx +uBn +iZI +vpU +sem +vkh +vkh +gwa +wYr +tYH +mVa +uLn +aTr +hyl +wlf +qTM +qtl +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +lBy +sxT +gzY +lhv +dDB +lhv +sxT +sxT +vCm +blb +blb +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(83,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wNL +dDB +dDB +dDB +qin +bst +hyD +kpz +tnx +sRP +yjE +yjE +fAN +yjE +gKL +gUT +jUm +xzB +eXa +fhj +fsz +fDw +evP +eQJ +fpO +fxw +fSr +gph +fpO +dDB +dDB +dDB +dDB +dDB +dDB +sUy +uOP +gIG +nlb +gTi +pUy +sUy +pfC +pLj +hEc +uVT +vSk +irQ +iJg +eHk +xQw +gtr +xZS +vrn +ncL +wQB +ojk +lql +lKK +lZF +wKq +qfb +xAl +jVM +ydu +qEa +fLi +rZn +sOp +gYg +qdC +qmI +uCh +vRE +vpY +sfh +jGX +vkh +tjb +xAP +wAW +urh +wAW +vtv +iho +wlL +wDZ +iho +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +qyN +hCQ +wgv +dDB +blb +dDB +qyN +hCQ +wgv +lhv +dDB +lhv +qyN +sxT +wgv +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(84,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ddG +bxq +ddy +bSn +uEV +uEV +ejt +lCH +mZw +gLA +gVV +inH +wyP +cYs +fik +fsD +fDC +ewy +eQO +fpO +fyr +fSv +gpI +fpO +dDB +dDB +dDB +dDB +dDB +dDB +sUy +iVP +mPx +nlk +mPx +ooR +sUy +sUy +reE +qly +uVT +idJ +itw +iKe +iWW +uVT +uVT +uVT +vrn +nAy +uIv +okp +qfF +wuw +wuw +pNa +qfF +xAq +jVM +uPd +jVM +glv +swt +pvR +vkh +vzM +qmO +rZN +rfI +rHd +vpY +szP +vkh +tkp +cbT +xli +urv +yeh +blb +kev +wmc +wEw +iho +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +qyN +hCQ +wgv +dDB +blb +dDB +qyN +hCQ +wgv +blb +dDB +blb +qyN +sxT +wgv +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(85,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +cLg +blb +blb +blb +vxt +vxt +vxt +sZu +vxt +sZu +vxt +fBf +dLZ +sZu +gLK +wjn +uBg +xQC +cYC +bsF +fsV +fDF +exi +eSh +fpO +fyQ +fSW +gpK +fpO +blb +blb +blb +blb +blb +blb +sUy +gEO +xil +gLD +gTH +sUq +kGM +sUy +jnh +hEm +uVT +idN +itY +rWE +qJq +oIP +bHp +xQw +vrn +ncL +wQB +wMg +lqF +lLJ +maa +wKr +qgr +xBr +nIS +rnY +jVM +qTH +aOx +gVq +vkh +orH +cOm +eZJ +vRE +tZR +cOm +szS +efC +wEp +qYu +xli +dDB +dDB +dDB +qtl +qTM +qTM +uMC +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +qyN +hCQ +wgv +lhv +lhv +lhv +vav +hCQ +vCm +lhv +lhv +lhv +blb +hCQ +wgv +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(86,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +cMq +bBa +ddT +jZR +gJA +fBz +eLE +vxt +jco +wJU +wtl +eMj +wMm +fiA +wfn +pgh +eyv +eSo +fpO +fyT +fTx +fpO +fpO +dDB +dDB +dDB +dDB +dDB +ycC +ycC +iEk +lzT +qMK +gUm +iEk +xGJ +qoD +pLr +qoD +uVT +ifw +iwv +iLC +iLC +jts +wzK +mvb +djR +kuE +wQB +xeO +oAL +wiU +mad +wKr +qgA +qCF +jVM +rpg +jVM +jVM +pfU +sON +vkh +wgU +vpY +sZQ +jZh +rHm +sgS +szZ +vkh +wEp +wZo +tYX +dDB +dDB +dDB +qtl +qTM +qTM +uMC +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +xzd +wdB +sxv +vdg +wdB +hrL +wdB +wdB +qis +hCQ +twg +wdB +sxT +wdB +qis +hCQ +twg +wdB +sxT +wdB +qis +hCQ +twg +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(87,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +vxt +vxt +vxt +vxt +hvJ +vxt +vxt +wfn +xQi +wMm +xQi +wfn +xQi +wfn +xQi +wMm +xQi +fpO +foJ +fpO +foJ +blb +dDB +dDB +dDB +dDB +dDB +pIS +uAK +anb +uFm +gLJ +xsh +ahE +plz +sDq +jwi +pdT +uVT +uVT +eku +kTt +eku +uVT +uVT +uVT +llv +kvl +wQB +xeO +lti +kGE +mam +wKr +lYY +nuh +jVM +ygb +ipt +jVM +swF +tGe +tGq +tGq +qnA +xmt +xmt +wqs +wqs +wqs +xmt +tlZ +tIu +xli +blb +blb +blb +qtl +qTM +qTM +uMC +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +lBy +rpi +blb +vav +rpi +rpi +rpi +rpi +rpi +sxT +sxT +sxT +sxT +sxT +sxT +hCQ +sxT +sxT +sxT +sxT +sxT +hCQ +abt +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +blb +lBy +jcE +vCm +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(88,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +vxt +ddy +yhB +ddy +vxt +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +ycC +ieJ +wkh +uFm +xMk +xsh +hcc +xGJ +axz +jwi +qtd +hOg +uVT +tgw +lqt +iXj +jtx +wPf +mvT +vrn +kvT +nVD +xeO +ltl +hzY +pum +wKr +qgH +wKr +jVM +qhp +rLw +rsV +pgW +mwP +pRP +tGq +qnC +vpQ +qIP +rHQ +shw +sAL +xmt +tmc +wZo +tYX +dDB +dDB +dDB +kev +wmY +uPO +iho +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +gAn +uPX +bSo +rMm +uPX +rSB +aoj +pWQ +sTq +sxT +xCH +uPX +sxT +uPX +sTq +hCQ +xCH +uPX +sxT +uPX +sTq +hCQ +xCH +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(89,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +cea +yhB +crE +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +pIS +gBx +mvh +nNe +tuW +xsh +hcd +plz +pkh +jwi +jFG +qVo +uVT +iwV +pDr +hMh +juS +uVT +mvT +vrn +kyO +smf +xeO +lty +xeO +iTv +wMg +dCm +wMg +jVM +jVM +rMV +jVM +swL +sOW +tfa +tHh +qnL +xiL +rgc +rgc +shU +dvl +sSj +tmV +wZo +tYX +dDB +dDB +dDB +kev +wnv +wFM +iho +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +qyN +rpi +sOk +vav +sxT +sOk +lhv +lhv +lhv +vav +hCQ +blb +lhv +lhv +lhv +vav +hCQ +wgv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(90,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +cea +yhB +crE +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +pIS +gBz +fJo +tMh +qMK +xqv +hcj +xGJ +pkh +jnr +jDa +hOC +uVT +iza +lqt +soA +juX +wPf +mvT +vrn +ncL +uUE +xeO +oCc +xeO +nTg +lql +qgN +pEC +qYc +jVM +rMY +jVM +sPE +pvS +tGq +tGq +ueK +ono +rgx +rIg +prQ +uXb +sSr +wEp +wYV +xli +blb +blb +blb +qtl +wlf +qTM +uMC +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +rMm +uPX +pSs +qyN +sxT +wgv +blb +dDB +blb +qyN +hCQ +wgv +blb +dDB +blb +qyN +hCQ +wgv +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +wte +dDB +qyN +jcE +wgv +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(91,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +cea +yhB +crE +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +pIS +gBT +mxa +nNe +biB +xsh +hcE +plz +pkh +jwi +tBo +hQs +xYO +xYO +iLN +xYO +xYO +xYO +xYO +vrn +oGJ +wQB +xeO +oCc +xeO +kTd +mnu +qgR +omA +uSb +jVM +vXW +jVM +siz +sPT +lej +tGq +ueR +qGw +uVE +rgx +prQ +sAT +xmt +wEp +tIA +xli +dDB +dDB +kev +kev +oxS +usl +iho +iho +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +vdg +wdB +sxv +dDB +rZi +qyN +hCQ +wgv +lhv +dDB +lhv +qyN +sxT +wgv +lhv +dDB +lhv +qyN +hCQ +wgv +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(92,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wen +ddy +yhB +ddy +wen +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +ycC +gCa +gFv +uFm +cKV +xsh +hcJ +xGJ +oTF +jwi +jwi +hQH +ifK +izD +izD +uAY +izL +uAY +jYW +vrn +oGJ +wVZ +xeO +oBV +xeO +pgE +mpC +qhm +xBK +qtb +jVM +vXW +jVM +wYy +pww +pRU +tGq +qon +uXb +uXw +rgx +prQ +sBp +xmt +wEp +tIL +tYX +dDB +dDB +qtl +jOw +wnB +uth +uMW +uMC +dDB +dDB +uXY +uXY +uXY +uXY +uXY +blb +dDB +dDB +dDB +blb +dDB +dDB +qyN +rpi +sOk +blb +rZi +sxT +hCQ +gzY +lhv +blb +lhv +sxT +sxT +sxT +lhv +blb +lhv +sxT +hCQ +sOk +blb +blb +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(93,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +wen +wen +vxt +cpA +vxt +wen +rPf +bSs +wen +bSs +wen +bSs +wen +bSs +wen +bSs +rPf +wen +wen +dDB +blb +dDB +dDB +dDB +dDB +dDB +pIS +gCg +mxe +uFm +gLL +xsh +rTt +plz +sDq +jwi +qtd +hSj +kjU +izL +iLV +iYh +lZt +lZt +xYO +hBK +dTS +sbU +xeO +oCc +xeO +maz +mqc +qho +qFO +jVM +jVM +nKk +rgf +kWF +pxO +pRV +tGq +qpx +qGY +uXb +rIS +prQ +oYu +sSt +tqq +wYF +tYX +dDB +dDB +qtl +jSK +qpg +uuv +uMX +uMC +blb +blb +uXY +dvo +hkW +rLN +uXY +uXY +dDB +dDB +dDB +blb +dDB +dDB +rMm +uPX +pSs +dDB +rZi +qyN +hCQ +wgv +lhv +dDB +lhv +qyN +sxT +wgv +lhv +dDB +lhv +qyN +hCQ +wgv +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +blb +lBy +jcE +vCm +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(94,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +bSs +wBf +wpa +cpP +csl +dDG +csl +vfg +vfg +cQP +rPf +doJ +vfg +csl +eyJ +csl +vfg +fyZ +wen +wen +blb +dDB +dDB +dDB +dDB +dDB +ycC +ycC +iEk +gJo +qMK +ips +iEk +xGJ +xGJ +aYr +jDy +qoD +xYO +xYO +xYO +xYO +xYO +xYO +xYO +mZh +rbU +uIv +voa +uZY +xeO +xeO +xeO +jVM +jVM +jVM +obU +gOB +jVM +jVM +jVM +jVM +jVM +ufu +uXb +uXb +rJh +vEI +cce +xmt +wEp +tJD +xli +dDB +dDB +kev +vOq +qBy +uwl +uNk +vPC +qtl +qtl +uXY +iTn +nBw +nId +mpk +uXY +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +vdg +wdB +sxv +qyN +hCQ +wgv +blb +dDB +blb +rMm +opL +dDB +blb +dDB +blb +qyN +hCQ +wgv +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(95,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +yjV +xvT +xvT +itb +itb +xvT +xvT +itb +xvT +xvT +cRD +vfg +gTX +itb +xvT +xvT +xvT +xvT +fzd +fTD +wen +blb +dDB +dDB +dDB +dDB +dDB +dDB +ycC +gHe +noq +nlD +ipD +hdd +hhk +xGJ +hxj +qtd +hSv +kke +kAS +iMg +iYj +sDp +tCx +kke +kgz +oGJ +kJq +xeO +lus +uZY +wvn +uZY +ndq +nuv +nKm +odA +aBy +mAn +wzj +atM +cNF +jVM +qpX +qHm +aes +rJl +hBr +vUG +xmt +ffX +tJG +xli +blb +jKr +qtl +qTM +vHL +ozd +qTM +xbP +rUB +rUB +eLY +xcv +nBw +ghQ +sEC +uXY +dDB +dDB +dDB +blb +blb +blb +blb +blb +lBy +rpi +sOk +vav +hCQ +blb +lhv +lhv +lhv +blb +blb +blb +lhv +lhv +lhv +vav +sxT +dDB +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(96,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +yjV +fpY +fpY +fpY +fpY +fpY +fpY +fpY +fpY +xvT +cRH +cYW +ifd +xvT +edc +ezS +eSZ +xvT +fzx +fUh +wen +blb +dDB +dDB +dDB +dDB +dDB +dDB +ycC +gHn +mPJ +mPJ +ipD +opH +oSv +xGJ +pNi +jDQ +jRk +ihc +kBg +kBg +opn +jwa +opn +jYY +tSe +oGJ +wQB +xeO +xeO +xeO +puw +xeO +jVM +nvo +wzj +jVM +jVM +ceE +jVM +jVM +jVM +jVM +qqy +xKa +xKa +rJv +tax +vUZ +qKE +wEp +tJD +xli +dDB +dDB +kev +vPV +qSU +uwx +uOd +kqo +qtl +qtl +uXY +ivX +erK +iPj +bob +uXY +nnk +dDB +dDB +blb +dDB +dDB +dDB +dDB +rMm +uPX +pSs +qyN +hCQ +twg +wdB +sxT +sxv +dDB +blb +dDB +xzd +sxT +blb +qis +sxT +wgv +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +wte +dDB +qyN +jcE +wgv +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(97,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +bsy +dNq +yjV +fpY +fpY +uTA +uTA +uTA +tof +uTA +fpY +xvT +xvT +xvT +itb +xvT +edJ +eAK +eUn +itb +cpP +fUI +rPf +blb +dDB +dDB +dDB +dDB +dDB +dDB +ycC +gHG +mQz +noq +iqp +ueC +hNE +xGJ +qWh +qtd +hSK +kke +xkU +iMU +iYD +jLR +jLR +xMY +tSe +oGJ +wQB +wsE +xeO +lMo +mbK +mqz +jVM +uPd +jVM +jVM +mRp +aeN +phJ +hym +wQW +mKH +qrw +xCu +rij +xCu +xCu +xCu +sTa +wEI +tIL +tYX +dDB +dDB +qtl +jSK +rjz +uxi +uMX +vnb +blb +blb +uXY +cHX +qYh +qXG +uXY +uXY +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +qyN +sxT +sxT +sxT +sxT +wgv +dDB +blb +dDB +vav +sxT +sxT +sxT +sxT +wgv +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(98,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +yjV +yjV +fpY +fpY +fpY +uTA +fEb +csq +sHg +uTA +fpY +wct +hJp +wct +wct +isj +edS +eBH +eVm +xvT +fAx +fVU +xvT +gvY +blb +blb +blb +blb +blb +ycC +ycC +gHJ +xJQ +gLM +iqF +hdg +aEc +xGJ +jnS +qtd +mlx +xMY +iBc +iMZ +iYG +lFJ +jNe +psc +tSe +oGJ +wQB +lbk +xeO +lMy +puN +pSI +jVM +qHb +qZp +jVM +gTV +oXt +xCu +xCu +xCu +xCu +xCu +uCv +ril +vVw +vFv +vVw +sTl +wEp +tIL +tYX +dDB +dDB +qtl +mDA +rrx +uyg +uOh +vnb +dDB +dDB +uXY +uXY +uXY +uXY +uXY +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +rMm +uPX +uPX +uPX +uPX +pSs +dDB +blb +dDB +sck +uPX +opL +uPX +uPX +pSs +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +blb +lBy +jcE +vCm +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(99,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +gcs +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +yjV +fpY +nZx +uTA +tof +cfc +veA +csF +cwX +hJp +wct +wct +eMI +cZv +wct +isj +isj +fJs +isj +xvT +fBw +fGa +xvT +vVQ +vVQ +vVQ +vVQ +vVQ +vVQ +vVQ +ycC +ycC +ycC +ycC +noq +ueC +tJF +qoD +jnZ +jEx +jSS +xMY +xMY +xMY +xMY +xMY +xMY +xMY +tUK +oGJ +wQB +vpT +xeO +lMz +vXo +pSK +jVM +jVM +nKL +jVM +oAp +iBg +sze +pya +tgS +sze +wkk +vVw +vVw +oAp +vFE +vXd +sTp +wEp +tKm +xli +dDB +dDB +kev +kev +oxS +uLu +mVY +mVY +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +yfD +yfD +yfD +yfD +yfD +dDB +blb +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(100,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +tYT +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +yjV +fpY +uTA +uTA +bZy +cfk +fkj +dMg +cyk +cEs +cKc +eAU +cRI +dbs +fkj +wct +edU +fKc +eVz +fTe +xvT +fWH +xvT +gfs +gwS +gxi +gxX +gzf +qjy +nWr +hsO +gHP +qjy +ycC +nRd +hdH +nRd +qoD +log +jVe +hUq +iGS +bBv +iNg +iYI +lGo +jNO +geE +tWL +oGJ +wQB +lbM +xeO +lMH +teq +jVM +jVM +xCz +ygb +jVM +dNI +vLO +piZ +pyS +gfR +vgc +wkk +qJa +vVw +rJT +sih +sBu +sTp +wEp +tIA +xli +blb +blb +blb +qtl +qTM +qTM +vnb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +yfD +dZa +rqM +gxb +sSQ +sSQ +sSQ +pdR +sSQ +pdR +sSQ +sSQ +sSQ +sSQ +sSQ +sSQ +pdR +sSQ +pdR +sSQ +sSQ +sSQ +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(101,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dNq +fpY +uTA +dfo +dor +dts +dCj +dMF +cze +wct +wct +eDh +eMU +eYc +dps +wct +eeD +fKl +fOk +fTe +fUO +fXj +oub +jxp +jFt +jXd +gyd +gyd +gRj +fMx +gCr +gHV +pRz +gLV +oUd +soO +oUd +xQl +pPK +jVe +oUd +koD +oUd +iNV +oUd +lGA +jNZ +mzM +tWL +kyZ +kJR +jVM +jVM +jVM +jVM +jVM +xhQ +qIc +cyh +jVM +jVM +jVM +jVM +jVM +jVM +jVM +qrI +qKE +riM +qKE +qKE +qKE +sTp +tqt +tIL +tYX +dDB +dDB +dDB +kev +wnv +wFM +mVY +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +yfD +kZx +lLX +rnV +mrh +rTy +rdy +yfd +mBo +cUK +bBw +uCe +wER +gQR +uKM +raE +dBy +ena +gKE +tzs +eOJ +sSQ +blb +dDB +dDB +wte +dDB +qyN +jcE +wgv +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(102,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +yjV +fpY +uTA +bSN +bZL +dua +dCC +dMX +dZn +cEK +wct +eCf +eNl +dbv +fjA +fun +fDL +fLf +fPu +fSX +fUP +gbH +gdE +gfb +jEc +jXe +kwZ +gDs +pQh +gzQ +gCT +mks +soO +soO +gVc +kTH +kTH +soO +jVe +wgp +jVe +soO +kTH +kTH +soO +gfs +jOd +mzM +tWL +uFG +aqw +jVM +vML +atM +mdj +jVM +uPd +jVM +nKX +jVM +fSq +reU +kXO +pyY +pSm +jVM +qrN +ttA +ttA +rJZ +ttA +sBz +xvW +tqz +tIL +tYX +dDB +dDB +dDB +kev +wmY +uPO +mVY +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +yfD +pzB +xin +ulL +sSQ +tAq +sCl +hUk +hlg +dPH +wJk +tWo +hKQ +wJk +iXm +isY +kJQ +tWo +dYI +gvQ +bsP +sSQ +blb +sSQ +lMF +idv +lMF +sSQ +bno +sSQ +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(103,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +yjV +fpY +uTA +dhh +cam +dun +dCR +dOZ +dZD +wct +wct +eDh +eNt +eZM +fjV +wct +fDU +fLu +fPO +fTe +fUR +fXl +gdJ +jxp +jEu +jXo +xsm +gzB +jXo +jim +gDk +gIb +jim +pUJ +pPK +jVe +oUd +hoe +hxA +hED +xSx +xSx +iBu +kVe +xSx +jxC +ufb +xCl +tYQ +kzu +wiF +jVM +jVM +lMK +jVM +jVM +xjq +jVM +tII +oeF +kGS +xnd +kGS +kSV +pSr +jVM +qsA +uCJ +rjb +rKL +siv +sED +sTW +tmV +tKy +xli +blb +blb +blb +qtl +qTM +qTM +vnb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +yfD +cTx +wkg +imM +sSQ +sSQ +vql +sSQ +sSQ +wKa +sSQ +sSQ +sSQ +wgL +jIB +wgL +wgL +wgL +wgL +ueG +sSQ +sSQ +sSQ +sSQ +ulO +ycv +ulO +sSQ +gpu +sSQ +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(104,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +yjV +fpY +tof +bSX +cbi +cfk +fkj +dPa +dZZ +cFz +etD +eDl +eND +dbz +fkj +wct +fEV +eBN +fQY +fTh +xvT +fZw +xvT +gfs +jEZ +qjy +gyr +wNw +qjy +nWr +hsO +mzz +qjy +vPP +otX +hei +xHm +vPP +hxJ +jVe +jWm +qjy +kCl +soO +log +jye +jOs +mAv +khS +dIN +vpI +jVM +vMV +oZr +xkS +pTC +nec +jVM +ygd +jVM +tRH +wzj +kGS +sQn +jVM +jVM +uii +qKN +wLA +rNA +siP +sEK +sWj +tqK +tIL +tYX +dDB +dDB +dDB +qtl +qTM +qTM +vnb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +yfD +pEw +wmE +bXW +sSQ +tAq +rWW +sSQ +aNl +jlV +lhx +wtm +fkq +vDV +kkO +vDV +ntX +vgC +wgL +lLH +sSQ +sqV +nFy +sSQ +liU +fqT +kqZ +sSQ +rwq +sSQ +sSQ +sSQ +sSQ +sSQ +sSQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(105,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +yjV +fpY +nZx +uTA +uTA +duI +veA +dPd +cwX +wct +wct +wct +eNU +eZP +wct +gOm +gOm +eDJ +gOm +xvT +fXg +gTX +xvT +vVQ +vVQ +vVQ +vVQ +vVQ +vVQ +vVQ +txh +vPP +vPP +vPP +dKq +hej +tdh +txh +gcz +iHg +gcz +quU +quU +iNY +ybh +quU +quU +tsF +ubK +uFG +gih +lca +oEN +lMN +jVM +msV +mAn +jVM +jVM +jVM +jVM +xNS +osi +uAH +jVM +wnK +clc +asn +rkb +rOm +skY +sED +sXk +wEp +tKC +xli +dDB +dDB +dDB +qtl +qTM +qTM +vnb +dDB +dDB +dDB +dDB +dDB +dDB +tFQ +xSO +xSO +tFQ +dDB +dDB +blb +geu +geu +xQa +xQa +xQa +geu +geu +dDB +dDB +dDB +yfD +kqK +cAj +yfD +sSQ +iJc +tLt +sSQ +xZm +lpX +phs +vFm +fNR +vDV +rov +hWu +stX +wiT +wgL +tLt +nJf +aTc +frB +sSQ +qDD +xnU +wDu +ulO +gpu +sSQ +vTG +vTG +vTG +hDJ +sSQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(106,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +yjV +yjV +fpY +fpY +fpY +uTA +fEb +dQA +fEb +uTA +fpY +wct +wct +hJp +wct +gOm +efp +eFe +eYk +xvT +fDg +gbM +itb +itb +blb +blb +blb +blb +blb +vPP +txh +gir +vPP +nqJ +gVp +iEQ +hic +jeq +gcz +qtQ +gcz +ihl +oVY +rth +lpR +liG +rRQ +tsF +kiB +nBL +wNW +jVM +jVM +jVM +jVM +jVM +qhp +sfX +nLN +rpy +jVM +jVM +jVM +jVM +jVM +nAi +uio +xOB +xOB +xOB +sls +sFJ +xvW +tkp +tMi +xli +urv +yeh +blb +kev +wmc +wFM +mVY +blb +blb +qIf +qIf +qIf +qIf +qIf +iJz +tFs +tFQ +blb +blb +geu +geu +vdX +gaF +unt +gaF +vdX +geu +geu +blb +blb +tFQ +uql +plf +pXL +lMp +dYI +mDl +sSQ +mXt +uuS +cPi +mGN +grx +vDV +oCJ +wCY +vEe +xXG +wgL +hcv +nJf +rAj +uOw +eBQ +qDD +xnU +wDu +ulO +gpu +sOj +vTG +crr +cuG +ksL +sSQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(107,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +gcs +blb +blb +blb +blb +blb +blb +blb +blb +aJq +aJq +yjV +yjV +fpY +fpY +uTA +uTA +tof +uTA +uTA +fpY +xvT +xvT +xvT +xvT +itb +eip +eFk +eYn +xvT +fDk +gcL +wen +dDB +dDB +blb +dDB +dDB +dDB +dDB +txh +hDt +gJp +pog +gVW +ydj +ykd +qyz +gcz +qtQ +gcz +ihq +rHp +rth +jTs +jyu +jOM +tsF +vIJ +kzx +twJ +tgl +cEp +fLn +meb +jVM +jVM +jVM +jVM +rpJ +mAn +jVM +waS +pzn +xvW +xvW +qtW +rRn +rRn +rRn +rRn +sIh +xvW +gXD +tMj +yeh +uyp +yeh +urv +mVY +sDT +wHX +mVY +dDB +dDB +qIf +lMU +qRU +xMA +qIf +gIE +wjr +xSO +xep +xep +geu +hVo +csE +gOX +gOX +xKg +gqs +mvP +geu +dDB +dDB +xSO +wHN +xrC +syE +sSQ +vYj +sSQ +rlr +rlr +vLb +egG +rlr +vDV +vDV +qxN +wCY +wCY +wCY +wgL +ngq +sSQ +ewW +aTc +cku +qDD +xnU +wDu +ulO +gpu +sOj +vTG +ocg +pqf +gyf +sSQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(108,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +kqX +fpY +fpY +fpY +fpY +fpY +fpY +fpY +fpY +xvT +hKR +wpa +hGn +itb +eiC +eFm +eYp +itb +fFT +wen +wen +dDB +dDB +blb +dDB +dDB +xRH +xRH +gcz +gcz +vPP +gLY +vPP +hkL +nBC +hpR +gcz +cWh +gcz +ihr +iCb +rth +iZB +uff +mak +tsF +vrn +uFG +wQB +tgl +lut +pbd +mfc +mtf +qhs +qIg +jVM +jVM +uPd +jVM +vsq +pzs +pTl +xvW +qtW +xzp +hpq +rOx +hpq +sIh +xvW +tuO +mpO +xml +vcP +uPs +fHb +npY +qTM +qTM +qtl +dDB +dDB +qIf +uMl +aQr +wCa +ulb +vsx +oED +pKm +kLS +xMa +kkm +uKv +taB +rFV +waN +nkw +qwa +mZZ +xQa +dDB +dDB +xSO +wuj +xrC +xHw +sSQ +vYj +sSQ +oOM +cHO +uuS +lNf +heF +nFD +xqg +pKS +jik +lVP +jWb +wgL +hgF +pVK +oZY +aTc +cku +qDD +oqS +wDu +ulO +gpu +sOj +vTG +udE +edW +prT +sSQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +wCc +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(109,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +tYT +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +kqX +kqX +cbm +kqX +kqX +kqX +kqX +kqX +yjV +itb +wpa +cSp +wpa +xvT +xvT +xvT +xvT +xvT +fGa +gdr +gpL +gDE +gDE +gxu +gDE +gDE +gpL +xRH +gKT +gcz +gJu +ibo +gWk +iEV +mil +hpW +gcz +qwn +gcz +ihs +iCf +kUM +iZU +rth +mbp +tsF +kpF +uFG +wQB +tgl +lvA +lNb +mfr +mtu +xkW +xGd +yiv +ofk +oAQ +jVM +buk +ogu +xrz +xvW +qui +vqp +rkF +rQt +uEg +tNc +xvW +tvS +tMy +tZG +aiE +uNn +uNn +vOh +qTM +qTM +qtl +dDB +dDB +qIf +gUz +cUE +lXT +gnQ +kIv +wDo +tFQ +xuF +xuF +xQa +pqN +tcz +xIu +jHi +tAH +rTJ +aPO +xQa +blb +blb +tFQ +jMj +mUg +gcf +sSQ +bbh +sSQ +kId +bba +oNd +fFD +cbO +vDV +mVs +clt +jbr +guF +nGP +wgL +rWW +sSQ +hia +ggl +eBQ +qDD +xnU +wDu +ulO +gpu +sOj +vTG +pDG +qOO +dbO +sSQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(110,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +tYT +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +cKk +ijF +cSp +dbF +ijF +iuc +wpa +hKR +hGn +fTw +fHv +gdB +gqb +kxX +kIj +kIj +kxX +kIj +kIj +jPO +eDN +gcz +gcz +gcz +gcz +gcz +gcz +gcz +gcz +hFC +gcz +meu +kCy +kCy +meu +jyG +meu +tsF +llv +uFG +wQB +tgl +wHO +pbG +wvv +mtu +vGe +czi +jVM +ogK +rOb +htI +uhz +sQA +xrz +xvW +quo +uEg +pCX +vqp +slv +wro +xvW +twf +tMR +tZV +xtZ +yeh +urv +kev +qtl +qtl +qtl +dDB +dDB +qIf +tgJ +nQU +bDj +onP +vsx +ogr +tFQ +blb +blb +xQa +gxP +uIn +tqF +hkB +lHt +uXs +ohx +xQa +dDB +dDB +xSO +xUL +xrC +knF +sSQ +miA +sSQ +lgo +pDw +ogv +lNf +cGI +vDV +oez +ppp +elC +mdm +cAd +wgL +tLt +nJf +fWW +ljp +sSQ +qDD +xnU +wDu +ulO +gpu +sOj +vTG +pNm +eFi +prT +sSQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(111,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +cKk +cKk +cKk +rPf +wen +wen +rPf +wen +wen +wen +wen +gdr +gpL +gfZ +giY +giY +giY +giY +gpL +xRH +gDp +gIj +iRz +wqM +iRz +iRz +iRz +lto +hyj +qtQ +gcz +ihu +iEw +iOs +jbJ +lGK +mfP +tsF +lPo +kzu +wQB +tgl +tgl +tgl +tgl +wRD +tSn +xHv +jVM +ohF +rhD +jVM +sZn +pzX +tDZ +ygB +quS +uEy +xGQ +vrv +smc +sIt +xvW +twj +mpO +ubf +uyO +yeh +blb +blb +blb +blb +blb +dDB +dDB +qIf +alc +wYv +hwP +qIf +diS +fAJ +tFQ +xep +xep +xQa +ayf +qTk +rFy +vbO +llC +rbO +llP +xQa +pqa +pqa +tFQ +mXT +xrC +ceK +sSQ +miA +sSQ +kgc +ark +bXO +jxZ +dlz +nFD +lMr +don +psJ +krY +vJi +wgL +swJ +sSQ +lQZ +sSQ +sSQ +ugY +xNW +wfH +ulO +gpu +sOj +vTG +nJm +pqf +prT +sSQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(112,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +gcs +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +rPf +wen +wen +rPf +tYT +dDB +dDB +dDB +dDB +xRH +xRH +xRH +xRH +xRH +gLZ +xRH +xRH +xRH +xRH +ryi +qyB +gcz +ihB +vTs +iOE +jcU +lGK +jOS +tsF +vrn +uFG +smf +aCO +lwa +pcK +tgl +mtV +xHD +xHD +jVM +jiN +jVM +jVM +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +xvW +sXo +twl +mpO +amI +uAb +yeh +qir +qir +qir +qir +qir +qir +qir +qIf +qIf +qiP +qIf +qIf +lGe +xrC +ioo +ley +mCt +lfg +mmE +czg +ddK +vcB +bDr +bsv +kNf +pWC +eAz +hGE +hXl +dcH +sSF +tFQ +sSQ +dZk +sSQ +oeW +oeW +cgZ +rlr +rlr +vDV +vDV +qKS +hBA +hBA +vDV +wgL +tLt +qAn +jmW +ibE +sSQ +ulO +pqf +ulO +ulO +gpu +sOj +vTG +mGQ +edW +nTe +sSQ +dDB +dDB +dDB +dDB +dDB +vdg +wdB +wdB +wdB +wdB +wdB +hrL +wdB +wdB +wdB +wdB +wdB +sxv +dDB +dDB +dDB +blb +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(113,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +dDB +dDB +dDB +tYT +aJq +aJq +xRH +nts +ruY +gXf +ruY +iSb +xRH +ryi +xRH +gcz +ijD +iEF +iPD +jcZ +lGK +mgt +tsF +kiO +nDV +wNW +lcn +vpI +vpI +vpI +sfK +vpI +vpI +nMW +tEL +vpI +vpI +pjr +vpI +pBu +vpI +vpI +oXZ +vpI +vpI +vpI +sIG +vpI +xDs +mpO +ucr +xIK +uQC +jeW +vQi +wnN +cNU +xkX +qir +qdb +uvJ +icl +tlX +lbN +tFQ +vsx +oED +xSO +xuF +xuF +geu +pzb +kCb +taB +taB +tCZ +gUk +rgK +geu +xza +xza +xSO +iTR +pox +ryF +cRw +xWW +eFc +tCz +tCz +sSq +tCz +jUv +tCz +iFb +nuO +sSq +dYX +nzU +wnE +oeI +qVa +mhV +qsu +sSQ +ulO +ulO +ulO +ulO +gpu +sOj +vTG +dLd +gwh +wfH +sSQ +blb +blb +blb +blb +blb +vav +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +sOk +blb +blb +blb +blb +blb +blb +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(114,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +dDB +dDB +dDB +dDB +tYT +aJq +nIY +gJY +ruY +gXg +iFE +iSk +xRH +jrs +hFG +gcz +ikH +kCC +qrg +jda +lHU +uoB +tsF +kjg +oXV +kJX +xIw +vrH +xIw +xIw +fqL +dRh +kjJ +nNV +uVo +oBA +mut +pjA +mut +xIw +xIw +xIw +xIw +rlh +vrH +xIw +vYt +xyJ +wFl +sFH +vuL +xIK +ygu +mHb +ona +xEC +ona +uXB +wMZ +vnN +ybL +pOm +lwk +gUn +xSO +vsx +oED +xSO +blb +blb +geu +geu +frf +uEs +ooO +bDY +evb +geu +geu +blb +blb +xSO +xUL +pox +hLa +lUE +ych +cWB +tRc +tRc +tRc +tRc +tRc +tRc +tRc +tRc +hGt +lXH +sSQ +sSQ +sSQ +sSQ +sSQ +dgn +sSQ +sSQ +sSQ +sSQ +sSQ +nln +sSQ +vTG +vTG +vTG +hDJ +sSQ +dDB +dDB +dDB +blb +dDB +rMm +iLR +uPX +uPX +opL +sTq +oMy +xCH +opL +uPX +uPX +iLR +pSs +dDB +blb +dDB +blb +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(115,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +dDB +dDB +dDB +dDB +tYT +aJq +nIY +nIY +hbN +gXh +dyp +gIH +xRH +ruY +dJe +gcz +gcz +gcz +cCD +gcz +jyM +uoB +jZn +mxN +rji +vAw +nvE +nvE +nvE +nvE +mvl +qio +nvE +uQi +nvE +oCx +nvE +rFn +pAB +hvM +kfM +fKO +hvM +hvM +hvM +hvM +hvM +wpu +ouf +wZE +ucH +xIM +yfj +bcv +kov +viy +efB +kov +xyh +xRI +ycZ +hVh +elM +pYr +xJZ +vsx +ooK +tFQ +dDB +dDB +dDB +geu +geu +xQa +rbD +xQa +geu +geu +dDB +dDB +dDB +tFQ +sqo +kOX +wYA +rnE +xqN +gQa +rnE +xqN +fgW +uBl +ibp +kEF +jCr +niI +cqc +aPa +gLb +mHc +nqd +knV +sSQ +jkE +xfH +tAq +sSQ +qNj +qNj +kVb +sSQ +gPQ +sSQ +sSQ +sSQ +sSQ +vdg +wdB +sxv +tCq +blb +tCq +tCq +tCq +blb +tCq +qyN +oMy +wgv +tCq +blb +tCq +tCq +tCq +blb +tCq +vdg +hrL +sxv +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(116,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +aJq +gcs +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +aJq +aJq +gcz +gcz +gcz +gcz +gcz +gcz +gcz +ruY +ryi +ehj +iPU +qtQ +kjl +gcz +jzo +uoB +uoB +wSZ +dRf +xqC +xyc +lwD +lNp +xRA +xRV +qji +svS +rpb +rqw +rqw +rqw +qUt +pBe +qUt +qUt +qUt +xJB +vYy +vrO +vYy +vYy +xJB +xJB +wZO +xpU +uAw +yga +rbo +vCO +wnO +jpK +vCO +lhg +xSp +dUC +qTK +vnF +pRQ +usB +vsx +xZY +tFQ +dDB +dDB +dDB +blb +dDB +rHw +hdB +wIp +dDB +blb +dDB +dDB +dDB +tFQ +vDB +vTo +wYA +wPP +hTY +skp +tZl +xqN +rnE +xqN +rnE +gxs +wYA +iYu +mcP +gFH +ghs +eRX +eRX +nIJ +sSQ +ehZ +fDd +idj +qXl +kVb +xsj +kVb +szh +qNj +ofu +sSQ +dDB +dDB +qyN +iLR +iLR +tCq +dDB +dDB +blb +dDB +dDB +tCq +iLR +oMy +iLR +tCq +dDB +dDB +blb +dDB +dDB +tCq +iLR +iLR +vCm +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(117,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +aJq +aJq +aJq +dDB +dDB +dDB +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +hwJ +blb +blb +blb +blb +gcs +uvA +gIl +xbl +xbl +irn +heA +hix +gcz +xRH +jFF +ehj +ill +iEK +iPU +gcz +sFk +gGl +nqE +wSZ +lFg +xqC +oFG +oFG +oFG +oFG +oFG +neZ +xIW +ylJ +rRF +oDm +kru +qUt +fwI +ovk +qdW +qUt +qLd +ugH +mJX +vHH +vYH +wrw +xJB +xvh +xpU +uBY +ygu +gVi +dba +dse +gfM +ona +wMZ +xSV +psI +qir +vnF +pRQ +xSO +vsx +rfi +xSO +xSO +dDB +dDB +blb +dDB +rHw +mVN +wIp +dDB +blb +dDB +dDB +xSO +xSO +xUL +vmh +wYA +elw +emd +rZc +vba +anJ +vdY +tFX +vdY +jjO +wYA +glY +bUv +cSk +gLb +nlS +mIa +gpM +sSQ +hrF +oiA +kSY +sSQ +hhb +gRO +dxf +dxf +qNj +tdO +sSQ +dDB +dDB +qyN +iLR +wgv +tCq +blb +tCq +tCq +tCq +blb +tCq +qyN +oMy +wgv +tCq +blb +tCq +tCq +tCq +blb +tCq +qyN +iLR +wgv +dDB +dDB +blb +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(118,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +aJq +uvA +xbl +gKg +xbl +gXq +ouP +lTu +gcz +hyv +fyH +xRH +xRH +iEP +xRH +gcz +lHW +jOU +jZs +wSZ +lFg +xqC +lcu +siN +dYG +gzx +wRL +qIv +qIv +qZq +qIv +oEi +mMZ +qUt +qUt +qUt +oeH +uiW +qLt +vrY +vrY +vrY +vrY +sXq +wGu +nhZ +xoa +uCp +yeh +qir +pKR +ona +ona +eMo +xyk +xTD +bmB +qir +wdb +pRQ +tFQ +ofG +oED +qNw +xSO +tFQ +tFQ +xSO +tFQ +xSO +pKm +xSO +tFQ +xSO +tFQ +tFQ +xSO +qNw +xUL +xrC +wYA +bGv +wfi +wfi +wfi +wCx +wCx +piG +wCx +ogR +wYA +tlh +sTR +doj +xiE +xiE +fFY +xiE +xiE +wgL +fSk +aTc +sSQ +hhb +yku +tAE +wsB +wsB +sSQ +sSQ +wdB +wdB +qis +iLR +twg +hrL +wdB +wdB +gzY +wdB +wdB +hrL +qis +oMy +twg +hrL +wdB +wdB +iLR +wdB +wdB +hrL +qis +iLR +twg +wdB +sxv +blb +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(119,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +tYT +uvA +gIl +xbl +xbl +gXv +heH +kVc +gcz +xkb +qzi +qYy +kqM +kCJ +xAm +gcz +wTd +aoz +tvP +wSZ +uGk +xqC +lcx +oGq +lNw +pvt +pUl +nff +nvP +rqw +rqA +oEI +sTT +qUt +vjf +qUt +qey +qUt +ykI +vcN +vrY +mIi +vcN +sXM +xJB +xvh +uPJ +lek +yhq +qir +vQp +woT +pqT +wJM +xyp +wJM +wJM +lIe +vnF +pRQ +xSO +vsx +rAv +rBY +jLV +eyZ +oRJ +jLV +bCn +jLV +fmf +eMl +fRJ +jLV +qDN +owP +jLV +jLV +xUL +xrC +wYA +uia +tAS +tAS +tAS +tAS +tXP +jrG +aCi +gIF +wYA +gCe +wWs +wOn +xiE +vQn +nyp +exW +vUp +wgL +dnJ +myW +wgL +wgL +wgL +wgL +wgL +wgL +sSQ +vav +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +oMy +iLR +iLR +oMy +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +iLR +eAu +sOk +blb +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(120,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +uvA +uvA +uvA +njW +isI +owb +uvA +gcz +ryi +xRH +xRH +xRH +gcz +gcz +gcz +lIa +wSZ +wSZ +wSZ +lFg +xqC +iux +lwJ +phE +pwf +pUt +nfs +xmy +rqw +rqJ +rqw +khW +qUt +nnE +tkq +oeH +qUt +qLA +vIZ +kkL +vIZ +qUu +sXO +xJB +xaH +xpU +xMr +yij +qir +vQv +syC +wIc +xma +qir +xUn +vLW +qir +wfa +eMo +xSO +itB +xrC +xrC +pEL +pEL +pEL +qUf +qfX +oED +oED +oED +czm +oED +oED +owP +mhn +vdH +nyT +iMS +wYA +bgH +pUc +pks +buV +nei +moy +moy +xWl +nmh +wYA +eOZ +mLH +pUx +xiE +hbS +fzt +fLk +guC +wgL +wsR +etv +wgL +nah +kwW +vpk +nuT +xsV +blb +qyN +iLR +xCH +opL +uPX +uPX +gzY +uPX +uPX +opL +sTq +oMy +xCH +opL +uPX +uPX +iLR +uPX +uPX +opL +sTq +oMy +xCH +opL +uPX +uPX +opL +pSs +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(121,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +aan +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +uvA +gMb +gXN +heL +hjx +gcz +gDp +jFK +eDN +ilW +gcz +iPW +jdo +lJe +tyr +iGl +aNM +iXi +xqC +cPK +oGq +sPS +mhf +pUO +rRy +xIW +ylJ +ohO +rqw +dBA +sAB +dWW +qUt +oeH +wua +jWy +jWy +rRf +jWy +jWy +jWy +wJx +xbx +xpU +xMr +uQK +qir +hoQ +wpk +iFs +xmd +uWo +uWo +qir +qir +wLM +lYp +xlh +xlh +xlh +lyg +xlh +qWo +qWo +wfr +wfr +gLT +nXt +rbs +wfr +rbs +wfr +wfr +mUP +uSj +jBx +wUJ +wYA +dCe +ppA +tAS +tAS +tAS +moy +moy +xWl +sSp +wYA +xiE +xiE +xiE +fao +uVK +hPi +bRg +xtK +wgL +wsR +sQg +wgL +vsQ +rHy +vpk +jIy +jIy +jIy +lBy +iLR +sOk +tCq +blb +tCq +tCq +tCq +blb +tCq +lBy +oMy +vCm +tCq +blb +tCq +tCq +tCq +blb +tCq +qyN +oMy +wgv +tCq +dDB +dDB +blb +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(122,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +dDB +dDB +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +uvA +wur +gYy +oyA +hkm +gcz +jrJ +xRH +hVM +xRH +gcz +wSZ +jdp +lJo +wSZ +tyx +ujq +nEx +xqC +lcN +lwR +tuU +mhg +wRL +rRy +xJx +qUt +qUt +qUt +qUt +qUt +qUt +qUt +qxk +wua +uwS +vvK +rRz +smH +vZD +sZF +wJx +xbC +xpU +xMr +uSN +uWo +vRz +wpV +rGc +xTB +xOJ +uWo +ydW +cvy +tNA +nCU +xlh +tWS +wil +hzk +qDK +vEz +mGh +wfr +ycL +lHJ +vKY +lSK +eTo +pxx +tUz +wfr +wfr +wfr +gtJ +eeN +wYA +cCW +qFv +qPc +fCw +rvY +moy +moy +xWl +gIF +wYA +tab +sqp +sOO +bqE +rGI +hPi +tQA +oTW +wgL +eFO +wnE +tii +lAU +kiJ +hgo +jct +alJ +krK +iLR +iLR +iLR +tCq +dDB +dDB +blb +dDB +dDB +tCq +iLR +oMy +iLR +tCq +dDB +dDB +blb +dDB +dDB +tCq +iLR +oMy +iLR +tCq +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(123,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +dDB +dDB +dDB +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +mTB +gMy +isQ +heM +uvA +gcz +xRH +xRH +hWs +kro +kvK +wSZ +wSZ +wSZ +wSZ +qXe +xqC +xqC +xqC +xqC +xqC +xqC +xqC +xqC +nfB +nwe +nNW +pzr +oFT +pzr +mwV +pzr +pzr +pnn +wua +qLD +uYD +rRW +sny +vZX +sZJ +wJx +xbW +xpU +xMr +yiq +uWo +kgT +grD +wfj +pEs +xyQ +uWo +rfq +vKb +uWQ +fwF +iOm +gFs +fSG +ugJ +nNR +vEz +kMm +wfr +oiP +mJK +iWQ +mms +mms +jmY +dim +rAt +nzc +rQF +lIh +swN +xuD +ckV +tAS +tAS +tAS +tAS +nVg +dHk +jrk +gIF +wYA +bpS +jLi +nYk +vVP +xAA +hgf +agb +rCp +wgL +oiA +sdm +wgL +vum +lqC +lqC +jIy +jIy +jIy +lBy +iLR +sOk +tCq +blb +tCq +tCq +tCq +blb +tCq +lBy +oMy +vCm +tCq +blb +tCq +tCq +tCq +blb +tCq +rMm +uPX +pSs +tCq +dDB +dDB +blb +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(124,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +dDB +blb +aJq +aJq +aJq +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +aJq +aJq +aJq +aJq +xqC +gMK +itq +oAC +rZu +uPt +hyZ +hFO +hXh +krp +xlZ +iQl +jeg +jAn +jPg +jZK +kjL +kBo +tSs +pwq +oGu +wAn +pwq +mvA +mhY +nwg +qUt +qUt +qUt +qUt +qUt +tNs +tnb +wua +wua +qMp +uZc +rRW +snK +wat +tae +wLm +xvh +xsb +xPN +yiL +vuT +jNq +kOT +eBr +kOd +ide +mMp +ist +ist +sIj +jjk +xlh +dfb +iDH +nNq +xPW +sKq +aRC +wfr +reG +mJK +mJK +fcs +vLT +qMb +acS +iWQ +lHl +wfr +vbq +uid +wYA +cOY +vXz +nib +qmZ +onG +qmZ +lpV +vmR +ndY +wYA +nGI +jGc +tuR +gLb +uFV +vTY +nqV +exK +wgL +oiA +kWs +wgL +guz +mos +pJv +nQx +xsV +blb +qyN +iLR +twg +hrL +wdB +wdB +iLR +sxv +bSo +blb +qyN +oMy +twg +hrL +wdB +wdB +iLR +sxv +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +blb +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(125,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +hwJ +aJq +aJq +aJq +aJq +dDB +dDB +blb +dDB +dDB +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +rvp +igo +iuo +oAV +oWg +nJx +pUD +jHl +rcN +krC +rKV +tLH +loM +xSg +mhu +nJH +kkD +kjh +kJZ +ons +lyj +lOa +mhr +mvJ +nfD +xcF +ylJ +xGe +rqw +ein +sAB +umM +nnE +wua +vLF +sUg +rmX +xpw +elR +xRh +cLD +wJx +xvh +iLp +xMr +yiQ +uWo +rjJ +wpZ +tdv +eGT +xyS +uWo +aAw +rOJ +tNA +ipF +xlh +rPz +uFs +pfv +xlh +qWo +qWo +wfr +oQx +wyu +iPv +ddl +eFf +bGY +wCK +tDd +wTg +wfr +sCp +vJR +wYA +wYA +wYA +wYA +wYA +wYA +fRq +fTb +hNJ +fst +wYA +hOp +slq +hOp +gLb +dvW +gkE +cIU +bKt +wgL +cmw +uWZ +wgL +xsV +xsV +xsV +xsV +xsV +blb +vav +iLR +iLR +iLR +iLR +iLR +iLR +sOk +blb +blb +vav +oMy +iLR +iLR +iLR +iLR +iLR +sOk +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(126,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +gcs +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +rvp +xqC +xqC +xqC +oWl +xqC +wSZ +sOs +sOs +ksB +sOs +sOs +xmO +lKn +nFW +sRL +sRL +nEJ +nVX +sRL +sRL +sRL +sRL +sRL +nfN +uUq +rqw +ohQ +rqw +seE +qUt +umM +qUt +wua +wua +qNx +rmZ +xWT +soD +waL +taf +wJx +plr +xsK +bqm +fAs +uWo +uWo +uWo +uWo +uWo +uWo +uWo +qir +xLc +dis +eGb +xlh +xlh +xlh +xlh +xlh +ude +pAH +wfr +wfr +wfr +wfr +nPd +wfr +nPd +svU +gLT +wfr +wfr +mGg +jTU +jFw +fJZ +kgn +qdM +cUU +wYA +uDm +wYA +uDm +wYA +wYA +dry +myM +rsz +xiE +qcr +nXP +hpl +rAA +wgL +wsR +aTc +sSQ +dDB +blb +dDB +dDB +dDB +dDB +rMm +uPX +uPX +uPX +uPX +uPX +uPX +pSs +bSo +bSo +rMm +uPX +uPX +uPX +uPX +uPX +uPX +pSs +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(127,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +rvp +gZf +iFP +iGl +hqW +wSZ +wVS +hXP +wLl +iEZ +crq +xmO +sHe +nFW +kam +kkF +kBH +ukW +cZL +xVV +dCH +mhD +sRL +rsv +kAg +rqw +ohT +oGm +xTd +qUt +umM +qUt +tMx +wua +wua +wua +qUt +spg +wua +wua +wua +wQT +udK +xMr +xDs +vva +vSj +dRc +vVF +vVF +xzQ +mfR +vVF +vVF +uzZ +abh +bNQ +ggi +vPs +cAr +pnf +lXR +cAr +uPp +bNQ +gUe +lgx +ufE +ufE +ufE +vMJ +ufE +bka +mKe +eHe +adL +vVF +vVF +vVF +vVF +vVF +xzQ +vVF +vVF +uKl +brD +vSg +vSg +vSg +wgL +wgL +wgL +wgL +wgL +wgL +wgL +dnJ +ulO +sSQ +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(128,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +xqC +vlB +iGl +iUb +jfG +wSZ +hnY +hYq +ksX +kCW +kWq +xmO +sHs +nFW +tzD +ukW +kCN +wjM +lcW +lyp +pij +pwz +pWX +nfO +qIv +nOf +rsv +oGv +oXI +qUt +tnO +uYp +tnb +gfJ +gfJ +oYB +gfJ +gfJ +gfJ +tnb +qyY +xvh +xpU +xMr +swB +vve +vSw +wrF +tTs +lvv +xJw +xJw +xJw +hhL +xJw +fMs +xJw +qke +fwc +xJw +wmx +xJw +xJw +hhL +ezw +jOh +vfK +xJw +xGX +xJw +xJw +hhL +wmx +xJw +fwc +cTC +xJw +xJw +xJw +xJw +fdi +fwc +xJw +hhL +mwy +fDI +eQa +gdD +nyH +kWs +uOw +cdq +aTc +jmo +gAJ +syN +oiA +aTc +sSQ +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(129,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +rvp +ivk +sco +uIT +uIT +wSZ +nNi +hYw +tdI +rIJ +rAG +xmO +sHe +mhW +mEy +ncf +nFA +ujl +onR +xVV +lOt +acY +sRL +nfT +xcF +ylJ +oiO +oDm +oYy +qUt +umM +qUt +qUt +qvr +uEP +roD +wua +wua +iDt +wua +wua +xvh +hPl +xPN +vEA +vwh +vSL +rIn +pDU +pDU +qcQ +nSA +pDU +jOk +pDU +koz +qcQ +oOp +qcQ +pDU +qcQ +koz +pDU +jOk +rIn +ibD +pKU +pDU +qZn +jWl +pDU +sKB +erA +esP +mxP +fKz +rBe +xBp +owJ +pDU +pDU +pDU +pDU +jOk +jOk +xPd +xpJ +mOq +jhZ +wnE +sfv +wmD +bgB +clq +bgB +clq +uqO +uNQ +sSQ +sSQ +sSQ +sSQ +blb +blb +blb +cLg +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +wCc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(130,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +aJq +aJq +aJq +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +rvp +rvp +ihh +vYT +sco +wSZ +hHE +bQi +rvz +rIJ +kXn +xmO +qzO +nFW +tAI +ulM +kCP +kbc +ldb +sRL +sRL +sRL +sRL +ngo +xIW +rqw +rqw +qUt +qUt +qUt +tNs +tNs +qUt +qUt +qUt +qUt +wua +spi +dqO +wrZ +pzL +xvh +uPJ +xMr +sBL +nla +nla +nla +ldq +ldq +oom +ssz +yeP +lBO +yeP +yeP +iPF +vSg +iPF +vSg +iPF +yeP +yeP +sYt +yeP +ssz +kSv +ldq +ldq +nyH +nyH +cWM +nyH +vSg +vSg +vSg +chp +vSg +vSg +wSg +wSg +wSg +wSg +uNX +wTH +sSQ +sSQ +sSQ +sSQ +sSQ +oZt +sSQ +sSQ +kXM +sSQ +sSQ +bjp +sQg +pdR +kNz +bkl +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(131,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +aJq +aJq +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +nyi +rvp +rvp +uIT +xqC +wSZ +tdI +hHE +nNi +rIJ +xmO +sJR +sIA +jPq +kaF +roB +kDl +roB +lde +sRL +lOH +mhY +mxT +ngw +nAh +nPO +ojw +qUt +nta +qUt +qUt +uVg +qUt +dWW +tnb +nnE +wua +xgg +dqO +taD +pzL +xvh +xpU +uCO +nla +vwS +vSY +gkL +ldq +roz +vuA +ssz +yee +wYd +mAs +yeP +blb +blb +blb +blb +blb +yeP +fWT +vtB +uOH +ssz +kUF +lxa +ldq +oJz +atY +hjz +bLE +xaP +mfT +dvJ +nuI +cLY +xaP +tuT +vMs +bEw +jEG +ybD +tuT +sSQ +gUC +twF +twF +twF +tXw +sSQ +rch +cmz +hOR +sSQ +yhv +myW +tVc +jtK +shL +fuL +dDB +dDB +dDB +nAc +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(132,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +tYT +aJq +aJq +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +jbm +jbm +jbm +jbm +jbm +xmO +xmO +xmO +xmO +xmO +xmO +jsn +sIS +nFW +xVV +xVV +xVV +xVV +xVV +sRL +hIo +mie +wTu +nhs +xIW +rcw +ojU +qUt +gfJ +gfJ +bOH +umM +qUt +qUt +tkq +qUt +wua +sLE +pFQ +wsa +pzL +xvh +xpU +xMr +sOR +vxa +qiw +wMV +ldq +xmD +xQI +ssz +yex +vtB +tnt +yeP +uya +yeP +uya +yeP +uya +yeP +oFI +vtB +kyG +ssz +vxp +uIo +ldq +rBz +liP +hjz +tqs +xaP +tat +mYj +uax +nRP +hhg +stV +qhD +mRK +qhD +mYu +oXM +sSQ +muz +sSQ +sSQ +sSQ +sSQ +sSQ +sSQ +sSQ +sSQ +sSQ +vvN +rtr +pdR +vws +bkl +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(133,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +tYT +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +jbm +jbm +jbm +jbm +jbm +jbm +jbm +jbm +tbM +iFi +iQF +jej +jAs +nFW +pmn +wZl +lgq +wZl +ldo +wZl +wke +xIW +wWc +niX +nAM +nQh +okz +qUt +gPo +gUx +qUt +tnO +tNs +umM +qNz +umM +rSj +spP +bRt +wsb +pRN +qQB +ufF +xMr +slJ +vxs +xaC +tgj +ldq +roz +ssz +ssz +yfm +ukB +toI +yeP +xaW +apZ +qOj +vmg +mwu +yeP +bjv +ukB +aCF +ssz +ssz +xYE +ldq +gHT +tAP +nxD +ihC +xaP +aVr +jlZ +kMW +pXz +xaP +nwN +ufn +jIj +ufn +tbK +ykT +sSQ +muz +sSQ +blb +dDB +dDB +blb +dDB +dDB +blb +sSQ +sSQ +sSQ +sSQ +sSQ +sSQ +sSQ +blb +blb +blb +cLg +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(134,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +jbm +vTO +jbm +jbm +twN +jbm +jbm +lqs +xGS +yfX +twN +tDB +nFW +nFW +tBL +wZl +nFM +wZl +vsU +wZl +piM +miD +rqw +njP +nAW +nTk +okN +qUt +eBV +vwD +qUt +tNs +qUt +qUt +qUt +qUt +wua +spU +dmk +wOG +wtX +xvh +nkH +xMr +slJ +vxM +qiw +pgu +ldq +qRO +ssz +bFW +rwW +iym +pGD +wSH +kJW +hJd +rwW +bMt +jAb +wSH +pGD +wYd +rwW +wSL +ssz +xYE +ldq +tUb +dVd +occ +dLv +kFY +kFY +uNe +fVG +eJe +cwt +nwN +ufn +dMM +nAn +rUV +xqe +whX +knC +sSQ +blb +dDB +dDB +blb +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(135,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +jbm +oEm +jbm +jbm +oEm +jbm +twN +nFW +rGL +puC +kZf +jey +nFW +jQh +wXt +ndZ +vRx +wXt +kIR +wZl +ngv +miF +rqw +rqw +rqw +rqw +rqw +qUt +qUt +qUt +qUt +uiW +qUt +wDC +qQR +roE +vuo +sqA +sJi +wty +two +xvh +uiY +uDF +uSO +lTb +qZR +aPU +ldq +qnx +ssz +oCg +rwW +sMU +wYd +nFa +uBy +rvO +nkN +rvO +qdr +nFa +vtB +rvO +rwW +fCy +ssz +fmH +ldq +kcm +niq +mCi +kIy +gGQ +kFY +hrC +gHl +elT +frP +wEf +uub +uub +uub +tbK +oDB +sSQ +tAq +sSQ +tuT +tuT +tuT +tuT +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(136,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +aJq +tYT +aJq +aJq +aJq +aJq +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +jbm +twN +ydt +twN +twN +twN +twN +cgD +twN +jsn +oTL +jez +nFW +jQi +wXt +net +kDq +kDq +ldB +lyy +lPd +qkF +mAM +nkY +nCy +wZl +omo +rOz +mfo +yaL +rAN +kzX +rdW +sGT +kVl +rqc +vuo +sqS +fne +unf +wtX +xbC +nkH +uEG +nla +egy +vTx +hjS +ldq +qRO +ssz +ssz +xpY +tLc +qBg +yeP +xaW +nHv +waG +ebv +mwu +yeP +tBG +ivY +vuK +ssz +ssz +uIo +ldq +nhQ +auK +hJc +kof +wzL +kFY +aQm +qEz +aQm +xaP +aZG +wQG +uro +itP +tbK +kBA +sSQ +sSQ +sSQ +rzJ +teG +xBx +tuT +tuT +vtC +vtC +tuT +tuT +vtC +vtC +tuT +tuT +tuT +vtC +vtC +vtC +tuT +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(137,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +aJq +tYT +aJq +aJq +tYT +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +hwJ +blb +blb +blb +blb +blb +blb +blb +blb +hwJ +aJq +jbm +jbm +ydt +jbm +jbm +ydt +jbm +skH +lqs +imd +rIO +pLK +jeX +nFW +thf +tDq +rnn +udZ +quf +uct +lzR +wYC +dSl +wXt +qkF +wXt +xVz +toA +rvy +fQi +yaL +pBn +cuS +oTZ +nEt +qRI +rqd +vuo +wtX +wtX +wtX +wtX +rBI +nkH +xMr +iht +iht +iht +iht +ssz +qRO +pJr +ssz +uya +yeP +uya +yeP +uya +yeP +uya +yeP +uya +yeP +uya +yeP +uya +ssz +pJr +xYE +ldq +wNE +ldq +lIi +mPw +wTw +kFY +nUQ +ohM +nUQ +xaP +oQe +bho +blh +qvL +tbK +oDB +ufn +iAJ +cqa +ufn +ufn +ycm +jcu +jiY +ufn +yhF +ull +cqa +ufn +ufn +jcu +iAJ +kqN +ufn +qRh +jFh +cjm +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(138,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +tYT +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +jbm +twN +ydt +jbm +jbm +kKN +jbm +jbm +jbm +jbm +sJR +jzl +nFW +nFW +nFW +mGT +nFW +nFW +kKB +ldU +oIk +rpv +pxR +wYo +nlQ +qJj +wZl +rsy +rOD +uhS +yaL +pBJ +pyp +qeO +qvD +qTx +neq +yaL +sqY +aCG +taZ +shD +xaH +nkH +xMr +tBv +vyt +uMN +vyt +ssz +qRO +pJr +ldq +dDB +dDB +blb +dDB +dDB +blb +dDB +dDB +blb +dDB +dDB +blb +dDB +ldq +xQI +kUF +kdn +uQo +ldq +ldq +ldq +ldq +ssz +wja +wja +wja +wja +uLj +hKw +ydf +tfh +tbK +lRj +vbR +dwX +vbR +vbR +vbR +vbR +vbR +vbR +vbR +ykn +vbR +vbR +vbR +hzI +vbR +vbR +vbR +fnz +fnz +ufn +yhH +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(139,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +aJq +aJq +tYT +aJq +tYT +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +jbm +oEm +jbm +jbm +jbm +ydt +jbm +jbm +jbm +jbm +iHs +iQK +tDB +odK +tDB +tDB +unK +nFW +mDy +oow +lAb +soN +wwb +wYq +nmy +qJB +wZl +qWT +rON +sgY +yaL +mzc +mzc +tNS +yaL +qTP +yaL +yaL +srA +lrH +uMD +shD +xvh +ugh +xMr +uUe +vyF +vTJ +wrQ +ssz +qRO +xzU +xzU +xzU +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +ldq +bRN +ldq +ldq +roz +roz +qRO +vuA +roz +ldq +wDG +dYu +oZk +pJz +jIc +bAT +mvC +fwZ +tbK +oDB +ufn +ufn +gZM +ich +meN +tZJ +vtC +ijI +vtC +tuT +vtC +vtC +vtC +tuT +vtC +ijI +vtC +bvh +meN +rDj +tuT +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(140,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +jbm +jbm +twN +jbm +jbm +jbm +twN +twh +ycz +jbm +jbm +jbm +iRv +bjX +nFW +nFW +nFW +nFW +nFW +xqL +jjZ +lCD +pjM +pjM +mAO +mAO +pjM +nUi +rts +oJi +sgE +pjT +pCv +tOk +tOk +unc +qUa +jgR +vug +srN +sWQ +sWQ +iOq +nhZ +ufF +xMr +vzX +vyR +vyR +vyR +wIm +roz +xzZ +xQI +xzZ +slG +blb +dDB +dDB +blb +dDB +dDB +blb +dDB +dDB +blb +dDB +ldq +uME +gUy +bRN +xQI +xQI +xGw +ldq +ydK +fpq +lwH +nBq +pTB +hTV +uLj +clZ +reH +kOs +tbK +wBh +lcC +qKv +tuT +vtC +vtC +vtC +vtC +kxL +vtC +blb +dDB +dDB +dDB +blb +vtC +kxL +vtC +vtC +vtC +vtC +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(141,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +jbm +twN +twN +jbm +jbm +jbm +puC +ydt +vra +jbm +nFW +nFW +iSB +nFW +nFW +mjk +unO +kla +nFW +hWa +let +oJZ +wlm +pys +wYC +qll +qJS +wZl +ooU +tts +kTL +sQd +sSY +gle +qfo +qvM +uFJ +rrF +toA +ssj +waT +uLh +twE +tOs +pFI +uEQ +uwF +vze +vUe +kmC +wJo +qnx +xzU +xzU +xzU +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +ldq +esx +vXn +bRN +lTg +xQI +hDz +ldq +qVn +ldq +uLj +uLj +jfZ +auG +uLj +dNU +off +okl +ogW +nzr +tuT +tuT +tuT +dDB +dDB +blb +vtC +cWZ +vtC +blb +dDB +dDB +dDB +blb +vtC +cWZ +vtC +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(142,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +aJq +aJq +tYT +aJq +aJq +tYT +aJq +aJq +aJq +tYT +tYT +tYT +aJq +aJq +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +jbm +jOc +twN +jbm +jbm +jbm +ydt +puC +hJr +jbm +nFW +ivO +pLK +nFW +sJR +sJR +nfc +nfc +nFW +wqj +wqj +wqj +wqj +wqj +pYK +wqj +wqj +wqj +rwR +rQA +sgY +sCi +sCi +sCi +sCi +vuu +vuu +vcW +sCi +vDX +tNn +vDX +wLW +xvh +xsT +xMr +tBv +vzh +vVu +wrW +ssz +roz +wBN +ldq +dDB +dDB +blb +dDB +dDB +blb +dDB +dDB +blb +dDB +dDB +blb +dDB +ldq +ldq +vgz +ldq +ldq +ldq +xGw +ldq +qqd +ldq +mNN +naN +vOr +bhI +uLj +oig +oig +tuT +aNX +idp +vtC +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(143,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +aJq +aJq +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +jbm +jbm +jbm +jbm +jbm +vMS +puC +jbm +jbm +nFW +yju +iRv +jfP +nfc +jQF +spH +klf +akt +wqj +leE +lCV +wmt +wqj +mBb +hUP +nDF +wqj +opF +rPl +oYL +sCc +pDe +pTn +sCi +qwG +uHe +rrH +vwc +vDX +xww +sso +vDX +rld +dNL +aBV +xqW +ssz +ssz +ssz +ssz +roz +xQI +ldq +yfQ +ldq +yfQ +ldq +yfQ +ldq +yfQ +ldq +yfQ +ldq +yfQ +ldq +yfQ +ldq +dAr +xQI +ugO +vid +ldq +xGw +ldq +spK +ldq +uLj +uLj +vOr +rqQ +uLj +blb +blb +oig +oqg +buL +vtC +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(144,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +aJq +aJq +aJq +tYT +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +jbm +jbm +jbm +jbm +jbm +jbm +jbm +nFW +kGz +kZo +nFW +lLv +sJR +ovT +nfc +qxw +wqj +oqf +nXx +vNV +pzR +nXx +qmB +qKO +raz +oqT +rQA +shf +sCc +sTf +pTs +sCi +pgP +qUm +rrU +rSm +vDX +xww +ruD +vDX +wZO +uge +uFo +uUj +vzy +sPO +qnx +qRO +qRO +qnx +wFQ +qRO +roz +roz +roz +vuA +ldq +qRO +qRO +qnx +qnx +krz +roz +xGY +evq +qVn +qVn +qVn +qVn +stj +qqd +qqd +qqd +ldq +cgY +mAP +omp +vAc +uLj +foL +blb +oig +nJc +emw +vtC +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(145,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +jbm +jbm +jbm +jbm +jbm +jbm +sJR +njm +nFW +nFW +nFW +nFW +nFW +nFW +wqj +pqs +wqj +wno +wqj +nVY +wqj +qLc +wqj +osr +rQA +ibv +sCc +uuh +pTz +qfA +qxh +qUA +rsg +rSz +vDX +sEz +vDX +vDX +nay +upz +uFA +uWe +ssz +ssz +ssz +ssz +ssz +ssz +ssz +ssz +ssz +ssz +xQI +qRO +xGw +xGw +yiV +rUR +qTv +ssz +ssz +lOi +ssz +ssz +ssz +lmb +ssz +ssz +nIp +xGw +xQI +ldq +uLj +uLj +omp +xJv +uLj +blb +blb +tuT +tHL +xyR +tuT +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +esv +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(146,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +jbm +jbm +jbm +jbm +nFW +nFW +iSO +bHA +dxz +sJR +xwy +sJR +nFW +kKD +vtm +wqj +wob +wqj +xla +wqj +qLq +wqj +rwT +rRK +shD +sCi +sTk +pTH +sCi +qxj +vDX +vDX +vDX +vDX +xww +vDX +twR +xdc +xtL +xQW +uWG +yeh +blb +blb +blb +dDB +dDB +dDB +blb +blb +ssz +ssz +sPO +xQI +ssz +ssz +ssz +ssz +ssz +nhg +dWs +lXg +sqD +jWp +wJc +ibV +ssz +ssz +ssz +ssz +ssz +txV +aJX +omp +veG +uLj +foL +blb +oig +sSw +idp +vtC +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(147,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +tYT +aJq +aJq +aJq +tYT +tYT +tYT +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +jbm +jbm +jbm +jbm +nFW +iSW +njm +liR +jQL +uwH +nfy +nFW +kLu +oqo +wqj +wqj +wqj +wqj +wqj +wqj +wqj +oss +qrR +wkF +pkE +pDD +pTM +vDX +vDX +vDX +sEz +xww +xww +veq +vDX +twZ +xdc +ugj +xQW +uYo +urv +dDB +blb +tjj +tjj +tqD +tjj +tjj +blb +blb +ssz +qRO +xQI +ssz +heB +nZQ +srb +yeQ +wLa +plu +fsL +fsL +qKt +mJy +ahj +yeQ +pus +nZQ +srb +ssz +ldq +ldq +aid +dSz +uLj +blb +blb +oig +sSw +idp +vtC +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(148,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +aJq +aJq +aJq +tYT +tYT +aJq +aJq +aJq +gcs +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +blb +hwJ +aJq +aJq +vcE +vcE +vcE +vcE +nFW +iUy +vtL +iKN +jRb +kaL +nfy +nFW +kLB +leH +wqj +dwW +nNf +wYM +jNH +xLj +ylX +oss +qrR +wkF +pkS +pDQ +pTN +qgx +xww +uHR +veq +wPd +wPd +wPd +wPd +txl +xdc +fTM +xQW +uto +yeh +blb +tjj +tjj +xog +xAk +xUr +tjj +tjj +blb +ssz +qRO +vxp +ssz +iWZ +rfJ +rcl +nhC +oUB +bLT +hAJ +gPY +vsW +aAL +opq +uXV +euO +rfJ +mOI +ssz +xQI +ldq +vOr +hwn +uLj +oig +oig +tuT +sir +idp +vtC +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(149,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +vcE +jIb +nvS +pyt +vcE +vcE +njm +fjN +jRz +sSV +nfy +nFW +nFW +oqI +nFW +lSf +miH +mCs +qnj +sGF +xbO +wUZ +oJW +wkF +plJ +pEb +pTU +vDX +qxP +vDX +wPd +wPd +ssF +hvZ +pqm +xqW +tOZ +ugC +xPY +ykL +ykL +ykL +tjj +wKc +xol +xAM +xAM +ygG +tjj +blb +ssz +frg +ldq +ssz +dmT +wlk +dDO +yeQ +lEu +bLT +tEj +ctJ +rcl +aAL +mwF +yeQ +cNZ +wlk +hwz +ssz +ldq +ldq +clf +uLj +uLj +vyU +sVA +okl +sSw +xTI +tuT +tuT +tuT +dDB +dDB +blb +vtC +ijI +vtC +blb +dDB +dDB +dDB +blb +vtC +ijI +vtC +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(150,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +tYT +tYT +aJq +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +vcE +pyt +kbY +pvA +iIe +vcE +njm +wBO +bHA +njm +njm +njm +bHA +vtL +nFW +uaP +nmV +mCJ +qnn +xLu +eeJ +otf +qrR +wkF +plZ +pGu +tpk +vDX +sEz +lVN +wPd +bjL +vMt +vCl +vMt +xqW +tPm +fTM +bAs +ykL +vAo +oUw +wtt +wKl +xoW +oPc +xUt +ygK +tjj +dDB +ssz +qRO +roz +ssz +aSy +aSy +aSy +aSy +dNi +iTB +vrd +wlk +rce +wtc +hzd +aSy +aSy +aSy +aSy +xnE +bOR +pGK +rRY +fbp +tuT +fcd +fjh +glR +vbR +qtg +rwo +gAp +tuT +vtC +vtC +vtC +vtC +kxL +vtC +blb +dDB +dDB +dDB +blb +vtC +kxL +vtC +vtC +vtC +vtC +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(151,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +tYT +tYT +tYT +tYT +aJq +aJq +aJq +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +weg +jJy +vev +nvS +iIq +vcE +unS +unS +unS +unS +unS +nFW +vcC +nFW +unS +unS +unS +unS +unS +unS +unS +otO +rmu +vDX +vDX +vDX +vDX +vDX +xww +qUF +wPd +rVj +vMt +sJw +lup +eBx +xRg +xuu +bSW +wQP +xPv +uSi +wtu +wKz +xrX +xBj +xUB +yha +tqD +dDB +ssz +xrP +roz +ssz +vLv +jLF +yeQ +fJl +gtl +iTB +aSy +kkd +aSy +wtc +lVC +fJK +yeQ +cdg +xEo +pQE +yim +fEd +gWN +vss +tuT +ufn +vly +fjh +sgX +qtg +fjh +ufn +sqh +bEN +eVu +jGA +vtC +cWZ +vtC +muj +vtC +vtC +vtC +tuT +vtC +cWZ +vtC +rzJ +vJN +wZI +tuT +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(152,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +tYT +aJq +aJq +aJq +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +weg +nvS +kbY +imE +pyt +iUz +srW +jAF +jRN +kba +fxO +kEo +kMo +leN +lDl +bio +vDK +bio +nmL +nEo +nUG +otP +oKp +iOv +veq +xww +rAg +aop +xww +xww +wPd +xOM +vMt +tQQ +vMt +xqW +eDz +fTM +xRB +ykL +rOo +rix +wtt +wKP +xsa +ldF +xUt +yig +tjj +dDB +ssz +ldq +reg +ssz +sST +qIk +yeQ +jjH +oDc +uDg +xvF +xvF +xvF +pQY +qzw +kau +yeQ +fDY +xbe +pQE +sMu +lLQ +gWN +wrR +mPu +kOc +wrR +mrv +sgX +iTC +vbR +ruV +sgX +sgX +eKP +vbR +vbR +vbR +vbR +ykn +vbR +vbR +vbR +mUQ +vbR +vbR +vbR +vbR +vbR +ufn +yhH +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(153,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +weg +jKf +nvS +jJy +nvS +vcE +ssb +fxO +mLF +kvf +vBe +vBe +vdm +elQ +oLt +nPc +utW +uiI +vBe +xMd +rdb +rsy +oKU +vDX +vDX +vDX +vDX +vDX +vDX +xww +wPd +wPd +mzo +sJF +pqm +xqW +tOZ +alb +qzn +ykL +ykL +ykL +tjj +wME +xAM +xAM +xAM +ygG +tjj +blb +ssz +jiB +qRO +ssz +xLk +qIk +vuB +wpd +ggv +uDg +xvF +xvF +xvF +pQY +qzw +ppM +yeQ +rJw +eAY +pQE +jSw +xXL +yel +wuN +tuT +wWb +rtf +wrR +rXQ +ixM +cwS +ufn +hMA +jIj +fjh +vUP +uKN +bsh +ufn +yhF +viT +hMA +ufn +ufn +uKN +qlr +iNA +ufn +yel +jFh +cjm +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(154,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +weg +weg +kbY +ktZ +vev +vcE +wJZ +lLP +wOp +wOp +wOp +wOp +wOp +xXT +oLM +xQJ +xQJ +xQJ +xQJ +xQJ +xQJ +otQ +oLh +oYV +xbg +pGy +toJ +tRV +vDX +sEz +ruD +wPd +vMC +vMC +vMC +tyq +tPP +xuO +xSF +uYE +yeh +blb +tjj +tjj +xsz +xAk +xUR +tjj +tjj +blb +ssz +xQI +qRO +ssz +vLv +nye +aSy +uLb +kKe +iTB +aSy +vWI +aSy +wtc +stU +bWs +yeQ +sFv +ahD +pQE +nIT +xXL +fjh +jFh +tuT +kTw +kOV +tob +kTw +kTw +hLU +kyI +svs +tGU +tGU +tuT +tuT +tuT +vtC +vtC +tuT +tuT +vtC +vtC +tuT +tuT +tuT +vtC +vtC +vtC +tuT +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(155,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +weg +weg +weg +wOp +wOp +wOp +jgC +qzc +wOp +nZR +nZR +uMa +kNc +xXT +oLV +xQJ +ejn +wZP +xqs +xMO +xQJ +rxM +qrR +oZb +xbg +pGU +pTY +qhF +svh +xww +veq +vDX +vNC +wbq +vMC +ygu +tSu +uhj +xSZ +uZA +urv +dDB +blb +tjj +tjj +tqD +tjj +tjj +blb +blb +ssz +roz +qsU +ssz +aSy +aSy +aSy +aSy +kHc +iTB +aHh +nZQ +sgI +wtc +fqd +aSy +aSy +aSy +aSy +xnE +awT +wJF +hRd +ndI +tuT +jOF +wOC +rlH +nDZ +kTw +tqX +wkm +svs +vtC +vtC +tuT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(156,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +wOp +suK +vvl +luh +jAV +wOp +kbE +vgf +nIu +nSu +xXT +cek +xQJ +miI +vJx +rdw +rZt +xQJ +ryt +qrR +pcc +pnq +pHI +tpE +tPH +wPd +wPd +fpB +wPd +gsv +bBu +tbB +ygu +xdc +ugj +xSZ +vaf +yeh +blb +blb +blb +dDB +dDB +dDB +blb +blb +ssz +ssz +roz +ssz +ssz +pus +cYG +srb +yeQ +pVU +mLm +tEj +rfJ +rcl +qCq +xkK +yeQ +heB +cYG +srb +xnE +tuT +tuT +tuT +tuT +tuT +kNZ +weT +rlH +qtw +kTw +kXl +kfy +svs +dDB +dDB +svs +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(157,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +tYT +tYT +tYT +dDB +tYT +tYT +tYT +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +wOp +kIL +lao +lui +ssY +bhG +kbW +nfS +uLf +nfS +xXT +vUS +xQJ +mbV +rdw +rdw +xMo +xQJ +kBc +xPx +pcT +oIR +pHM +tpK +tPY +vMC +qVM +ruO +rVX +stP +wbu +tbD +tyv +xdc +ugC +xSZ +vaj +ssz +ssz +ssz +ssz +ssz +ssz +ssz +ssz +ssz +ssz +xQI +eBn +roz +ssz +iWZ +tsL +okB +nhC +oUB +mBQ +oEB +sGh +uEC +aAL +wxZ +uXV +tEj +ctJ +mOI +rIY +hLS +ezg +bYf +dxO +wOC +wOC +nyQ +gqK +ktD +kTw +sok +rhH +grm +blb +blb +blb +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(158,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +dDB +dDB +dDB +tYT +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +wOp +wOp +laM +ssY +jBc +mkR +kct +uMa +iLr +uMa +xXT +oLV +xQJ +mbV +vJx +qqx +xMO +xQJ +ryP +rQA +shG +sCB +sUe +tpO +tQI +vMC +apF +vfk +rWr +tLn +wbu +tbD +tyA +tTx +uhI +xSZ +vbA +vAK +xGw +xGw +yiV +xGw +xGw +xGw +xGw +rgA +xGw +xGw +ssz +vFB +ssz +xeT +cCb +jlS +yeQ +buA +hMt +iiW +iiW +egr +ewz +nVx +yeQ +eDF +wlk +pAs +rIY +irs +oND +ioa +dMm +hgX +aHu +rXv +nCo +gqY +rIY +hJO +jWO +svs +dDB +dDB +svs +svs +svs +svs +svs +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(159,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +wOp +lbs +qHy +jBD +qHy +kcy +uMa +uMa +nZR +xXT +cek +xQJ +xQJ +yjK +xpE +xMT +xQJ +rzC +qrR +sid +xbg +sUE +tqh +qic +vMC +neu +vfk +itO +sul +inD +veK +yeh +tUc +hnV +uGA +yeh +ldq +ldq +ldq +ldq +ldq +ldq +ldq +ldq +ldq +ldq +ldq +ssz +dgo +scj +aSy +aSy +aSy +aSy +jKq +jIx +shv +shv +shv +lXV +pok +eWI +eWI +eWI +eWI +eWI +rIY +kOV +kOV +rIY +xjT +rIY +kOV +kOV +rIY +rIY +fjn +kjw +svs +grm +grm +svs +jiw +raM +bxa +fav +svs +svs +blb +blb +blb +xxo +blb +blb +xxo +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(160,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +wOp +iUF +jhm +jDr +jSX +kcT +klo +rZL +vgf +xXT +oLV +plk +xQJ +pYM +nnx +xQJ +xQJ +sgY +oNX +shD +xbg +sVX +tqr +tRV +vMC +tiQ +iIw +tff +tLn +sJN +veK +tzz +tUo +uiB +uGN +vdf +vAT +vWe +wtT +wNb +xsM +gye +rWm +rUI +xDg +wtT +pWl +mpc +phZ +wbp +wMH +hLc +hLc +aSy +roC +kTC +xQh +dUF +kKT +woI +hOl +eWI +eXK +mJr +mJr +eWI +fUU +iUK +iUK +iUK +sXZ +iUK +iUK +iUK +cbU +rIY +byx +wkm +obP +iSd +aSM +asb +msJ +msJ +msJ +msJ +nTt +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(161,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +wOp +wOp +jhA +jFs +jTx +tNE +klC +bVk +nSy +xXT +lDx +xQJ +xQJ +pAn +nnN +xQJ +xTr +ouY +oPM +sDj +uqw +sWC +uqw +uqw +vMC +tWr +noe +hYK +pNO +dTg +vMC +wMP +uUf +biM +ylo +ylq +cRn +gsh +euR +xIk +xIk +xIk +xIk +xIk +euR +hok +pYP +aXI +qHY +wML +wMH +wMH +aSy +aSy +roC +pWZ +qZe +xvF +eqz +cLS +hOl +eWI +eWI +xzf +idF +eWI +gpf +ycE +ycE +ycE +ycE +ycE +ycE +ycE +cOW +aLr +tqX +wkm +svs +svs +svs +svs +grm +svs +bab +svs +grm +svs +svs +blb +blb +blb +fDS +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(162,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +wOp +wOp +wOp +wOp +klR +uMa +vhH +xXT +vUS +xRW +pBi +xqS +nou +xQJ +nWq +xlL +oPO +wBI +pnQ +pIp +wBI +bIp +vMC +veK +dDF +veK +vPa +wbO +vMC +pAo +lOO +xsJ +uGT +veg +vAX +vXy +wuo +hqc +afA +qEe +qEe +qEe +sRj +jkz +ifU +tFS +cAb +xjb +pAF +nyB +uOF +mQE +xiT +blk +rUE +rrb +rUE +ibI +xVX +bWa +eWI +sFW +usF +eWI +gpf +ycE +ycE +ycE +ycE +ycE +ycE +ycE +cOW +aLr +tqX +wkm +grm +blb +grm +wfk +wfk +wfk +goN +wfk +wfk +wfk +toH +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(163,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +xXT +xXT +xXT +xXT +xXT +oLV +xRW +xqS +xqS +xqS +xQJ +nWQ +rRT +rRT +wBI +xTO +xPj +wBI +oHg +qzj +lrx +fHT +veK +dDF +vkn +vMC +xFA +wCu +xFA +wwZ +xFA +mdt +mdt +iAD +cAt +mdt +mdt +jEi +jHU +lUo +lUo +hHf +aXI +toE +kdO +eTh +kls +gMR +pAl +deh +cnI +uTR +rFF +sea +avc +dIP +ois +eWI +umz +bUE +eWI +gpf +ycE +ycE +ycE +ycE +ycE +ycE +ycE +cOW +rIY +qXh +wkm +grm +blb +grm +wfk +wfk +wfk +wfk +wfk +wfk +wfk +toH +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(164,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +xXT +wtx +xXT +kNu +lfa +cek +xQJ +mjf +mFh +noB +xQJ +nXe +ovg +rRU +wBI +sEr +dQQ +wBI +qxX +qzq +vir +vir +vir +vir +sKv +yfA +mfl +xds +yfA +uGU +vfT +uMU +wZn +ilD +wNg +bDp +mdt +fdM +tVt +reh +tgp +reh +reh +mvN +wML +oOw +mZX +qrb +aSy +svz +aSy +sAi +rJY +skh +aSy +tJw +aSy +eWI +brZ +vlV +eWI +gpf +ycE +ycE +ycE +uij +ycE +ycE +ycE +cOW +aLr +tqX +yen +svs +blb +svs +wfk +wfk +wfk +wfk +wfk +wfk +wfk +toH +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(165,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +hwJ +aJq +aJq +xXT +bsu +opA +obG +pPq +vVD +plB +caI +mFP +qrm +qNn +wBI +ovj +wBI +sDj +sES +wJL +wJL +vbK +uKH +qWF +wco +wco +pvF +wco +xdE +xdE +xdE +ilw +xUV +xWD +uMU +upG +xWs +tCG +xtk +uMU +lDI +yit +xKq +mMN +vlw +uHd +vnf +mcn +rOX +rOX +sYa +tXp +nYl +aSy +aSy +aSy +aSy +aSy +nIC +gkb +eWI +tJX +wme +eWI +gpf +ycE +ycE +ycE +ycE +ycE +ycE +ycE +cOW +rIY +dNa +kfy +grm +blb +grm +wfk +wfk +wfk +wfk +wfk +wfk +wfk +toH +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(166,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +aJq +aJq +xXT +nkm +xXT +oLV +lfd +vwd +xQJ +mjF +mGp +vUz +qNn +nXE +owm +sXi +oUj +sXi +pKL +tqB +vbK +vRh +uMH +vbK +wOs +wOs +wOs +wOs +wOs +vbK +xuW +xam +vhJ +gan +wec +gGK +aPX +smk +xDW +wIY +wIY +nAF +srK +srK +mDZ +vnf +wML +rOX +fyU +sYa +ruJ +nSR +rgS +wkf +mWF +wSV +rgS +tFE +rNK +eWI +dov +oLg +eWI +gpf +ycE +ycE +ycE +ycE +ycE +ycE +ycE +cOW +aLr +hJO +kfy +grm +blb +grm +wfk +wfk +wfk +wfk +wfk +wfk +wfk +toH +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(167,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +xXT +xXT +xXT +pxw +xXT +xXT +xQJ +xQJ +xQJ +qNn +xRv +mJL +owD +xda +rKC +pnU +xlL +xlL +qiy +vRh +uMH +vbK +rtu +svo +oTT +wuI +wPz +vbK +xva +xUV +rpk +uMU +vYx +xWs +tCG +xwr +uMU +xVn +yiU +tNu +pEy +udw +uHd +lhm +wEC +vey +uEw +sYa +oag +lXd +oFQ +gJS +lIL +gJS +lYD +bbe +pyf +oWr +tJX +tJX +eWI +gpf +ycE +ycE +ycE +ycE +ycE +ycE +ycE +cOW +aLr +hJO +kfy +svs +svs +svs +svs +grm +svs +bab +svs +grm +svs +svs +blb +blb +blb +fDS +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(168,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +xXT +oLV +xXT +oOb +xRq +pCa +xdu +mFt +nEC +nXS +kYY +oQj +pdz +pps +sXz +xkO +sQb +vRh +uMH +xfc +rYm +qRc +fPA +qRc +wPK +xfc +vRh +xUV +viC +uMU +eAn +bZN +rPm +wwz +uMU +rwB +iio +ifI +viX +uhe +sZK +vnf +cVQ +rOX +lqa +sYa +pQX +mWN +aSy +deQ +tst +deQ +aSy +ykk +lPc +eWI +wuf +tJX +eWI +lKh +xXP +xXP +xXP +xXP +xXP +xXP +xXP +oOl +rIY +dpG +wkm +obP +urB +qrh +asb +msJ +msJ +msJ +msJ +gfP +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(169,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +ukI +ocs +xTb +oOk +ltT +sGI +lYf +rsL +iJb +oUC +mLO +oQJ +pdU +qka +voh +eWD +jQo +vRh +pwA +rvX +rZH +svy +sSW +tbS +wQj +xeX +xvf +xUO +viD +uMU +pEM +boK +byD +ccy +uMU +xWk +wDA +sip +wDA +mNu +uHd +vnf +dav +rOX +rZj +sYa +aiV +mjP +yeQ +yeQ +ppW +yeQ +yeQ +mjP +tKk +eWI +dNy +jbb +eWI +eWI +eWI +eWI +eWI +eWI +eWI +eWI +eWI +eWI +vlV +tqX +wkm +svs +grm +grm +svs +qMP +eam +cYc +vQk +svs +svs +blb +blb +blb +xxo +blb +blb +xxo +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(170,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +vdg +wdB +wdB +wdB +wdB +wdB +wdB +wdB +wdB +wdB +lvk +wdB +sxv +dDB +blb +xXT +kNI +xXT +oOv +vwd +ikc +xau +rsL +qhh +ghC +wkJ +oRd +jfQ +xfu +xbT +wGW +vbK +upr +uMH +xfc +rDx +vPf +rXW +tdw +uaV +xfc +vRh +xUV +vbK +xia +xia +xia +xia +xia +xia +xXN +dMY +wDA +wDA +ohA +sZK +vnf +lsO +rOX +ugX +sYa +sYa +sYa +sYa +xlP +epN +xlP +eWI +eWI +eWI +eWI +vlV +tJX +vlV +uXU +vlV +kAR +twk +vkZ +lCN +wme +uFZ +nAe +vlV +bPb +qqp +svs +dDB +dDB +svs +svs +svs +svs +svs +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(171,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +wCc +wCc +dDB +dDB +qyN +vPe +vPe +vPe +vPe +vPe +vPe +vPe +vPe +qUZ +qUZ +qUZ +vCm +blb +rsL +rsL +rsL +rsL +rsL +rsL +rsL +xau +rsL +xSe +miz +xlL +xlL +wJL +ppQ +tTp +cCc +vbK +xva +uMH +vbK +sbr +svD +sKz +uWv +uaV +vbK +uiS +uGW +sQb +mbZ +fIf +wvE +wHg +mbZ +xia +xYd +jbc +xiB +ivz +xYd +uHd +mDW +wML +rrt +uWl +iqv +xhN +pZs +sYa +rQw +bAo +tGp +eWI +asc +usJ +usJ +lCN +jsX +vlV +jlT +vlV +bch +fsW +quw +vlV +lRX +ovA +xBY +vlV +qXh +uhN +grm +blb +blb +blb +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(172,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +qyN +vPe +xCH +opL +uPX +uPX +vPe +uPX +uPX +opL +sTq +qUZ +wgv +dDB +blb +uRF +kNJ +orC +oPQ +lSP +rsL +xau +rsL +xSt +xWq +oxK +rUg +wJL +prf +dSb +hiV +vbK +upy +qWJ +rwk +ctq +mzl +sKI +sWq +sJI +pMD +gto +fqG +sQb +kZh +wJY +boe +eTi +kZh +xia +uHd +uHd +uHd +uHd +uHd +uHd +meG +wML +rrt +saY +qbo +win +phe +sYa +xlP +jMC +xlP +eWI +eKf +usJ +skJ +vlV +jbb +tJX +gky +vlV +vlV +vlV +vlV +vlV +tJX +aLh +gky +pCU +hJO +kfy +svs +dDB +dDB +svs +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(173,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +vdg +wdB +sxv +qnt +dDB +qnt +lBy +vPe +sOk +qnt +blb +qnt +qnt +qnt +blb +qnt +lBy +qUZ +vCm +blb +uRF +uRF +uRF +osf +iWT +lRC +rsL +mIh +rsL +xTO +rdk +oyz +xPj +wJL +sHX +sXG +tqV +vbK +upP +rwg +vbK +sbv +svP +sLy +qRc +kuY +vbK +upr +uGX +vjZ +xqn +xqn +wvM +xqn +xwu +xEd +uSH +yjt +gpR +nYg +jxk +vKX +vnf +wML +rOX +bXG +jlN +gns +sYa +sYa +reo +iHH +xlP +eWI +eWI +nev +fxN +vlV +fSB +eWI +vbm +gky +lrh +gky +vbm +tah +xEc +gky +niZ +vlV +sok +fZu +svs +grm +grm +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(174,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +blb +lBy +qUZ +qUZ +qnt +blb +qnt +qUZ +vPe +qUZ +qnt +dDB +dDB +blb +dDB +dDB +qnt +qUZ +qUZ +qUZ +qUZ +kmd +nJd +kOG +osj +vWt +tFH +vkr +mIW +rsL +afv +rdM +rdM +ekL +wJL +prh +sYb +ttD +vbK +qzD +xfc +vbK +sbC +iyC +vQm +pjn +tzH +vbK +ukz +fqG +wfD +ocb +mau +oGA +bYk +ayu +xVv +oGA +ocb +mau +xTT +dNz +erE +vnf +uZG +rOX +pXQ +kwA +xaR +sYa +qiO +rfJ +gpy +xlP +mYT +eWI +eWI +eWI +eWI +eWI +eWI +eWI +eWI +eWI +eWI +tJX +eWI +vlV +vlV +vlV +vlV +vgy +wkm +svs +oOg +bly +svs +svs +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(175,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +qyN +qUZ +wgv +qnt +dDB +qnt +lBy +vPe +sOk +qnt +blb +qnt +qnt +qnt +blb +qnt +lBy +qUZ +vCm +blb +uRF +uRF +uRF +osq +vWM +lTF +rsL +mJq +rsL +rsL +rsL +rsL +rsL +rsL +rsL +xNw +xNw +xNw +uqH +uNd +wMO +wcp +wcp +wcp +wcp +wcp +xFA +ukG +xVG +sQb +rxT +vYF +wwk +sbX +rxT +rwS +xYH +gTc +rxT +kse +sst +eQn +vnf +wML +rrt +jif +ryy +boW +sYa +cXd +mct +aTf +rRR +wJH +eWI +blb +blb +blb +dDB +dDB +dDB +blb +blb +eWI +tJX +jbb +vlV +tFA +geS +ikP +xsW +cyB +qRo +wGq +hgu +jzp +yfZ +grm +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(176,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +dDB +dDB +vdg +wdB +qis +qUZ +twg +lvk +wdB +lvk +qis +vPe +twg +hrL +wdB +wdB +qUZ +sxv +dDB +blb +qyN +qUZ +wgv +dDB +blb +uRF +kPv +lhI +lDH +lUK +rsL +wBs +noN +vjb +vjb +oyG +ikc +vwd +rsL +vBG +pUi +qiM +urd +qWL +viA +vqU +mUO +sLZ +tuE +owv +rOW +vRh +fqG +sQb +mbZ +wHg +wwU +wHg +mbZ +tpl +xYK +wHg +mbZ +kse +mUz +xLZ +vnf +wML +rrt +yep +hIE +hJT +sYa +eWI +eWI +eWI +eWI +eWI +eWI +dDB +blb +eXo +wos +wos +wos +eXo +blb +eWI +pPZ +uzo +vlV +jYD +mkJ +lwY +nwj +wkm +mVD +jzp +hgu +aLA +cpE +grm +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(177,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +blb +blb +lBy +hgY +qUZ +qUZ +qUZ +qUZ +qUZ +qUZ +qUZ +vPe +vPe +vPe +vPe +vPe +vPe +sOk +blb +blb +vav +qUZ +vCm +blb +woi +woi +woi +woi +woi +woi +rsL +xfa +xXT +qNF +rej +wBs +ikk +jSR +wxd +sen +xiJ +tWG +eXW +uNR +viA +sbN +svZ +sMw +teP +owv +rOW +xvv +uHf +vbK +xia +xia +xia +xia +cxO +bNX +cxO +xia +xia +xia +uXC +uXC +mvN +lHn +rOX +rOX +rOX +rOX +sYa +blb +eWI +tJX +tJX +tJX +eWI +dDB +eXo +eXo +pGJ +oyW +ief +eXo +blb +eWI +eWI +eWI +eWI +ani +xQj +svs +nPx +kfy +svs +psg +qIZ +rNU +svs +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(178,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +dDB +dDB +rMm +uPX +uPX +sTq +qUZ +xCH +vqH +uPX +uPX +qUZ +uPX +uPX +vqH +sTq +vPe +wgv +blb +dDB +rMm +qUZ +pSs +dDB +blb +dDB +dDB +dDB +blb +ukI +uNa +xfa +rsL +rsL +rsL +rsL +rsL +rsL +rsL +xtI +xtI +tWK +urd +qXa +xok +xok +xok +sMD +tfj +sMD +wMO +ukQ +qTe +sxF +vBu +vYL +wwX +wNT +xnC +xnC +xnC +ekE +aGv +kSr +vId +icT +bxI +wwI +ghK +vXH +blb +blb +blb +blb +eWI +eWI +eWI +eWI +eWI +blb +wos +nFs +bgQ +xbw +uoE +eXo +blb +blb +blb +blb +sLU +fwk +qQg +svs +vrZ +xJi +svs +pSq +ycj +qZG +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(179,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +qnt +qyN +qUZ +wgv +qnt +blb +qnt +qnt +qnt +blb +qnt +qyN +vPe +wgv +qnt +blb +qnt +qnt +qnt +blb +qnt +xzd +hrL +ljl +xXT +xXT +xXT +xWd +rsL +qOc +nXT +pms +oRg +blU +prW +pLc +tCD +nWO +urd +qXL +xok +uGK +xok +wcq +wvX +kea +xff +xvv +hoG +vkt +vCe +oJn +xer +sZx +lAf +hCn +iaO +uyL +hsC +jbd +jiT +cDy +efK +wML +wFj +sxm +eXo +eXo +eXo +blb +blb +dDB +dDB +dDB +blb +blb +wos +jMa +sbB +gZh +oJP +eXo +blb +eXo +eXo +eXo +eXo +kGi +pcf +svs +grm +grm +svs +fnw +exR +lur +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(180,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +qnt +qUZ +qUZ +qUZ +qnt +dDB +dDB +blb +dDB +dDB +qnt +qUZ +vPe +qUZ +qnt +dDB +dDB +blb +dDB +dDB +qnt +qUZ +qUZ +vPe +rqR +woE +wyK +xfa +rsL +jFk +reX +tfe +oRs +pbD +prX +kaD +tCD +vtA +urk +rza +viK +dSq +xok +mzf +wwQ +oDS +wMO +gAA +jtI +tRw +xFA +rFH +xFA +fbO +xvm +ipx +enU +ykv +gTl +eQt +beM +lXE +vnf +wML +pwn +eXo +tUI +izJ +eXo +wos +wos +wos +eXo +wos +wos +wos +eXo +srH +vqX +gCo +kow +eXo +eXo +eXo +iNO +tUI +nVF +msJ +xQj +svs +dDB +dDB +svs +tzB +hgu +gRX +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(181,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +dDB +qnt +qyN +qUZ +wgv +qnt +blb +qnt +qnt +qnt +blb +qnt +qyN +vPe +wgv +qnt +blb +qnt +qnt +qnt +blb +qnt +lBy +qUZ +vCm +xXT +xXT +xXT +xfa +rsL +cgy +xmX +seM +rVy +seM +oGL +xmX +tCD +hAn +ntK +lSu +xok +tNz +xok +api +tfE +vFG +wMO +eqk +uTO +uTO +xok +dXb +xok +wOh +iIy +qbN +xZE +ykU +roZ +eQt +wYa +dBh +vnf +fdG +uXC +eXo +hQd +jHx +wos +sXw +vVX +sTK +tUD +vbQ +iVE +ksg +wos +eZT +iIN +eQX +glt +iOF +mwm +wos +jrU +qlz +nVF +msJ +ipB +svs +blb +blb +svs +gFX +hgu +wYL +svs +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(182,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +qyN +qUZ +wgv +dDB +dDB +vdg +gzY +wdB +wdB +hrL +qis +vPe +twg +lvk +wdB +wdB +qUZ +wdB +wdB +lvk +qis +qUZ +wgv +dDB +dDB +xXT +xfa +rsL +rsL +rsL +rsL +skP +skP +psn +oyQ +oyQ +oyQ +xNV +tCD +xok +vhC +xok +xok +xok +xok +xok +xvx +xVY +cyx +xok +upe +xok +wPR +ntN +gfv +eQt +oPG +eQt +xok +xok +xok +qID +iHM +cph +lDc +oAc +joj +jXr +mny +oWC +mny +iFM +oWC +oWC +oWC +hrz +tsA +vyi +qDi +aEJ +bZt +mHZ +srE +tFn +tGI +lDc +hgu +pGp +svs +dDB +dDB +svs +dlJ +eem +lwY +uhO +grm +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(183,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +rMm +vqH +pSs +dDB +dDB +qyN +qUZ +qUZ +qUZ +qUZ +hJR +qUZ +qUZ +qUZ +qUZ +qUZ +qUZ +qUZ +qUZ +qUZ +qUZ +qUZ +wgv +dDB +dDB +xXT +mJO +xfa +xWd +nYr +rsL +nsd +pdY +psP +oyQ +pVa +qjh +qzL +qYq +xok +vhC +sHV +wcs +tfL +fds +xok +fni +xWw +tAt +ujT +pgw +xok +xok +xok +xok +oSG +eMG +xOw +xok +itF +xok +qFb +wML +urO +ccF +iJF +nRr +pJu +rqm +vwx +rYp +ivd +rYp +viV +rqm +pJu +nFp +hfI +woD +qCY +fhD +tAT +pJu +ldx +gMe +ccF +lwY +xQj +svs +svs +svs +svs +oXs +ljw +gyi +svq +grm +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(184,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +wCc +wCc +wCc +wCc +wCc +wCc +dDB +dDB +rMm +uPX +uPX +uPX +uPX +uPX +uPX +uPX +uPX +uPX +uPX +uPX +uPX +uPX +uPX +uPX +uPX +pSs +dDB +dDB +xXT +xXT +oOv +nEY +yfJ +rsL +quq +xQX +ptj +pLg +jGW +vkU +ogT +ykE +xok +vzg +vPS +wdd +twi +iBZ +xok +ukV +uHo +vkJ +xok +sZH +xEq +xEq +lQk +xok +cnG +ykY +gMQ +xok +sjp +rNd +vnf +uzK +rOs +nVF +qsg +yez +wos +udv +tSq +mvo +tUD +bFw +ulK +cdn +wos +lZu +ujZ +moe +qJJ +wMi +qPY +wos +oGk +eFV +nVF +lwY +xQj +grm +blb +blb +grm +oqK +qmb +cfH +aqW +grm +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(185,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +xXT +ukI +xXT +ukI +rsL +utm +utm +utm +utm +jXR +dfv +urm +vbj +xok +dex +fWJ +qNO +xaN +vhC +xok +xok +xok +xok +xok +sZH +xaN +uGK +xEq +xok +xok +xok +xok +xok +qLB +xaN +vEQ +qQK +ikt +nVF +aAD +mkf +eXo +wos +wos +wos +eXo +wos +wos +wos +eXo +qiN +xFd +gCo +qiN +eXo +eXo +eXo +iwT +hPR +nVF +msJ +xQj +grm +blb +blb +grm +nYE +iia +msJ +tuP +grm +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(186,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +xXT +blb +blb +blb +xXT +blb +blb +blb +utm +utm +utm +utm +utm +xok +xCV +swb +xCV +xaN +tAQ +tUH +wZA +wZA +tUH +vDC +vYP +xaN +wQx +xEq +tec +sjp +qLB +uqc +lQk +sjp +xaN +eSd +vXH +uXC +eXo +eXo +eXo +eXo +blb +blb +dDB +dDB +dDB +blb +blb +wos +tMs +sbB +rcp +bmr +eXo +blb +eXo +eXo +eXo +eXo +bEP +ajV +svs +svs +svs +svs +svs +gTW +gTW +svs +svs +svs +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(187,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +xaN +eSV +swC +viP +xaN +mSH +xaN +xaN +xaN +taL +xaN +xaN +xaN +xaN +xwH +xaN +xaN +uGK +uGK +vbp +fWJ +xaN +bCQ +llT +qEB +vXH +blb +blb +blb +blb +ifa +ifa +ifa +ifa +ifa +blb +wos +aoa +dzJ +xQN +anh +eXo +blb +blb +blb +blb +sLU +tYN +rMa +svs +dDB +dDB +svs +kTx +sPx +lwY +wGh +mCf +wfk +dKA +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(188,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +xaN +wdp +sxu +wdp +xaN +xCV +xaN +tZi +xWL +vkV +nBG +mnI +xaN +eUN +xwS +xEe +xok +xok +xok +xok +bWt +xHl +bCQ +qgq +ruo +uXC +scj +ifa +ifa +ifa +ifa +dUP +vLi +goH +ifa +dDB +eXo +eXo +mFG +epa +whu +eXo +blb +kQt +kQt +kQt +kQt +xJm +gyE +svs +dDB +dDB +svs +mWT +gyi +lwY +rHP +mCf +wfk +dKA +jUo +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(189,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +xaN +dDB +iiz +dDB +xaN +dDB +xaN +xwk +gnY +mOM +vFh +vYS +wxu +xok +xok +xok +xok +sBV +bYS +xok +jYu +xaN +ryn +jML +jML +awQ +dXe +jTu +gTK +aDk +gWU +pYs +dJf +bHV +ifa +dDB +blb +eXo +wos +wos +wos +eXo +blb +kQt +kVx +bEd +hyE +hZP +hVr +svs +blb +blb +svs +svs +svs +svs +svs +svs +svs +svs +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(190,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +xaN +umO +gJQ +vlq +vFn +qNO +sbq +wRd +qsV +xEQ +elh +nVN +jxd +xok +geg +xok +bEB +mWc +omF +eGr +vXH +jnk +jOK +pOp +kXQ +gII +aaw +qKe +ifa +blb +blb +blb +dDB +dDB +dDB +blb +blb +kQt +lxo +hzK +pil +cxy +cyf +svs +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(191,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +xaN +atm +vvc +lOG +xaN +xCV +sbq +wRo +vTf +xFI +hkY +qJr +qJr +ewb +fky +lkV +tDM +okW +kQt +mcQ +hyE +xKl +vkW +oLG +kCI +jOK +aaw +hwk +kQt +kQt +kQt +kQt +kQt +kQt +kQt +kQt +kQt +kQt +dHL +leP +hyE +iVT +uYO +svs +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(192,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +xaN +xCV +xaN +xCV +xaN +blb +sbq +sbq +sbq +sbq +aFj +lkV +iJL +duS +vTv +dpz +boY +agI +kQt +xZX +hyE +gTS +nUo +oBJ +iqD +fVy +nQo +pcL +kQt +bRk +dkS +kVx +hyE +uHc +oIT +hyE +hHH +hyE +qww +hyE +hyE +xVj +oHy +grm +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(193,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +cLg +dDB +syb +dDB +cLg +dDB +dDB +dDB +blb +dDB +dDB +blb +rLr +xtW +jiR +reN +hRA +reN +nKH +nKO +bLN +lnu +enG +xMK +kQt +mCW +hyE +hyE +hyE +iut +hyE +tbu +tbu +tbk +kQt +hyE +oix +hyE +hyE +oCM +pBx +hyE +leP +leP +xXi +hyE +kXS +jhY +maE +grm +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(194,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +dDB +dDB +blb +rLr +naz +rlM +oZz +xZJ +aVT +pCV +enG +pCV +pCV +pHS +xpR +kQt +emD +kat +dzE +oTj +kMz +hyE +hKs +pYx +tdS +uch +hyE +oix +hyE +nAo +oix +osY +hyE +hyE +lSb +mch +hyE +wmB +qGB +pXS +svs +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(195,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +bjQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +bjQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +bjQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +bjQ +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +bjQ +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +rLr +xtW +xxa +nWh +xEn +nWh +nOz +oNJ +wLZ +dLu +cns +vwJ +kQt +kQt +kQt +fAP +vWU +kRE +hyE +nRE +snn +sQS +lxh +hyE +dkS +hyE +mJS +wuH +mME +khD +hyE +qgu +hyE +hyE +svs +bpo +sTi +svs +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(196,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +dDB +dDB +dDB +blb +yeZ +yeZ +yeZ +yeZ +iuN +yeZ +yeZ +qei +qei +qei +hlJ +jZL +hGb +iSh +kQt +xZX +eBe +bEd +hyE +iEA +svG +tns +hzy +hyE +oix +hyE +iZH +mME +lKG +scv +hyE +dHL +hyE +blb +grm +lZH +ppm +grm +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(197,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +yeZ +jLo +xxn +xFL +dMn +eHj +pcN +qei +qZU +jeG +pHQ +gwo +hQD +cqx +kQt +xZX +iix +gFu +hyE +sIm +umr +cAm +jYV +hyE +mME +hyE +rcz +bJw +eoC +cRS +hyE +mya +hyE +blb +grm +eUC +hoN +grm +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(198,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +dDB +dDB +dDB +dDB +blb +rle +wRq +qMQ +eXf +lwn +aMy +nNZ +qei +rss +hcb +fBq +hmy +idt +tKG +kQt +nyd +hyE +hyE +hyE +hyE +hyE +hyE +hyE +hyE +leP +hyE +hyE +hdo +hyE +hyE +hyE +iXc +hyE +hyE +svs +svs +whA +svs +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(199,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +atE +aNL +atE +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +dDB +blb +dDB +dDB +dDB +dDB +dDB +blb +yeZ +wRF +bEC +wVg +nzL +nzL +nzL +qei +vCQ +qSC +tue +uIe +bVD +dOP +kQt +uvu +kQb +mfp +uyA +idz +iGO +osY +dTI +sEp +fFV +iGO +lRa +uqL +bGL +pjb +jLP +dHL +bRk +hyE +blb +wJd +khG +huy +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(200,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ave +dDB +atE +atE +aDe +atE +atE +dDB +dDB +dDB +dDB +blb +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +blb +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +blb +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +blb +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +blb +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +blb +rle +wTJ +wrv +ejx +sTX +qiH +mmf +qei +nWv +wCH +pFd +qez +sGE +hon +kQt +lHc +pyh +wfS +pxZ +xTf +nZq +cEn +rWA +hzK +xap +ieY +ike +dof +ieY +rWA +rWO +wrD +bHs +hyE +blb +wJd +jSU +huy +dDB +dDB +blb +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(201,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ave +arK +atE +awL +aFh +aLU +atE +arK +blb +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +nzL +yeZ +wUt +wrv +pRD +wrv +qFA +qts +qei +tHS +vNo +bQk +qez +uQb +ijB +kQt +hyE +hyE +xXy +hyE +hyE +pYu +hyE +ekO +oAA +fTt +hyE +hyE +vIt +hyE +hyE +hyE +nMA +hyE +hyE +wJd +wJd +kci +wJd +wJd +wJd +wJd +blb +blb +xIP +xIP +xIP +xIP +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(202,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +atE +atE +atG +axq +axq +aMa +aPx +atE +atE +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +nFI +yeZ +wXg +vHk +wKY +rFp +yly +inW +rGp +fbQ +qnJ +oiT +obs +aoT +mae +kQt +jeC +dLQ +pIm +vHx +hyE +lKG +hyE +hyE +hyE +hyE +hyE +edD +gmm +dAG +iuW +hyE +gSk +xjZ +xjZ +gTb +utD +ucY +qVK +iEG +pTV +xIP +xIP +xIP +xIP +hcs +mFx +xIP +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(203,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aNL +ate +atJ +axq +aFo +axq +aPz +aTx +bcr +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +nSE +vpq +cwb +sDA +sgw +yeZ +bNK +gPx +kQt +kQt +kQt +kQt +kQt +kQt +kQt +kQt +fSx +hyE +hyE +hyE +hyE +jNw +hyE +dDB +dDB +dDB +hyE +kAf +lHS +kzP +sCw +hyE +pNC +vWQ +fBX +fBX +vvz +jvP +vvz +fbM +mCF +xIP +rGO +mqO +rDA +gXS +njL +xIP +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(204,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +atE +atE +aYp +axs +axq +axq +aPD +atE +atE +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +cPD +yeZ +yeZ +yeZ +yeZ +yeZ +ymd +deR +dxZ +dLQ +lRs +dLQ +dLQ +mda +hyE +nkl +xAv +hyE +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +hyE +pMs +afF +afF +pMs +hyE +wWz +nQz +sSS +fLC +hgP +uiz +bmA +xZs +qcf +wBi +nfm +kGB +bzZ +flo +maX +xIP +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(205,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +arK +atE +azh +aFt +aMc +atE +arK +blb +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +blb +blb +blb +dDB +xxo +dDB +blb +blb +nzL +yeZ +blb +blb +blb +yeZ +pUC +mSs +kQt +hyE +hyE +hyE +hyE +kit +dLQ +jwv +hyE +hyE +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +hyE +ecL +hyE +hyE +ecL +hyE +pNC +luo +jAq +ohz +qsj +vgN +lhP +ksa +mCF +xIP +sib +uVD +mHk +bGn +nCR +xIP +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(206,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ave +atE +atE +aFE +atE +atE +dDB +dDB +dDB +dDB +blb +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +blb +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +blb +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +blb +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +blb +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +blb +yeZ +rle +rle +yeZ +dDB +dDB +dDB +hyE +hyE +aKJ +hyE +hyE +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +seV +blb +blb +seV +wJd +lXJ +lnA +hAI +mCw +fnI +gwQ +lnA +lnA +eRp +xIP +xIP +xIP +xIP +dkT +ujO +xIP +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(207,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +atE +aNL +atE +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +blb +dDB +dDB +dDB +dDB +loo +jIm +loo +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +vVT +blb +blb +seV +wJd +wJd +wJd +wJd +wJd +wJd +wJd +wJd +wJd +wJd +wJd +blb +blb +xIP +xIP +xIP +xIP +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(208,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +blb +dDB +dDB +dDB +dDB +xeo +xTo +cMv +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +vVT +blb +blb +vVT +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(209,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +blb +dDB +dDB +dDB +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +blb +dDB +dDB +dDB +dDB +xeo +xTo +cMv +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +seV +blb +blb +seV +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(210,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +blb +blb +blb +blb +blb +blb +blb +blb +blb +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ylD +ylD +ylD +ylD +ylD +dDB +dDB +dDB +xeo +xTo +cMv +dDB +dDB +dDB +cSC +cSC +cSC +xlE +ylD +dDB +dDB +ylD +mTU +ylD +ylD +mTU +ylD +ylD +ylD +dDB +dDB +dDB +dDB +dDB +ylD +ylD +qIQ +qIQ +ylD +ylD +qIQ +qIQ +ylD +ylD +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(211,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +bkd +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +bkd +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +bkd +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +bkd +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +bkd +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ylD +hnf +pSc +qzT +ylD +dDB +dDB +dDB +loo +jIm +loo +dDB +dDB +dDB +cSC +aRT +cNR +jNn +ylD +ylD +loo +ylD +rRu +jxD +xlx +icW +ylD +kKa +ylD +dDB +dDB +dDB +dDB +dDB +ylD +xuh +atW +dDk +cqr +dDk +cqr +hFx +eto +ylD +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(212,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +ylD +ylD +nEh +ylD +ylD +ylD +ylD +ylD +ylD +mud +ylD +ylD +ylD +ylD +cSC +mBC +swh +xFT +ylD +wNK +pnt +ylD +ksN +jxD +dtq +xpb +ylD +lVz +ylD +dDB +dDB +dDB +dDB +dDB +ylD +urn +egN +aRw +klZ +aRw +egN +aYD +cbg +ylD +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(213,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +ylD +sge +lVz +idq +oRB +oGQ +oGQ +cCl +cCl +oGQ +oGQ +oGQ +oGQ +qkp +rfZ +sEB +sEB +sEB +eLn +xlx +sEn +csI +xlx +jxD +xlx +sOF +cFq +xZy +ylD +dDB +dDB +dDB +dDB +dDB +ylD +ylD +ylD +oRV +ylD +ylD +oRV +ylD +ylD +ylD +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(214,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +ylD +ylD +ylD +dYR +ylD +ylD +wts +ylD +ylD +ylD +ylD +mUn +ylD +ylD +rhL +rTq +rir +sEB +sWA +xlx +ouL +csI +dtq +xlx +vLs +qeT +ylD +idq +ylD +ylD +ylD +ylD +ylD +ylD +ylD +mEq +xCT +bsI +ylD +wBa +xCT +kRN +ylD +wdk +wdk +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(215,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +fBj +jXV +eDI +xZy +ylD +jmd +sCH +wKG +lAO +ncb +ylD +oNH +pFk +ylD +rir +sIZ +sEB +bGi +ylD +vlb +qEO +ylD +kQv +kGu +sVp +lcz +ylD +idq +xZy +xkn +xEv +xZy +xZy +xZy +oRV +sgO +gYq +aUA +ylD +sgO +gIS +fZC +ylD +wdk +wdk +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(216,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +lgf +fQA +idq +idq +ylD +joS +kxm +rEb +nhB +nhB +mZA +oNH +naC +ylD +rlg +tTA +bAI +fbj +ylD +ycy +xlx +ylD +ylD +ylD +ylD +ylD +ylD +idq +ylD +ylD +ylD +ylD +nEh +ylD +ylD +iaK +dSQ +cDI +ylD +yfg +eKs +naF +ylD +wdk +wdk +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(217,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +wdk +flX +lgf +xZy +ylD +sKS +nhB +sCH +lQu +ylD +ylD +oWk +qHt +ylD +ylD +ylD +ylD +ylD +ylD +dOb +xlx +cFq +xZy +xZy +xZy +xZy +xkn +idq +ylD +xqq +xLY +ylD +lye +lNF +ylD +ylD +ylD +ylD +ylD +ylD +ylD +ylD +ylD +wdk +wdk +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(218,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +wdk +wdk +goZ +fmq +ylD +nhB +sCH +mwx +wgF +ylD +rZG +xlx +bNP +fii +fNv +jwh +xlx +vlb +vNt +kIY +vqb +ylD +ylD +ylD +vGz +ylD +ylD +wwY +ylD +fHf +wwY +wyj +bKU +tFJ +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(219,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +wdk +wdk +ylD +ylD +ylD +jyY +ylD +kWd +ylD +ylD +xcH +xmg +pHn +qHt +vlb +xgz +iKo +hbt +uxL +lhl +jxD +ylD +hqH +vzv +wyj +cgM +ylD +wyj +dYR +lvY +eNo +ylD +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(220,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +wdk +wdk +wdk +ylD +iuZ +sCH +ylD +nhB +jSn +ylD +ylD +ylD +vnv +qUe +vnv +ylD +ylD +ylD +ylD +ylD +ylD +ylD +aEB +cgM +vMr +gbD +ylD +pHJ +ylD +ylD +fOg +hqM +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(221,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +wdk +wdk +wdk +ylD +ueo +nhB +ylD +laZ +tZt +ylD +wFz +baE +cgM +lkd +lgf +cgM +sQv +xwd +wdk +wdk +wdk +wdk +wdk +wdk +vMT +vVx +ylD +ylD +ylD +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(222,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +wdk +wdk +wdk +ylD +ylD +ylD +ylD +ylD +ylD +ylD +olm +cgM +lgf +jcm +lkd +lkd +lkd +lkd +vjp +wdk +wdk +wdk +wdk +wdk +wdk +wdk +ylD +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(223,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aan +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +aJq +aJq +aJq +aJq +aJq +wdk +wdk +wdk +wdk +wdk +cgM +lnI +cgM +cgM +cgM +cgM +cgM +cgM +lkd +cgM +lgf +cgM +cgM +cgM +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(224,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +aJq +aJq +aJq +aJq +aJq +wdk +wdk +wdk +wdk +wdk +wdk +lhQ +lgf +lgf +cgM +cgM +cgM +vjp +cgM +cgM +cgM +cgM +cgM +cgM +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(225,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +tYT +aJq +aJq +aJq +aJq +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +cgM +cgM +tiN +aCM +bDq +eUF +jar +ylD +fPR +ylD +aJq +aJq +aJq +aJq +wdk +wdk +wdk +wdk +wdk +wdk +wdk +wdk +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(226,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +wdk +wdk +wdk +wdk +wdk +wdk +wdk +ylD +ylD +ylD +ylD +ylD +ylD +ylD +xZy +ylD +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(227,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +ylD +hrE +ylD +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(228,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(229,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(230,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(231,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(232,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +tYT +tYT +tYT +aJq +aJq +aJq +aJq +aJq +tYT +tYT +dDB +dDB +tYT +tYT +tYT +tYT +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(233,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +akZ +aJq +aJq +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(234,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +tYT +tYT +tYT +tYT +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(235,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(236,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +aJq +aJq +aJq +aJq +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(237,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(238,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(239,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(240,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(241,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(242,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(243,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(244,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(245,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(246,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(247,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(248,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(249,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(250,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(251,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(252,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(253,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(254,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} +(255,1,1) = {" +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +dDB +"} diff --git a/_maps/shuttles/arrival_birdshot.dmm b/_maps/shuttles/arrival_birdshot.dmm new file mode 100644 index 00000000000..773b811cf8b --- /dev/null +++ b/_maps/shuttles/arrival_birdshot.dmm @@ -0,0 +1,282 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"g" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"i" = ( +/obj/structure/closet/wardrobe/black, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/arrival) +"n" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/phone{ + pixel_x = -2; + pixel_y = 10 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"o" = ( +/obj/machinery/power/shuttle_engine/propulsion/burst/left{ + dir = 4 + }, +/obj/docking_port/mobile/arrivals{ + name = "birdshot arrivals shuttle" + }, +/turf/open/floor/plating/airless, +/area/shuttle/arrival) +"q" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/arrival) +"r" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"u" = ( +/obj/machinery/power/shuttle_engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/plating/airless, +/area/shuttle/arrival) +"v" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/arrival) +"B" = ( +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/arrival) +"F" = ( +/obj/machinery/door/airlock/titanium{ + name = "Arrivals Shuttle Airlock" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/arrival) +"I" = ( +/obj/structure/closet/wardrobe/black, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/arrival) +"J" = ( +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"K" = ( +/obj/structure/closet/emcloset, +/obj/item/storage/medkit/o2, +/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/mineral/titanium/blue, +/area/shuttle/arrival) +"M" = ( +/obj/structure/table, +/obj/item/storage/medkit/regular{ + pixel_y = 4 + }, +/obj/item/storage/toolbox/emergency, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"O" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"P" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/arrival) +"Q" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/arrival) +"R" = ( +/obj/structure/table, +/obj/item/clothing/head/costume/lobsterhat, +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"U" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"V" = ( +/turf/closed/wall/mineral/titanium/overspace, +/area/shuttle/arrival) +"W" = ( +/obj/machinery/power/shuttle_engine/propulsion/burst/left{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/shuttle/arrival) + +(1,1,1) = {" +a +Q +Q +Q +Q +Q +a +"} +(2,1,1) = {" +a +Q +f +n +R +Q +a +"} +(3,1,1) = {" +V +q +q +v +q +q +V +"} +(4,1,1) = {" +q +r +J +B +J +M +q +"} +(5,1,1) = {" +F +B +B +B +B +B +F +"} +(6,1,1) = {" +Q +U +B +U +B +U +Q +"} +(7,1,1) = {" +Q +U +B +O +B +U +Q +"} +(8,1,1) = {" +V +q +B +q +B +q +V +"} +(9,1,1) = {" +a +Q +B +q +B +Q +a +"} +(10,1,1) = {" +V +q +B +q +B +q +V +"} +(11,1,1) = {" +Q +U +B +g +B +U +Q +"} +(12,1,1) = {" +Q +U +B +U +B +U +Q +"} +(13,1,1) = {" +F +B +B +B +B +B +F +"} +(14,1,1) = {" +q +I +K +P +K +i +q +"} +(15,1,1) = {" +q +u +u +u +u +u +q +"} +(16,1,1) = {" +V +W +W +o +W +W +V +"} diff --git a/_maps/shuttles/cargo_birdshot.dmm b/_maps/shuttles/cargo_birdshot.dmm new file mode 100644 index 00000000000..8ac8daf8f95 --- /dev/null +++ b/_maps/shuttles/cargo_birdshot.dmm @@ -0,0 +1,331 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/machinery/power/shuttle_engine/propulsion, +/turf/open/floor/plating/airless, +/area/shuttle/supply) +"b" = ( +/turf/closed/wall/mineral/plastitanium, +/area/shuttle/supply) +"c" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"d" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"e" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "QMLoad" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"f" = ( +/obj/machinery/power/shuttle_engine/heater, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/plating/airless, +/area/shuttle/supply) +"h" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/supply) +"i" = ( +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"l" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/supply) +"m" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/conveyor/inverted{ + dir = 9; + id = "QMLoad2" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"o" = ( +/obj/machinery/conveyor{ + dir = 5; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"t" = ( +/turf/closed/wall/mineral/titanium/nosmooth, +/area/shuttle/supply) +"w" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/conveyor{ + dir = 9; + id = "QMLoad" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"y" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/light/cold/directional/south, +/obj/machinery/conveyor{ + dir = 10; + id = "QMLoad" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"z" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/conveyor/inverted{ + dir = 10; + id = "QMLoad2" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"A" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/supply) +"C" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/supply) +"E" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/button/door/directional/east{ + id = "QMLoaddoor"; + name = "Loading Doors"; + pixel_y = -8 + }, +/obj/machinery/button/door/directional/east{ + id = "QMLoaddoor2"; + name = "Loading Doors"; + pixel_y = 8 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/supply) +"F" = ( +/obj/machinery/door/airlock/titanium{ + name = "Supply Shuttle Airlock" + }, +/obj/docking_port/mobile/supply, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"G" = ( +/turf/template_noop, +/area/template_noop) +"H" = ( +/obj/machinery/door/airlock/titanium{ + name = "Supply Shuttle Airlock" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"I" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/conveyor{ + dir = 10; + id = "QMLoad" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"K" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/conveyor/inverted{ + dir = 6; + id = "QMLoad" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"L" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/supply) +"M" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"O" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/supply) +"P" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"Q" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/supply) +"R" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"S" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/light/cold/directional/south, +/obj/machinery/conveyor{ + dir = 9; + id = "QMLoad" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"T" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/supply) +"U" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/supply) +"V" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"X" = ( +/obj/machinery/conveyor{ + dir = 5; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) +"Z" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/mineral/titanium, +/area/shuttle/supply) + +(1,1,1) = {" +G +T +A +T +T +T +T +T +A +T +f +a +"} +(2,1,1) = {" +T +T +o +Z +Z +t +M +M +S +T +T +b +"} +(3,1,1) = {" +T +X +z +Q +l +l +l +O +K +w +f +a +"} +(4,1,1) = {" +T +R +m +C +h +E +h +L +e +I +f +a +"} +(5,1,1) = {" +T +T +V +m +i +t +P +e +y +T +T +b +"} +(6,1,1) = {" +G +T +A +d +H +U +F +c +A +T +f +a +"} diff --git a/_maps/shuttles/emergency_birdshot.dmm b/_maps/shuttles/emergency_birdshot.dmm new file mode 100644 index 00000000000..da706120c8a --- /dev/null +++ b/_maps/shuttles/emergency_birdshot.dmm @@ -0,0 +1,1524 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/effect/decal/cleanable/leaper_sludge, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"ai" = ( +/obj/structure/sink/directional/south, +/obj/effect/decal/cleanable/insectguts, +/obj/machinery/light/small/directional/west, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"ax" = ( +/turf/closed/wall/mineral/titanium/overspace, +/area/shuttle/escape) +"aJ" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"aQ" = ( +/obj/effect/decal/cleanable/insectguts, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape/brig) +"bo" = ( +/obj/structure/girder, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"bx" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/cleanable/generic, +/obj/structure/window/reinforced/survival_pod/spawner/directional/north, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"by" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/table, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = 16 + }, +/obj/item/storage/medkit/regular{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"ce" = ( +/obj/machinery/power/shuttle_engine/propulsion, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"cr" = ( +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"cK" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"cX" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/escape) +"dv" = ( +/obj/effect/decal/cleanable/shreds, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"dM" = ( +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"ek" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/escape/brig) +"en" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"eH" = ( +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape/brig) +"eM" = ( +/obj/machinery/door/airlock/public{ + name = "Toilet" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"eR" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"eY" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/bottle/vodka{ + pixel_x = -6; + pixel_y = 14 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/dromedary{ + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"fd" = ( +/obj/effect/decal/cleanable/plastic, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"fg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/leaper_sludge, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"fn" = ( +/obj/structure/table, +/obj/item/storage/medkit/regular{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"fv" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/power/shuttle_engine/heater, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"fG" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"gl" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"gz" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/shuttle/escape) +"gN" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Door" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"ho" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/escape/brig) +"hF" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Door" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"ig" = ( +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"iD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/shuttle/escape) +"iU" = ( +/obj/effect/decal/cleanable/insectguts, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/escape) +"jt" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"jA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"kj" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"kH" = ( +/obj/structure/frame/computer{ + anchored = 1; + dir = 8 + }, +/obj/machinery/light/small/built/directional/north, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"kZ" = ( +/obj/machinery/light/small/directional/south, +/obj/item/trash/cheesie, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/escape) +"ll" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, +/obj/docking_port/mobile/emergency{ + dir = 8; + name = "birdshot emergency shuttle" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"lp" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/escape) +"lE" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Cockpit" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"lI" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = -4 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"lN" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"mp" = ( +/obj/structure/window/reinforced/survival_pod/spawner/directional/north, +/obj/structure/table, +/obj/item/bikehorn/rubberducky{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/ash, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -5 + }, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"mU" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"no" = ( +/obj/item/trash/popcorn/caramel, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"nO" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"nQ" = ( +/turf/template_noop, +/area/template_noop) +"oB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"oC" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/cleanable/robot_debris, +/obj/structure/window/reinforced/survival_pod/spawner, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"oL" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape/brig) +"oZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/rack, +/obj/item/food/chocolateegg{ + pixel_x = 6 + }, +/obj/effect/spawner/random/entertainment/toy_figure{ + pixel_x = -5 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"pg" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/trash/bee{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"pj" = ( +/obj/machinery/light/small/directional/east, +/obj/item/banner/medical, +/obj/effect/turf_decal/stripes/white/end, +/turf/open/floor/plating, +/area/shuttle/escape) +"pl" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"pn" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/mob/living/basic/cockroach, +/obj/item/reagent_containers/syringe/contraband{ + pixel_x = -4; + pixel_y = -16 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"pw" = ( +/obj/structure/rack, +/obj/item/crowbar, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"pI" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape/brig) +"pK" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"qd" = ( +/obj/machinery/stasis{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"qB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"ry" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/structure/window/reinforced/survival_pod/spawner, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"rZ" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/escape) +"sS" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/trash/can, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"sU" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/decal/cleanable/glass/titanium, +/turf/open/floor/mineral/plastitanium/red/airless, +/area/shuttle/escape) +"tb" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/escape/brig) +"tj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/food/chocolatebar, +/turf/open/floor/mineral/plastitanium/red/airless, +/area/shuttle/escape) +"tu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape/brig) +"tH" = ( +/obj/item/trash/pistachios, +/obj/item/roller{ + pixel_x = -5 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"ud" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs{ + pixel_y = 3 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"ue" = ( +/obj/item/trash/flare{ + pixel_x = -11; + pixel_y = -9 + }, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/escape) +"vk" = ( +/obj/machinery/power/shuttle_engine/propulsion, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"wj" = ( +/obj/item/trash/boritos/purple{ + pixel_x = 14; + pixel_y = 5 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"wF" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"xg" = ( +/obj/structure/table, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/paper/crumpled{ + pixel_x = 5; + pixel_y = 19 + }, +/obj/item/trash/can{ + pixel_x = 7 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"xo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/shuttle/escape) +"xC" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/escape/brig) +"xN" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/item/trash/boritos/purple, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"ye" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"yj" = ( +/obj/item/trash/tray, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"yk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/cleanable/insectguts, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"yn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"zq" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/power/shuttle_engine/heater, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"zV" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/item/trash/can/food/beans, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"Aw" = ( +/obj/structure/lattice, +/obj/item/stack/rods/two, +/turf/template_noop, +/area/template_noop) +"Ay" = ( +/obj/item/shard{ + pixel_y = 19 + }, +/obj/structure/frame/machine, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"AK" = ( +/obj/structure/window/reinforced/survival_pod/spawner, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"AQ" = ( +/obj/machinery/light/small/directional/north, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/effect/decal/cleanable/garbage{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"AR" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/item/defibrillator/loaded, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"AZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/escape) +"Bd" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/trash/shrimp_chips{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/escape) +"Bm" = ( +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"BC" = ( +/obj/structure/closet/emcloset, +/obj/item/trash/peanuts, +/obj/item/trash/cnds, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"BH" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"BO" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"BQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"Cv" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"De" = ( +/turf/open/floor/mineral/titanium/tiled, +/area/shuttle/escape) +"Dy" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"DH" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"Em" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/glass/titanium, +/turf/open/floor/mineral/plastitanium/red/airless, +/area/shuttle/escape) +"ER" = ( +/obj/effect/decal/cleanable/shreds, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"Fb" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/cleanable/shreds, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"Fn" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/plastic, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"FV" = ( +/obj/effect/decal/cleanable/plastic, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"Gp" = ( +/obj/effect/decal/cleanable/leaper_sludge, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape/brig) +"GH" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape/brig) +"GI" = ( +/obj/effect/spawner/random/trash/soap, +/obj/machinery/light/small/directional/west, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"GJ" = ( +/obj/item/trash/peanuts{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"Hn" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/decal/cleanable/shreds, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"Hx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/shuttle/escape) +"HC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/shuttle/escape) +"HD" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"HS" = ( +/obj/structure/window/reinforced/survival_pod/spawner/directional/north, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"Id" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape/brig) +"Il" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/shuttle/escape) +"Iv" = ( +/obj/item/restraints/handcuffs/cable, +/turf/open/floor/mineral/plastitanium/red/airless, +/area/shuttle/escape) +"IK" = ( +/obj/structure/window/reinforced/survival_pod/spawner, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"IN" = ( +/obj/structure/chair/comfy/shuttle, +/obj/structure/window/reinforced/survival_pod/spawner/directional/north, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"Jc" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"Ju" = ( +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"Ke" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"Ko" = ( +/obj/structure/table/optable, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/item/clothing/mask/surgical, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"Kp" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"KJ" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape/brig) +"Lx" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/trash/can/food/pine_nuts, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"Ly" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape/brig) +"LG" = ( +/obj/machinery/computer/emergency_shuttle, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/shuttle/escape) +"LP" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"LX" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/escape) +"MC" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"MW" = ( +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"Oq" = ( +/obj/structure/chair{ + dir = 1; + pixel_y = -2 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape/brig) +"Oz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/item/trash/can, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"OK" = ( +/obj/machinery/power/shuttle_engine/heater, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"ON" = ( +/obj/structure/table, +/obj/item/storage/medkit/regular{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/storage/medkit/o2{ + pixel_y = 5 + }, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"Pq" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/decal/cleanable/insectguts, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"QM" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"RW" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/glass/titanium, +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"RZ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"Sm" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"SA" = ( +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"ST" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"Tv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"TP" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"Uh" = ( +/obj/structure/window/reinforced/survival_pod/spawner, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/xenoblood, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"UG" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"Ve" = ( +/obj/structure/closet/crate/freezer, +/obj/item/bodypart/arm/left/moth, +/obj/item/bodypart/arm/left/moth, +/obj/item/organ/external/tail/lizard, +/obj/item/bodypart/leg/right/digitigrade, +/obj/item/bodypart/leg/right/digitigrade, +/obj/item/bodypart/leg/left/fly, +/obj/item/bodypart/leg/left/fly, +/obj/item/bodypart/arm/right, +/obj/item/bodypart/arm/right, +/obj/item/organ/external/tail/cat, +/obj/effect/turf_decal/stripes/white/end{ + dir = 1 + }, +/turf/open/floor/plating, +/area/shuttle/escape) +"Vo" = ( +/obj/structure/window/reinforced/survival_pod/spawner/directional/north, +/obj/structure/table, +/obj/item/food/pizzaslice/mothic_five_cheese{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/food/pizzaslice/mothic_five_cheese{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/leaper_sludge, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"Vv" = ( +/obj/effect/decal/cleanable/plastic, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"VA" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/sand/plating, +/obj/structure/flora/rock/icy/style_2, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"WH" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"Xd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/trash/semki/healthy{ + pixel_x = 8 + }, +/turf/open/floor/mineral/titanium/yellow, +/area/shuttle/escape) +"Xi" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Door" + }, +/turf/open/floor/mineral/titanium/purple, +/area/shuttle/escape) +"Xy" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"ZA" = ( +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/mineral/titanium/white, +/area/shuttle/escape) +"ZR" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/decal/cleanable/insectguts, +/turf/open/floor/mineral/titanium/tiled/white, +/area/shuttle/escape) +"ZT" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) + +(1,1,1) = {" +nQ +nQ +nQ +nQ +nQ +nQ +nQ +nQ +nQ +nQ +ax +LX +rZ +LX +ax +nQ +nQ +nQ +ax +rZ +LX +LX +rZ +LX +LX +LX +LX +ax +nQ +"} +(2,1,1) = {" +nQ +nQ +nQ +nQ +nQ +nQ +nQ +nQ +ax +LX +LX +ON +Ko +eY +LX +rZ +LX +rZ +LX +aJ +Kp +Tv +cK +LX +en +LX +zV +LX +LX +"} +(3,1,1) = {" +nQ +nQ +nQ +nQ +nQ +ax +rZ +rZ +LX +ai +tH +Ju +ER +ZA +rZ +lN +Oz +Fn +rZ +fg +xo +HC +pg +LX +eM +LX +eM +zq +vk +"} +(4,1,1) = {" +nQ +nQ +ax +LX +LX +LX +AQ +DH +gN +BO +Ju +Vv +Ju +BO +hF +dM +dM +dM +hF +yn +iD +gz +fG +LX +SA +GI +DH +zq +vk +"} +(5,1,1) = {" +nQ +rZ +rZ +Bd +De +lE +dM +dM +rZ +AR +qd +Ju +pn +qB +rZ +ZT +gl +Fb +rZ +yn +Il +Hx +Ke +Xi +ab +LX +LX +LX +LX +"} +(6,1,1) = {" +rZ +rZ +ZR +De +BQ +LX +rZ +rZ +LX +Ve +pj +Bm +lI +by +LX +rZ +LX +rZ +LX +Lx +jA +Xd +Cv +LX +LX +LX +OK +vk +nQ +"} +(7,1,1) = {" +rZ +fn +WH +De +ye +LX +mU +nQ +ax +LX +LX +hF +LX +LX +ax +nQ +nQ +mU +Sm +hF +LX +rZ +LX +ax +nQ +ax +LX +nQ +nQ +"} +(8,1,1) = {" +rZ +pw +yj +MW +rZ +rZ +mU +mU +mU +mU +IN +pl +ry +mU +mU +mU +mU +mU +mp +ig +Jc +Uh +mU +nQ +nQ +nQ +nQ +nQ +nQ +"} +(9,1,1) = {" +rZ +BH +MW +GJ +rZ +nQ +nQ +nQ +nQ +mU +IN +cr +oC +mU +nQ +nQ +nQ +nQ +HS +ig +fd +AK +mU +nQ +nQ +nQ +nQ +nQ +nQ +"} +(10,1,1) = {" +rZ +LG +nO +MW +rZ +rZ +mU +mU +mU +mU +bx +ig +ry +mU +mU +mU +mU +mU +Vo +jt +Dy +IK +mU +nQ +nQ +nQ +nQ +nQ +nQ +"} +(11,1,1) = {" +rZ +ud +xg +De +eR +LX +mU +nQ +ax +LX +LX +hF +LX +LX +ax +nQ +nQ +mU +Sm +hF +LX +rZ +LX +ax +nQ +bo +mU +nQ +nQ +"} +(12,1,1) = {" +rZ +rZ +BC +ue +oB +LX +rZ +rZ +LX +no +HD +dM +DH +wF +LX +rZ +LX +rZ +LX +De +ho +GH +Id +ho +LX +LX +RW +mU +nQ +"} +(13,1,1) = {" +nQ +rZ +rZ +AZ +iU +lE +dv +DH +rZ +dM +Hn +Pq +RZ +dM +rZ +lN +UG +lN +rZ +kZ +ho +pI +Ly +Oq +tb +MC +mU +LX +ST +"} +(14,1,1) = {" +nQ +nQ +ax +LX +LX +LX +xN +ab +gN +dM +LP +LP +sS +dM +hF +DH +wj +dM +hF +De +tb +aQ +tu +KJ +LX +VA +Em +Ay +mU +"} +(15,1,1) = {" +nQ +nQ +nQ +nQ +nQ +ax +rZ +rZ +LX +pK +dM +dM +dM +FV +rZ +QM +TP +yk +rZ +cX +ek +Gp +tu +xC +tj +Iv +mU +fv +ce +"} +(16,1,1) = {" +nQ +nQ +nQ +nQ +nQ +nQ +nQ +nQ +ax +LX +LX +dv +oZ +kj +LX +rZ +LX +rZ +LX +De +ho +eH +oL +ho +kH +Aw +sU +LX +bo +"} +(17,1,1) = {" +nQ +nQ +nQ +nQ +nQ +nQ +nQ +nQ +nQ +nQ +ax +Xy +rZ +Xy +ax +nQ +nQ +nQ +ax +ll +LX +lp +rZ +LX +rZ +rZ +rZ +ax +nQ +"} diff --git a/_maps/skyrat/automapper/automapper_config.toml b/_maps/skyrat/automapper/automapper_config.toml index 25eb4b46e81..d925d08443d 100644 --- a/_maps/skyrat/automapper/automapper_config.toml +++ b/_maps/skyrat/automapper/automapper_config.toml @@ -230,3 +230,52 @@ directory = "_maps/skyrat/automapper/templates/tramstation/" required_map = "tramstation.dmm" coordinates = [34, 135, 2] trait_name = "Station" + +# BIRDSHOT MAP EDITS +# Birdshot Arrivals +[templates.birdshot_arrivals] +map_files = ["birdshot_arrivals.dmm"] +directory = "_maps/skyrat/automapper/templates/birdshot/" +required_map = "birdshot.dmm" +coordinates = [136, 61, 1] +trait_name = "Station" + +# Birdshot Armory +[templates.birdshot_armory] +map_files = ["birdshot_armory.dmm"] +directory = "_maps/skyrat/automapper/templates/birdshot/" +required_map = "birdshot.dmm" +coordinates = [51, 106, 1] +trait_name = "Station" + +# Birdshot Cryo +[templates.birdshot_cryo] +map_files = ["birdshot_cryo.dmm"] +directory = "_maps/skyrat/automapper/templates/birdshot/" +required_map = "birdshot.dmm" +coordinates = [147, 142, 1] +trait_name = "Station" + +# Birdshot Barber +[templates.birdshot_barber] +map_files = ["birdshot_barber.dmm"] +directory = "_maps/skyrat/automapper/templates/birdshot/" +required_map = "birdshot.dmm" +coordinates = [129, 127, 1] +trait_name = "Station" + +# Birdshot NTR Office +[templates.birdshot_ntrep_office] +map_files = ["birdshot_ntrep_office.dmm"] +directory = "_maps/skyrat/automapper/templates/birdshot/" +required_map = "birdshot.dmm" +coordinates = [111, 157, 1] +trait_name = "Station" + +# Birdshot ERT Bay +[templates.birdshot_ert_bay] +map_files = ["birdshot_ert_bay.dmm"] +directory = "_maps/skyrat/automapper/templates/birdshot/" +required_map = "birdshot.dmm" +coordinates = [188, 72, 1] +trait_name = "Station" diff --git a/_maps/skyrat/automapper/templates/birdshot/birdshot_armory.dmm b/_maps/skyrat/automapper/templates/birdshot/birdshot_armory.dmm new file mode 100644 index 00000000000..8d6bc44071e --- /dev/null +++ b/_maps/skyrat/automapper/templates/birdshot/birdshot_armory.dmm @@ -0,0 +1,124 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/rack/gunrack, +/obj/effect/spawner/armory_spawn/microfusion, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"f" = ( +/obj/structure/rack/gunrack, +/obj/effect/spawner/armory_spawn/shotguns, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"z" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/rack/gunrack, +/obj/effect/spawner/armory_spawn/cmg, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"A" = ( +/obj/structure/rack, +/obj/item/clothing/head/helmet/sec{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/helmet/sec, +/obj/item/clothing/head/helmet/sec{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/suit/armor/vest/alt/sec{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/vest/alt/sec, +/obj/item/clothing/suit/armor/vest/alt/sec{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"B" = ( +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas/sechailer, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/structure/table, +/obj/item/storage/barricade{ + pixel_y = -5 + }, +/obj/item/storage/barricade, +/obj/item/storage/barricade{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"Q" = ( +/obj/structure/closet/ammunitionlocker/useful, +/obj/item/storage/box/lethalshot, +/obj/item/storage/box/lethalshot, +/obj/item/storage/box/lethalshot, +/obj/item/storage/box/lethalshot, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/security/armory) +"R" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +B +z +a +f +R +R +"} +(2,1,1) = {" +R +R +R +R +R +R +"} +(3,1,1) = {" +Q +R +R +R +R +R +"} +(4,1,1) = {" +R +R +R +R +R +A +"} diff --git a/_maps/skyrat/automapper/templates/birdshot/birdshot_arrivals.dmm b/_maps/skyrat/automapper/templates/birdshot/birdshot_arrivals.dmm new file mode 100644 index 00000000000..783cf8da26c --- /dev/null +++ b/_maps/skyrat/automapper/templates/birdshot/birdshot_arrivals.dmm @@ -0,0 +1,905 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"bg" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"bt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"bv" = ( +/obj/structure/hedge, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"bK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"bX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/cerulean, +/turf/open/space/basic, +/area/space/nearstation) +"cN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"da" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dh" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"dn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ed" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ex" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"fK" = ( +/obj/machinery/door/airlock/external{ + name = "Primary Docking Bay" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/noslip, +/area/station/hallway/secondary/entry) +"gn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"hh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Docking Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"js" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 13; + shuttle_id = "arrivals_stationary"; + name = "arrivals"; + width = 5 + }, +/turf/open/space/basic, +/area/space) +"jN" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"jW" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"nF" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"nN" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"pu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/airlock/public/glass{ + name = "Docking Corridor" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"qa" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/computer/shuttle/arrivals/recall{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qd" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"rl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sN" = ( +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ub" = ( +/obj/structure/hedge, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"uu" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vN" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"xo" = ( +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"yi" = ( +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"yD" = ( +/turf/open/space/basic, +/area/space) +"Ae" = ( +/obj/machinery/status_display/shuttle/directional/west{ + shuttle_id = "arrivals_shuttle" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"CE" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"Du" = ( +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"DH" = ( +/obj/machinery/light/cold/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"EA" = ( +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"EK" = ( +/obj/machinery/camera/autoname/directional/east, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Fx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"FQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"GV" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Iu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"JF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"JS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Kl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"KQ" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Ll" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"Mr" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"MC" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"MI" = ( +/obj/machinery/light/cold/directional/north{ + pixel_x = 16 + }, +/turf/open/floor/noslip, +/area/station/hallway/secondary/entry) +"MR" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"Nj" = ( +/obj/structure/closet/firecloset, +/obj/machinery/status_display/shuttle/directional/south{ + shuttle_id = "arrivals_shuttle" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Nz" = ( +/obj/structure/closet/emcloset, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Px" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"QK" = ( +/obj/machinery/status_display/shuttle/directional/east{ + shuttle_id = "arrivals_shuttle" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Rc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Tc" = ( +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Tv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Ur" = ( +/obj/machinery/door/airlock/external{ + name = "Primary Docking Bay" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/noslip, +/area/station/hallway/secondary/entry) +"UF" = ( +/turf/open/floor/noslip, +/area/station/hallway/secondary/entry) +"UH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"WZ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/camera/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"Xw" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) + +(1,1,1) = {" +Du +Du +Du +jN +MC +Ll +Du +Du +Du +qr +qr +Du +qr +qr +qr +Du +qr +qr +qr +qr +Du +Du +"} +(2,1,1) = {" +qd +KQ +Ae +qd +qd +rl +Tc +dn +uu +qd +yi +Ae +qd +qd +Tc +KQ +DH +qd +JS +qd +Nj +Du +"} +(3,1,1) = {" +gn +da +gn +gn +gn +gn +gn +gn +UH +gn +gn +gn +gn +gn +gn +FQ +gn +bK +bK +qd +Nz +Du +"} +(4,1,1) = {" +qd +qd +qa +qr +Ur +qr +qr +qr +Du +qr +qr +qr +Ur +qr +qr +Du +qr +nN +ex +nF +Du +Du +"} +(5,1,1) = {" +GV +bv +Du +qr +MI +qr +yD +yD +CE +yD +yD +qr +MI +qr +yD +CE +qr +qr +qr +qr +Du +yD +"} +(6,1,1) = {" +Du +Du +Du +qr +UF +qr +yD +yD +CE +yD +yD +qr +UF +qr +yD +CE +yD +yD +yD +yD +CE +yD +"} +(7,1,1) = {" +qr +bX +CE +qr +fK +qr +CE +CE +CE +CE +CE +qr +fK +qr +CE +bX +yD +yD +yD +yD +CE +yD +"} +(8,1,1) = {" +qr +CE +yD +yD +yD +yD +yD +yD +CE +yD +yD +yD +yD +yD +yD +CE +yD +yD +yD +yD +dh +yD +"} +(9,1,1) = {" +qr +CE +yD +yD +yD +yD +yD +yD +CE +yD +yD +yD +yD +yD +js +CE +yD +yD +yD +yD +dh +yD +"} +(10,1,1) = {" +Du +CE +yD +yD +yD +yD +yD +yD +CE +yD +yD +yD +yD +yD +yD +CE +CE +CE +CE +CE +dh +yD +"} +(11,1,1) = {" +qr +CE +yD +yD +yD +yD +yD +yD +CE +yD +yD +yD +yD +yD +yD +CE +yD +yD +yD +yD +dh +yD +"} +(12,1,1) = {" +qr +CE +yD +yD +yD +yD +yD +yD +CE +yD +yD +yD +yD +yD +yD +CE +yD +yD +yD +yD +dh +yD +"} +(13,1,1) = {" +qr +bX +CE +CE +CE +CE +CE +CE +CE +CE +CE +CE +CE +CE +CE +bX +yD +yD +yD +yD +CE +yD +"} +(14,1,1) = {" +Du +Du +Du +yD +yD +yD +yD +yD +CE +yD +yD +yD +yD +yD +yD +CE +yD +yD +yD +yD +CE +yD +"} +(15,1,1) = {" +WZ +ub +Du +qr +qr +qr +qr +yD +CE +yD +yD +yD +yD +yD +yD +CE +qr +qr +qr +qr +Du +yD +"} +(16,1,1) = {" +rX +qd +Mr +vN +bg +Xw +qr +qr +Du +qr +qr +qr +qr +qr +qr +Du +qr +jN +MR +bt +Du +Du +"} +(17,1,1) = {" +gn +JF +Tv +Tv +cN +gn +gn +gn +UH +gn +gn +gn +gn +gn +gn +kz +gn +gn +gn +qd +Nz +Du +"} +(18,1,1) = {" +Kl +qd +QK +Iu +rX +Fx +EK +Rc +uu +qd +sN +xo +qd +qd +EA +jW +ed +qd +aI +qd +Nj +Du +"} +(19,1,1) = {" +hh +pu +Du +Px +Px +Du +Du +Du +Du +qr +qr +Du +qr +qr +qr +Du +qr +qr +qr +qr +Du +Du +"} diff --git a/_maps/skyrat/automapper/templates/birdshot/birdshot_barber.dmm b/_maps/skyrat/automapper/templates/birdshot/birdshot_barber.dmm new file mode 100644 index 00000000000..368f7db7101 --- /dev/null +++ b/_maps/skyrat/automapper/templates/birdshot/birdshot_barber.dmm @@ -0,0 +1,549 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aJ" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"bI" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"cT" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/barber) +"ds" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/item/lipstick/random, +/obj/structure/table/wood, +/turf/open/floor/iron, +/area/station/service/barber) +"eJ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/vending/barbervend, +/turf/open/floor/iron, +/area/station/service/barber) +"fn" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/barber) +"fq" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/mirror/directional/east, +/obj/item/reagent_containers/dropper, +/obj/item/hairbrush/comb{ + pixel_y = 10 + }, +/turf/open/floor/iron, +/area/station/service/barber) +"ga" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"gL" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/landmark/start/barber, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/barber) +"lK" = ( +/turf/closed/wall/r_wall, +/area/station/service/barber) +"na" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron, +/area/station/service/barber) +"nj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/service/barber) +"ol" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"qn" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/dryer{ + pixel_y = 29 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/service/barber) +"ri" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/service/barber) +"rv" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/service/barber) +"vY" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"wI" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth/fancy/mechanical{ + id = "barbershopcurtains" + }, +/turf/open/floor/plating, +/area/station/service/barber) +"wL" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Barbershop" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/firedoor/solid, +/turf/open/floor/iron, +/area/station/service/barber) +"xL" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/service/barber) +"xN" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/chair/comfy/barber_chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/barber) +"yf" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/firedoor/solid, +/turf/open/floor/iron, +/area/station/service/barber) +"yz" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/service/barber) +"zo" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/service/barber) +"zN" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"BV" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/light_switch/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/service/barber) +"DC" = ( +/turf/closed/wall, +/area/station/commons/vacant_room/commissary) +"EO" = ( +/obj/machinery/light/warm/directional/north, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/chair/comfy/barber_chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/barber) +"FQ" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Salon" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/chair/sofa/bench/right, +/turf/open/floor/iron, +/area/station/service/barber) +"He" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/machinery/camera/directional/south, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"Hh" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/service/barber) +"JG" = ( +/obj/structure/table/glass, +/obj/item/hairbrush, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/item/lipstick/random, +/obj/machinery/camera/directional/east{ + c_tag = "Salon - Massage Parlour" + }, +/turf/open/floor/iron, +/area/station/service/barber) +"KQ" = ( +/obj/effect/landmark/start/barber, +/turf/open/floor/iron, +/area/station/service/barber) +"Lq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"Me" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/service/barber) +"MM" = ( +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north{ + pixel_y = 38 + }, +/turf/open/floor/iron, +/area/station/service/barber) +"NX" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Od" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/closet/secure_closet/barber, +/obj/machinery/camera/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/service/barber) +"PA" = ( +/turf/closed/wall, +/area/station/maintenance/central/lesser) +"QF" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/barber) +"Ro" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/broken/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"RI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/station/commons/vacant_room/commissary) +"Su" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/machinery/light/small/built/directional/north, +/obj/item/stack/sheet/iron/ten, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"SO" = ( +/obj/structure/bed/pod, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/barber) +"Tt" = ( +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/firedoor/solid, +/turf/open/floor/plating, +/area/station/service/barber) +"TH" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/mirror/directional/east, +/obj/item/reagent_containers/spray/barbers_aid{ + pixel_x = 6 + }, +/obj/item/razor{ + pixel_x = -6 + }, +/turf/open/floor/iron, +/area/station/service/barber) +"TL" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/fluff/broken_flooring, +/obj/effect/landmark/start/barber, +/turf/open/floor/plating, +/area/station/service/barber) +"WI" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/item/lipstick/random, +/obj/item/reagent_containers/spray/quantum_hair_dye{ + pixel_x = 6 + }, +/obj/machinery/button/curtain{ + id = "barbershopcurtains"; + pixel_y = 2; + pixel_x = 26; + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/barber) +"XS" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/warm/directional/south, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/service/barber) +"XV" = ( +/turf/closed/wall, +/area/station/service/barber) +"YF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/tile, +/area/station/commons/vacant_room/commissary) +"Zx" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/item/book/fish_catalog, +/obj/structure/table/wood, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/service/barber) +"ZD" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/chair/sofa/bench/left, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/service/barber) + +(1,1,1) = {" +PA +vY +NX +aJ +XV +XV +XV +yf +XV +"} +(2,1,1) = {" +XV +XV +XV +XV +XV +eJ +Od +QF +wI +"} +(3,1,1) = {" +XV +qn +rv +TL +na +fn +ri +yz +wI +"} +(4,1,1) = {" +XV +MM +nj +cT +XV +FQ +Zx +XS +XV +"} +(5,1,1) = {" +Tt +KQ +xL +SO +XV +ZD +ds +Me +wL +"} +(6,1,1) = {" +XV +XV +XV +JG +XV +BV +Hh +zo +XV +"} +(7,1,1) = {" +DC +Su +RI +RI +XV +EO +gL +xN +wI +"} +(8,1,1) = {" +Ro +ga +Lq +He +XV +fq +WI +TH +wI +"} +(9,1,1) = {" +zN +ol +YF +bI +lK +lK +lK +lK +lK +"} diff --git a/_maps/skyrat/automapper/templates/birdshot/birdshot_cryo.dmm b/_maps/skyrat/automapper/templates/birdshot/birdshot_cryo.dmm new file mode 100644 index 00000000000..9c5e4c47056 --- /dev/null +++ b/_maps/skyrat/automapper/templates/birdshot/birdshot_cryo.dmm @@ -0,0 +1,199 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/common/cryopods) +"c" = ( +/turf/closed/wall, +/area/station/common/cryopods) +"m" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/common/cryopods) +"n" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/small, +/area/station/common/cryopods) +"p" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/vending/clothing, +/turf/open/floor/iron/small, +/area/station/common/cryopods) +"s" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/common/cryopods) +"v" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/vending/dorms, +/turf/open/floor/iron/small, +/area/station/common/cryopods) +"x" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/small, +/area/station/common/cryopods) +"A" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public{ + name = "Cryopods" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/textured_half, +/area/station/common/cryopods) +"G" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end, +/obj/machinery/cryopod{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/south, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/common/cryopods) +"K" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/cryopod{ + dir = 8 + }, +/obj/machinery/cryopod{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/common/cryopods) +"M" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 1 + }, +/obj/machinery/cryopod{ + dir = 8 + }, +/obj/machinery/cryopod{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/common/cryopods) +"Q" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/small, +/area/station/common/cryopods) +"R" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/west, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/structure/fluff/broken_flooring, +/turf/open/floor/plating/rust, +/area/station/common/cryopods) +"S" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/common/cryopods) +"U" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 1 + }, +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/common/cryopods) +"V" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/thinplating_new/light/end, +/obj/machinery/light/directional/north, +/obj/machinery/time_clock/directional/north, +/turf/open/floor/iron/dark, +/area/station/common/cryopods) +"Y" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/computer/cryopod/directional/east, +/turf/open/floor/iron/small, +/area/station/common/cryopods) + +(1,1,1) = {" +c +c +c +c +c +c +c +"} +(2,1,1) = {" +c +v +R +U +S +m +s +"} +(3,1,1) = {" +c +V +Q +n +x +a +A +"} +(4,1,1) = {" +c +p +Y +M +K +G +c +"} +(5,1,1) = {" +c +c +c +c +c +c +c +"} diff --git a/_maps/skyrat/automapper/templates/birdshot/birdshot_ert_bay.dmm b/_maps/skyrat/automapper/templates/birdshot/birdshot_ert_bay.dmm new file mode 100644 index 00000000000..3908021f629 --- /dev/null +++ b/_maps/skyrat/automapper/templates/birdshot/birdshot_ert_bay.dmm @@ -0,0 +1,17 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/docking_port/stationary{ + dheight = 3; + dir = 2; + dwidth = 8; + height = 11; + shuttle_id = "ferry_home"; + name = "Port Bay 2"; + width = 20 + }, +/turf/open/space/openspace, +/area/space) + +(1,1,1) = {" +a +"} diff --git a/_maps/skyrat/automapper/templates/birdshot/birdshot_ntrep_office.dmm b/_maps/skyrat/automapper/templates/birdshot/birdshot_ntrep_office.dmm new file mode 100644 index 00000000000..665e576caa9 --- /dev/null +++ b/_maps/skyrat/automapper/templates/birdshot/birdshot_ntrep_office.dmm @@ -0,0 +1,451 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ae" = ( +/obj/machinery/airalarm/directional/north, +/turf/template_noop, +/area/template_noop) +"au" = ( +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Nanotrasen Consultant's Office"; + name = "Nanotrasen Consultant's Fax Machine" + }, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"aU" = ( +/obj/machinery/light/directional/west, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"bD" = ( +/obj/structure/closet/secure_closet/nanotrasen_consultant/station, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"ca" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"cP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/light/directional/south, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private/nt_rep) +"eD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"gh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"ii" = ( +/obj/structure/cable, +/obj/machinery/door/airlock{ + name = "Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ix" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private/nt_rep) +"iC" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"iD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"iS" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"jh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"lJ" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"nh" = ( +/obj/machinery/button/door/directional/west{ + id = "nt_rep_priv"; + name = "Privacy Shutters Control" + }, +/obj/structure/sign/calendar/directional/west, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"nw" = ( +/turf/template_noop, +/area/template_noop) +"nM" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"pV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"rA" = ( +/obj/machinery/modular_computer/console/preset/command, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"sZ" = ( +/turf/closed/wall/r_wall, +/area/command/heads_quarters/captain/private/nt_rep) +"ti" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private/nt_rep) +"vK" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/camera/autoname/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private/nt_rep) +"wx" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"xH" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/pen/fountain{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/stamp{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/stamp/denied{ + pixel_x = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "nt_rep_priv"; + name = "Privacy Shutters Control" + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"xL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private/nt_rep) +"yC" = ( +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"Ab" = ( +/turf/closed/wall, +/area/station/maintenance/hallway/abandoned_command) +"Bv" = ( +/obj/machinery/door/poddoor/preopen{ + id = "nt_rep_priv"; + name = "Privacy Shutter" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"Bw" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"Dp" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"Ds" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"Et" = ( +/obj/machinery/door/airlock/corporate{ + name = "NT Consultant's Office" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/cent_com/rep_door, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"EK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private/nt_rep) +"FF" = ( +/obj/structure/cable, +/turf/template_noop, +/area/station/command/heads_quarters/captain/private) +"FO" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"Ht" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating/rust, +/area/station/maintenance/fore/lesser) +"HH" = ( +/obj/structure/cable, +/obj/structure/displaycase/captain{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"HS" = ( +/obj/structure/table/wood, +/obj/item/camera{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/camera_film{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/camera_film{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"Ll" = ( +/obj/machinery/firealarm/directional/north, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"Nt" = ( +/turf/open/floor/iron, +/area/station/maintenance/hallway/abandoned_command) +"OS" = ( +/obj/structure/filingcabinet/employment, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"Pd" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/hallway/abandoned_command) +"Pf" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/hallway/abandoned_command) +"QJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"Rb" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/captain/private/nt_rep) +"Rk" = ( +/turf/closed/wall, +/area/command/heads_quarters/captain/private/nt_rep) +"TT" = ( +/obj/machinery/photocopier, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"VM" = ( +/obj/structure/table/wood, +/obj/item/stamp/centcom{ + pixel_y = 13; + pixel_x = -7 + }, +/turf/open/floor/carpet/executive, +/area/command/heads_quarters/captain/private/nt_rep) +"Yp" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/fore/lesser) +"Zf" = ( +/obj/structure/hedge, +/obj/machinery/camera/autoname/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/captain/private) +"ZQ" = ( +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) + +(1,1,1) = {" +iS +wx +Ds +HH +FF +nw +"} +(2,1,1) = {" +QJ +Ht +Yp +nw +FF +nw +"} +(3,1,1) = {" +QJ +Dp +Yp +ae +FF +FF +"} +(4,1,1) = {" +eD +ZQ +Yp +nw +nw +Zf +"} +(5,1,1) = {" +QJ +sZ +sZ +sZ +sZ +sZ +"} +(6,1,1) = {" +QJ +Rk +xH +nh +aU +bD +"} +(7,1,1) = {" +lJ +Rk +rA +ca +yC +au +"} +(8,1,1) = {" +nM +Rk +HS +VM +yC +OS +"} +(9,1,1) = {" +iD +Rk +Ll +jh +pV +TT +"} +(10,1,1) = {" +QJ +Rk +Rb +xL +vK +sZ +"} +(11,1,1) = {" +nM +Rk +EK +cP +sZ +nw +"} +(12,1,1) = {" +eD +Rk +ti +ix +sZ +nw +"} +(13,1,1) = {" +ii +Ab +Bv +Et +Pf +Pf +"} +(14,1,1) = {" +iC +Bw +Pd +FO +Nt +gh +"} diff --git a/code/__DEFINES/industrial_lift.dm b/code/__DEFINES/industrial_lift.dm index 05225385128..a5b8a9f756b 100644 --- a/code/__DEFINES/industrial_lift.dm +++ b/code/__DEFINES/industrial_lift.dm @@ -18,6 +18,9 @@ #define MAIN_STATION_TRAM "main station tram" ///the specific_lift_id of the tram on the hilbert research station #define HILBERT_TRAM "tram_hilbert" +///the specific_lift_id of the trams on birdshot station +#define PRISON_TRAM "prison_tram" +#define MAINTENANCE_TRAM "maint_tram" // Defines for update_lift_doors #define OPEN_DOORS "open" diff --git a/code/__DEFINES/tram.dm b/code/__DEFINES/tram.dm index f70e000db0f..8b7ff3a0bac 100644 --- a/code/__DEFINES/tram.dm +++ b/code/__DEFINES/tram.dm @@ -20,3 +20,9 @@ #define HILBERT_PORT 1 #define HILBERT_CENTRAL 2 #define HILBERT_STARBOARD 3 + +#define BIRDSHOT_PRISON_WING 1 +#define BIRDSHOT_SECURITY_WING 2 + +#define BIRDSHOT_MAINTENANCE_LEFT 1 +#define BRIDSHOT_MAINTENANCE_RIGHT 2 diff --git a/code/datums/shuttles.dm b/code/datums/shuttles.dm index 951f6fda63f..3a940656a07 100644 --- a/code/datums/shuttles.dm +++ b/code/datums/shuttles.dm @@ -336,6 +336,12 @@ credit_cost = CARGO_CRATE_VALUE * 4 description = "A train but in space, choo choo!" +/datum/map_template/shuttle/emergency/birdshot + suffix = "birdshot" + name = "Birdshot Station Emergency Shuttle" + credit_cost = CARGO_CRATE_VALUE * 2 + description = "We pulled this one out of Mothball just for you!" + /datum/map_template/shuttle/emergency/scrapheap suffix = "scrapheap" name = "Standby Evacuation Vessel \"Scrapheap Challenge\"" @@ -546,6 +552,11 @@ name = "NT Construction Vessel" description = "A small cargo vessel with open interiors. Starts with a 25% chance to spawn a functional RIPLEY, and has infinite power." +/datum/map_template/shuttle/whiteship/birdshot + suffix = "birdshot" + name = "NT Patrol Bee" + description = "A small patrol vessel with a central corridor connecting all rooms. Features 2 small cargo bays and a brig. Spawns with an agressive and deadly Gelatinous Cube" + /datum/map_template/shuttle/whiteship/kilo suffix = "kilo" name = "NT Mining Shuttle" @@ -598,6 +609,10 @@ suffix = "pubby" name = "supply shuttle (Pubby)" +/datum/map_template/shuttle/cargo/birdshot + suffix = "birdshot" + name = "supply shuttle (Birdshot)" + /datum/map_template/shuttle/emergency/delta suffix = "delta" name = "Delta Station Emergency Shuttle" @@ -656,6 +671,10 @@ suffix = "donut" name = "arrival shuttle (Donut)" +/datum/map_template/shuttle/arrival/birdshot + suffix = "birdshot" + name = "arrival shuttle (Birdshot)" + /datum/map_template/shuttle/infiltrator/basic suffix = "basic" name = "basic syndicate infiltrator" diff --git a/code/game/area/areas/ai_monitored.dm b/code/game/area/areas/ai_monitored.dm index 78dd6f302c5..0fc34c96abb 100644 --- a/code/game/area/areas/ai_monitored.dm +++ b/code/game/area/areas/ai_monitored.dm @@ -69,6 +69,14 @@ name = "\improper AI Satellite Hallway" icon_state = "ai" +/area/station/ai_monitored/turret_protected/aisat/teleporter + name ="\improper AI Satellite Teleporter" + icon_state = "ai" + +/area/station/ai_monitored/turret_protected/aisat/equipment + name ="\improper AI Satellite Equipment" + icon_state = "ai" + /area/station/ai_monitored/turret_protected/aisat/maint name = "\improper AI Satellite Maintenance" icon_state = "ai_maint" diff --git a/code/game/area/areas/station.dm b/code/game/area/areas/station.dm index 5802d31a601..20ee7bd608d 100644 --- a/code/game/area/areas/station.dm +++ b/code/game/area/areas/station.dm @@ -94,6 +94,10 @@ name = "Engineering Maintenance" icon_state = "maint_engi" +/area/station/maintenance/department/prison + name = "Prison Maintenance" + icon_state = "sec_prison" + /area/station/maintenance/department/science/xenobiology name = "Xenobiology Maintenance" icon_state = "xenomaint" @@ -217,6 +221,14 @@ name = "Waste Disposal" icon_state = "disposal" +/area/station/maintenance/hallway/abandoned_command + name = "\improper Abandoned Command Hallway" + icon_state = "maint_bridge" + +/area/station/maintenance/hallway/abandoned_recreation + name = "\improper Abandoned Recreation Hallway" + icon_state = "maint_dorms" + /area/station/maintenance/disposal/incinerator name = "\improper Incinerator" icon_state = "incinerator" @@ -346,10 +358,22 @@ icon_state = "entry" area_flags = UNIQUE_AREA | EVENT_PROTECTED +/area/station/hallway/secondary/dock + name = "\improper Secondary Station Dock Hallway" + icon_state = "hall" + /area/station/hallway/secondary/service name = "\improper Service Hallway" icon_state = "hall_service" +/area/station/hallway/secondary/spacebridge + name = "\improper Space Bridge" + icon_state = "hall" + +/area/station/hallway/secondary/recreation + name = "\improper Recreation Hallway" + icon_state = "hall" + //Command /area/station/command @@ -378,6 +402,11 @@ icon_state = "showroom" sound_environment = SOUND_AREA_MEDIUM_SOFTFLOOR +/area/station/command/corporate_suite + name = "\improper Corporate Guest Suite" + icon_state = "command" + sound_environment = SOUND_AREA_WOODFLOOR + /area/station/command/heads_quarters icon_state = "heads_quarters" @@ -427,6 +456,13 @@ icon_state = "gateway" ambience_index = AMBIENCE_ENGI +//Command - Bonus + +/area/station/command/corporate_dock + name = "\improper Corporate Private Dock" + icon_state = "command" + sound_environment = SOUND_AREA_SMALL_SOFTFLOOR + //Commons /area/station/commons @@ -646,6 +682,11 @@ icon_state = "theatre" sound_environment = SOUND_AREA_WOODFLOOR +/area/station/service/greenroom + name = "\improper Greenroom" + icon_state = "theatre" + sound_environment = SOUND_AREA_SMALL_SOFTFLOOR + /area/station/service/theater/abandoned name = "\improper Abandoned Theater" icon_state = "abandoned_theatre" @@ -1105,6 +1146,14 @@ name = "\improper Security Office" icon_state = "security" +/area/station/security/breakroom + name = "\improper Security Break Room" + icon_state = "brig" + +/area/station/security/tram + name = "\improper Security Transfer Tram" + icon_state = "security" + /area/station/security/lockers name = "\improper Security Locker Room" icon_state = "securitylockerroom" @@ -1319,6 +1368,11 @@ name = "\improper Drone Bay" icon_state = "cargo_drone" +/area/station/cargo/boutique + name = "\improper Boutique" + icon_state = "cargo_delivery" + sound_environment = SOUND_AREA_WOODFLOOR + /area/station/cargo/warehouse/upper name = "\improper Upper Warehouse" @@ -1387,6 +1441,11 @@ name = "\improper Cytology Lab" icon_state = "cytology" +/area/station/science/cubicle + name = "\improper Science Cubicles" + icon_state = "science" + sound_environment = SOUND_AREA_MEDIUM_SOFTFLOOR + // Use this for the main lab. If test equipment, storage, etc is also present use this one too. /area/station/science/ordnance name = "\improper Ordnance Lab" @@ -1457,6 +1516,11 @@ name = "\improper Robotics Lab" icon_state = "ass_line" +/area/station/science/robotics/augments + name = "improper Augmentation Theater" + icon_state = "robotics" + sound_environment = SOUND_AREA_TUNNEL_ENCLOSED + /area/station/science/research name = "\improper Research Division" icon_state = "science" diff --git a/code/modules/cargo/bounties/security.dm b/code/modules/cargo/bounties/security.dm index a938b92a078..cc83aa228a8 100644 --- a/code/modules/cargo/bounties/security.dm +++ b/code/modules/cargo/bounties/security.dm @@ -62,6 +62,8 @@ /area/station/security/prison,\ /area/station/security/range,\ /area/station/security/checkpoint,\ + /area/station/security/tram,\ + /area/station/security/breakroom,\ /area/station/security/interrogation)) for (var/area_type in possible_areas) if(GLOB.areas_by_type[area_type]) diff --git a/code/modules/industrial_lift/tram/tram_landmark.dm b/code/modules/industrial_lift/tram/tram_landmark.dm index 7aaa254d444..0c6648c6d42 100644 --- a/code/modules/industrial_lift/tram/tram_landmark.dm +++ b/code/modules/industrial_lift/tram/tram_landmark.dm @@ -19,6 +19,7 @@ GLOBAL_LIST_EMPTY(tram_landmarks) LAZYREMOVEASSOC(GLOB.tram_landmarks, specific_lift_id, src) return ..() +//tramstation /obj/effect/landmark/tram/tramstation/west name = "West Wing" @@ -35,6 +36,28 @@ GLOBAL_LIST_EMPTY(tram_landmarks) platform_code = TRAMSTATION_EAST tgui_icons = list("Departures" = "plane-departure", "Cargo" = "box", "Science" = "flask") +//birdshot + +/obj/effect/landmark/tram/birdshot/sec_wing + name = "Security Wing" + platform_code = BIRDSHOT_SECURITY_WING + tgui_icons = list("Security" = "gavel") + +/obj/effect/landmark/tram/birdshot/prison_wing + name = "Prison Wing" + platform_code = BIRDSHOT_PRISON_WING + tgui_icons = list("Prison" = "box") + +/obj/effect/landmark/tram/birdshot/maint_left + name = "Port Platform" + platform_code = BIRDSHOT_MAINTENANCE_LEFT + tgui_icons = list("Port Platform" = "plane-departure") + +/obj/effect/landmark/tram/birdshot/maint_right + name = "Starboard Platform" + platform_code = BRIDSHOT_MAINTENANCE_RIGHT + tgui_icons = list("Starboard Platform" = "plane-arrival") + /** * lift_id landmarks. used to map in specific_lift_id to trams. when the trams lift_master encounters one on a trams tile * it sets its specific_lift_id to that landmark. allows you to have multiple trams and multiple controls linking to their specific tram diff --git a/config/maps.txt b/config/maps.txt index 6babf587a50..a9936ce85cc 100644 --- a/config/maps.txt +++ b/config/maps.txt @@ -13,8 +13,13 @@ Format: votable (is this map votable) endmap -map metastation +map birdshot #default + maxplayers 66 + votable +endmap + +map metastation minplayers 25 #voteweight 0.5 votable